Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6b8137caa4f4cae6febe02edb18e127f79f94c9a)
  • Date: Sun, 19 Jul 2009 09:03:28 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6b8137caa4f4cae6febe02edb18e127f79f94c9a), Vlad Glagolev, 07/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page