Changeset 80194
- Timestamp:
- 07/06/11 09:10:47 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/wireshark/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/wireshark/Portfile
r79072 r80194 3 3 PortSystem 1.0 4 4 name wireshark 5 version 1. 4.75 version 1.6.0 6 6 revision 0 7 7 categories net … … 19 19 http://www.wireshark.org/download/src/all-versions/ 20 20 21 checksums md5 b5065426d5524ddc1667314f8256c2b1\22 sha1 ba80ed0c2aa6a12fa50155bbf5b58ad41a46024e\23 rmd160 012ec4d7750c03bcc23e9140f31e778cde6fd64521 checksums md5 9f9314c89bf1c8b440a7909884838cfd \ 22 sha1 c54ab0d77f6bbe6a2b7329de69ed10614d57aa35 \ 23 rmd160 d30ba785f8e8ac6d74b4f3f55f9e797a8bc0dec3 24 24 25 25 use_bzip2 yes … … 48 48 --without-portaudio \ 49 49 --disable-warnings-as-errors \ 50 --without-gnutls 50 --without-gnutls \ 51 --without-python 51 52 52 53 configure.ldflags-append "-Wl,-search_paths_first" … … 107 108 } 108 109 110 variant python25 description {use python25 for the experimental python interface} conflicts python26 python27 { 111 configure.args-append --with-python=${prefix} 112 configure.args-delete --without-python 113 depends_lib-append port:python25 114 } 115 116 variant python26 description {use python26 for the experimental python interface} conflicts python25 python27 { 117 configure.args-append --with-python=${prefix} 118 configure.args-delete --without-python 119 depends_lib-append port:python26 120 } 121 122 variant python27 description {use python27 for the experimental python interface} conflicts python25 python26 { 123 configure.args-append --with-python=${prefix} 124 configure.args-delete --without-python 125 depends_lib-append port:python27 126 } 127 109 128 variant rtp description {add rtp support with portaudio} { 110 129 configure.args-append --with-portaudio=${prefix}
Note: See TracChangeset
for help on using the changeset viewer.

