Revision: 140681 https://trac.macports.org/changeset/140681 Author: ryandesign@macports.org Date: 2015-09-29 22:50:10 -0700 (Tue, 29 Sep 2015) Log Message: ----------- libewf: add dependencies on bzip2, gettext, libiconv, zlib; revbump; add configure args to ensure we use only bundled copies of helper libraries Modified Paths: -------------- trunk/dports/security/libewf/Portfile Modified: trunk/dports/security/libewf/Portfile =================================================================== --- trunk/dports/security/libewf/Portfile 2015-09-30 04:44:21 UTC (rev 140680) +++ trunk/dports/security/libewf/Portfile 2015-09-30 05:50:10 UTC (rev 140681) @@ -5,7 +5,7 @@ name libewf version 20131230 -revision 1 +revision 2 categories security platforms darwin maintainers nomaintainer @@ -26,5 +26,36 @@ checksums rmd160 3b9d24feba48a9db96576eeecf84e88942552406 \ sha256 e4ffe1b538cb496ca043ab0f738487828babe33285f29b4ce1cbe115af83a92d -depends_lib path:lib/libssl.dylib:openssl \ - path:lib/pkgconfig/fuse.pc:osxfuse +depends_lib port:bzip2 \ + port:gettext \ + port:libiconv \ + path:lib/libssl.dylib:openssl \ + path:lib/pkgconfig/fuse.pc:osxfuse \ + port:zlib + +configure.args --with-bzip2 \ + --with-libfuse \ + --with-openssl \ + --with-zlib \ + --without-libbfio \ + --without-libcaes \ + --without-libcdata \ + --without-libcerror \ + --without-libcfile \ + --without-libclocale \ + --without-libcnotify \ + --without-libcpath \ + --without-libcsplit \ + --without-libcstring \ + --without-libcsystem \ + --without-libcthreads \ + --without-libfcache \ + --without-libfdata \ + --without-libfvalue \ + --without-libhmac \ + --without-libmfdata \ + --without-libmsdev \ + --without-libmsraw \ + --without-libodraw \ + --without-libuna \ + --without-libuuid
participants (1)
-
ryandesign@macports.org