[133708] trunk/dports/archivers/libarchive/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 9 00:41:18 PDT 2015


Revision: 133708
          https://trac.macports.org/changeset/133708
Author:   ryandesign at macports.org
Date:     2015-03-09 00:41:18 -0700 (Mon, 09 Mar 2015)
Log Message:
-----------
libarchive: add libiconv dependency, and disable opportunistic linking against libnettle (#44065; maintainer timeout); disable silent rules for more helpful logs

Modified Paths:
--------------
    trunk/dports/archivers/libarchive/Portfile

Modified: trunk/dports/archivers/libarchive/Portfile
===================================================================
--- trunk/dports/archivers/libarchive/Portfile	2015-03-09 07:39:09 UTC (rev 133707)
+++ trunk/dports/archivers/libarchive/Portfile	2015-03-09 07:41:18 UTC (rev 133708)
@@ -5,7 +5,7 @@
 homepage         http://libarchive.org/
 master_sites     ${homepage}downloads/
 version          3.1.2
-
+revision         1
 categories       archivers
 license          BSD
 maintainers      toby
@@ -21,9 +21,10 @@
                  sha256  eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e
 
 depends_lib      port:bzip2 port:zlib port:openssl port:libxml2 port:xz \
-                 port:lzo2
+                 port:lzo2 port:libiconv
 
-configure.args   --enable-bsdtar=shared --enable-bsdcpio=shared
+configure.args   --enable-bsdtar=shared --enable-bsdcpio=shared \
+                 --disable-silent-rules --without-nettle
 
 livecheck.type  regex
 livecheck.regex libarchive-(\[0-9.\]+)\\.tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150309/c2e30f6e/attachment.html>


More information about the macports-changes mailing list