Ticket #48835: Portfile-wireshark-2.0.0rc2.diff
File Portfile-wireshark-2.0.0rc2.diff, 1.7 KB (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 13 6239 2015-05-12 22:21:01Z ricci@macports.org $1 # $Id: Portfile 139322 2015-08-12 22:51:44Z ricci@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 name wireshark 5 version 1.12.5 6 revision 0 5 version 2.0.0rc2 7 6 categories net 8 7 license {GPL-2 GPL-3} 9 8 maintainers darkart.com:opendarwin.org … … 19 18 master_sites http://www.wireshark.org/download/src/ \ 20 19 http://www.wireshark.org/download/src/all-versions/ 21 20 22 checksums md5 9ee199dde4f36a3d71f7b81dd6764e93\23 sha1 3 79686f0b6355ae2e6b3f7055578317a07ce5590\24 rmd160 ba455ae98be0241e219df83496b3b79c92f0497d21 checksums md5 e533e26ae9372b3d58c7d54eddd2ef1e \ 22 sha1 3bef75cd106dbf6fba8529394202b90cfcc9f5b2 \ 23 rmd160 907eefeae0519986d7d62a288fac3568efda020e 25 24 26 25 use_bzip2 yes 27 26 28 27 conflicts wireshark-devel 29 28 30 patchfiles patch-configure.diff \31 patch-configure.pixmap-fix.diff32 33 29 depends_build \ 34 30 port:pkgconfig 35 31 depends_lib \ … … 45 41 configure.args \ 46 42 --without-libsmi \ 47 43 --disable-usr-local \ 44 --disable-osx-deploy-target \ 48 45 --without-adns \ 49 46 --with-c-ares=${prefix} \ 50 47 --without-geoip \ … … 130 127 131 128 variant lua { 132 129 configure.args-delete --without-lua 133 configure.args-append --with-lua=${prefix} 134 depends_lib-append port:lua 130 depends_lib-append port:lua52 135 131 } 136 132 137 133 variant libsmi { … … 183 179 184 180 variant ssl { 185 181 configure.args-delete --without-ssl 186 depends_lib-append p ort:openssl182 depends_lib-append path:lib/libssl.dylib:openssl 187 183 } 188 184 189 185 ## variant x11 conflicts qt {