[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6b8137caa4f4cae6febe02edb18e127f79f94c9a)

Vlad Glagolev scm at sourcemage.org
Sun Jul 19 10:03:28 EDT 2009


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 utils/coreutils/DEPENDS |   17 ++++++++++++++++-
 utils/coreutils/HISTORY |    3 +++
 2 files changed, 19 insertions(+), 1 deletion(-)

New commits:
commit 6b8137caa4f4cae6febe02edb18e127f79f94c9a
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    coreutils: added more optional dependencies

diff --git a/utils/coreutils/DEPENDS b/utils/coreutils/DEPENDS
index b6c2412..dad4c1f 100755
--- a/utils/coreutils/DEPENDS
+++ b/utils/coreutils/DEPENDS
@@ -1,12 +1,27 @@
 depends gnupg &&
 depends smgl-fhs &&
 
+optional_depends gmp \
+                 "--with-gmp" \
+                 "--without-gmp" \
+                 "for arbitrary precision calculation" &&
+
 optional_depends libcap \
                  '--enable-libcap' \
                  '--disable-libcap' \
                  'Linux capabilities support' &&
 
+optional_depends gettext \
+                 "--enable-nls" \
+                 "--disable-nls" \
+                 "for Native Language Support" &&
+
+optional_depends acl \
+                 "--enable-acl" \
+                 "--disable-acl" \
+                 "for ACLs support" &&
+
 optional_depends attr \
                  '--enable-xattr' \
                  '--disable-xattr' \
-                 'Extended Attribute (EA) support for XFS Filesystems.'
+                 'Extended Attribute (EA) support for XFS Filesystems'
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index ab16e11..1258175 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,6 @@
+2009-07-19 Vlad Glagolev <stealth at sourcemage.org>
+	* DEPENDS: added gmp, gettext, acl as opt deps
+
 2009-06-02 Ethan Grammatikidis <eekee57 at fastmail.fm>
 	* DEPENDS: added libcap as optional, because when making chroots
 	  you may need to pass --disable-libcap



More information about the SM-Commit mailing list