Skip to Content.
Sympa Menu

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

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 (7e1d0bac09a87772954d6d0b9b07a2217fabf64e)
  • Date: Mon, 14 May 2012 05:28:28 -0500

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

archive-libs/libarchive/DEPENDS | 54
++++++++++++++++++++++++++++++++++++----
archive-libs/libarchive/HISTORY | 3 ++
2 files changed, 52 insertions(+), 5 deletions(-)

New commits:
commit 7e1d0bac09a87772954d6d0b9b07a2217fabf64e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libarchive: fixed dependencies: _all_ of them are optional; added missing

diff --git a/archive-libs/libarchive/DEPENDS b/archive-libs/libarchive/DEPENDS
index c443fac..cb1874e 100755
--- a/archive-libs/libarchive/DEPENDS
+++ b/archive-libs/libarchive/DEPENDS
@@ -1,5 +1,49 @@
-depends zlib &&
-depends bzip2 &&
-depends libxml2 &&
-depends xz-utils &&
-optional_depends openssl '' '' 'encryption support'
+optional_depends attr \
+ "--enable-xattr" \
+ "--disable-xattr" \
+ "for Extended Attributes support" &&
+
+optional_depends acl \
+ "--enable-acl" \
+ "--disable-acl" \
+ "for ACL support" &&
+
+optional_depends zlib \
+ "--with-zlib" \
+ "--without-zlib" \
+ "for gzip support through zlib" &&
+
+optional_depends bzip2 \
+ "--with-bz2lib" \
+ "--without-bz2lib" \
+ "for bzip2 support through bz2lib" &&
+
+optional_depends lzma-utils \
+ "--with-lzmadec" \
+ "--without-lzmadec" \
+ "for lzma support through lzmadec" &&
+
+optional_depends xz-utils \
+ "--with-lzma" \
+ "--without-lzma" \
+ "for xz support through lzma" &&
+
+optional_depends nettle \
+ "--with-nettle" \
+ "--without-nettle" \
+ "for crypto support from Nettle" &&
+
+optional_depends openssl \
+ "--with-openssl" \
+ "--without-openssl" \
+ "for mtree and xar hashes support through openssl" &&
+
+optional_depends libxml2 \
+ "--with-xml2" \
+ "--without-xml2" \
+ "for xar support through libxml2" &&
+
+optional_depends expat \
+ "--with-expat" \
+ "--without-expat" \
+ "for xar support through expat"
diff --git a/archive-libs/libarchive/HISTORY b/archive-libs/libarchive/HISTORY
index 0eaf343..b338ae6 100644
--- a/archive-libs/libarchive/HISTORY
+++ b/archive-libs/libarchive/HISTORY
@@ -1,3 +1,6 @@
+2012-05-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: fixed dependencies: _all_ of them are optional; added
missing
+
2012-04-02 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add zlib,bzip2, xz-utils, libxml2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7e1d0bac09a87772954d6d0b9b07a2217fabf64e), Vlad Glagolev, 05/14/2012

Archive powered by MHonArc 2.6.24.

Top of Page