Ticket #48835: Portfile-wireshark.diff

File Portfile-wireshark.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 9 years ago)

Removed unneeded configure.env arguments

  • Portfile

    old new  
    1 # $Id: Portfile 136239 2015-05-12 22:21:01Z ricci@macports.org $
     1# $Id: Portfile 139322 2015-08-12 22:51:44Z ricci@macports.org $
    22
    33PortSystem 1.0
    44name            wireshark
    5 version         1.12.5
     5version         1.12.8
    66revision        0
    77categories      net
    88license         {GPL-2 GPL-3}
     
    1919master_sites    http://www.wireshark.org/download/src/                  \
    2020                http://www.wireshark.org/download/src/all-versions/
    2121
    22 checksums           md5     9ee199dde4f36a3d71f7b81dd6764e93 \
    23                     sha1    379686f0b6355ae2e6b3f7055578317a07ce5590 \
    24                     rmd160  ba455ae98be0241e219df83496b3b79c92f0497d
     22checksums           md5     988a4595a4a87dafb3c4870ea40e89b5 \
     23                    sha1    d8c23120525a2f3505e822b7684e7367bcd0ba70 \
     24                    rmd160  bf87fd1e3404d04f6123d09798b46ea5b2af49e9
    2525
    2626use_bzip2       yes
    2727
    2828conflicts       wireshark-devel
    2929
    30 patchfiles      patch-configure.diff    \
    31                         patch-configure.pixmap-fix.diff
     30patchfiles      patch-configure.diff
    3231
    3332depends_build           \
    3433                port:pkgconfig
     
    130129
    131130variant lua {
    132131        configure.args-delete   --without-lua
    133         configure.args-append   --with-lua=${prefix}
    134         depends_lib-append              port:lua
     132        depends_lib-append              port:lua52
     133        patchfiles-append       patch-epan-wslua.diff
    135134}
    136135
    137136variant libsmi {
     
    183182
    184183variant ssl {
    185184        configure.args-delete   --without-ssl
    186         depends_lib-append              port:openssl
     185        depends_lib-append              path:lib/libssl.dylib:openssl
    187186}
    188187
    189188## variant x11 conflicts qt     {