[54896] trunk/dports/archivers/libarchive/Portfile
toby at macports.org
toby at macports.org
Mon Aug 3 19:49:33 PDT 2009
Revision: 54896
http://trac.macports.org/changeset/54896
Author: toby at macports.org
Date: 2009-08-03 19:49:33 -0700 (Mon, 03 Aug 2009)
Log Message:
-----------
#20537 (libarchive: please remove the dependency on lzmautils)
Modified Paths:
--------------
trunk/dports/archivers/libarchive/Portfile
Modified: trunk/dports/archivers/libarchive/Portfile
===================================================================
--- trunk/dports/archivers/libarchive/Portfile 2009-08-04 02:11:37 UTC (rev 54895)
+++ trunk/dports/archivers/libarchive/Portfile 2009-08-04 02:49:33 UTC (rev 54896)
@@ -4,7 +4,7 @@
name libarchive
version 2.7.0
-revision 1
+revision 2
categories archivers
maintainers toby
description functions for reading and writing streaming archives
@@ -22,8 +22,14 @@
sha1 625347766797929873a8e31819a14c405bcb2275 \
rmd160 997f2809cb91eb84707714cb58f4840dee0a9ea0
-depends_lib port:bzip2 port:zlib port:liblzma port:lzmautils
+depends_lib port:bzip2 port:zlib
-configure.args --enable-bsdtar=shared --enable-bsdcpio=shared
+configure.args --enable-bsdtar=shared --enable-bsdcpio=shared \
+ --disable-lzmadec --disable-lzma
livecheck.regex files/libarchive-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz
+
+variant lzma {
+ configure.args-delete --disable-lzma
+ depends_lib-append port:liblzma
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090803/15483f30/attachment.html>
More information about the macports-changes
mailing list