Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (97c59d3b6ac34c4048c678eeefab72e3e776649d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (97c59d3b6ac34c4048c678eeefab72e3e776649d)
  • Date: Sun, 14 Dec 2014 04:08:59 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

archive/tar/DEPENDS | 10 ++++++++++
archive/tar/HISTORY | 3 +++
2 files changed, 13 insertions(+)

New commits:
commit 97c59d3b6ac34c4048c678eeefab72e3e776649d
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

archive/tar: added optional depends on acl and attr, helps to get rid of
them properly

diff --git a/archive/tar/DEPENDS b/archive/tar/DEPENDS
index 77b85ef..fc16cb3 100755
--- a/archive/tar/DEPENDS
+++ b/archive/tar/DEPENDS
@@ -1,6 +1,16 @@
depends gnupg &&
depends smgl-fhs &&

+optional_depends acl \
+ "enable-acl" \
+ "--disable-acl" \
+ "for Access Control Lists support" &&
+
+optional_depends attr \
+ "--with-xattrs" \
+ "--without-xattrs" \
+ "use extended attributes" &&
+
optional_depends gettext \
"--enable-nls" \
"--disable-nls" \
diff --git a/archive/tar/HISTORY b/archive/tar/HISTORY
index feed688..c7a3f18 100644
--- a/archive/tar/HISTORY
+++ b/archive/tar/HISTORY
@@ -1,3 +1,6 @@
+2014-12-14 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added acl and attr optionally
+
2014-07-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.28
* PRE_BUILD, glibc215.patch: deleted



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (97c59d3b6ac34c4048c678eeefab72e3e776649d), Pol Vinogradov, 12/14/2014

Archive powered by MHonArc 2.6.24.

Top of Page