Ticket #31986: Portfile_wireshark-devel.diff
File Portfile_wireshark-devel.diff, 2.0 KB (added by hsivank@…, 13 years ago) |
---|
-
Portfile
old new 5 5 6 6 name wireshark-devel 7 7 epoch 2 8 version 1. 6.28 version 1.7.0 9 9 categories net 10 10 maintainers gmail.com:hsivank 11 11 description Graphical network analyzer and capture tool … … 24 24 25 25 use_bzip2 yes 26 26 27 checksums rmd160 e343d9bb5600b236dea708bb68ecad805a9ee20a\28 sha256 5343f514ce98c28498ec4734e40e34e2bbf779a6c57d958837e3f70234471e7f27 checksums rmd160 d65be41a4384b1754756b255330cc76e93cdd3af \ 28 sha256 8b00ff9622d309d9848a078acafd59763dc341215b676b87fdeff98a7ccef89d 29 29 30 30 conflicts wireshark 31 31 … … 51 51 --infodir=\\\${prefix}/share/info \ 52 52 --without-portaudio \ 53 53 --disable-warnings-as-errors \ 54 --without-gnutls 54 --without-gnutls \ 55 --without-python 55 56 56 57 configure.ldflags-append "-Wl,-search_paths_first" 57 58 … … 112 113 configure.args-append --with-libsmi 113 114 } 114 115 116 variant python25 description {use python25 for the experimental python interface} conflicts python26 python27 { 117 configure.args-append --with-python=${prefix} 118 configure.args-delete --without-python 119 depends_lib-append port:python25 120 } 121 122 variant python26 description {use python26 for the experimental python interface} conflicts python25 python27 { 123 configure.args-append --with-python=${prefix} 124 configure.args-delete --without-python 125 depends_lib-append port:python26 126 } 127 128 variant python27 description {use python27 for the experimental python interface} conflicts python25 python26 { 129 configure.args-append --with-python=${prefix} 130 configure.args-delete --without-python 131 depends_lib-append port:python27 132 } 133 115 134 post-destroot { 116 135 xinstall -d ${destroot}${prefix}/include/wireshark/epan/crypt/ \ 117 136 ${destroot}${prefix}/include/wireshark/epan/dfilter/ \