Ticket #1837: net_ethereal_Portfile_0_10_4.diff

File net_ethereal_Portfile_0_10_4.diff, 1.3 KB (added by opendarwin.org@…, 20 years ago)

patch to net/ethereal Portfile to bring ethereal up to 0.10.4

  • Portfile

    RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/ethereal/Portfile,v
    retrieving revision 1.24
    diff -u -r1.24 Portfile
     
    22
    33PortSystem 1.0
    44name            ethereal
    5 version         0.10.3
     5version         0.10.4
    66categories      net
    77maintainers     opendarwin.org@darkart.com toby@opendarwin.org
    88description     Graphical network analyzer and capture tool
     
    2222                ftp://ftp.ayamura.org/pub/ethereal/all-versions/ \
    2323                ftp://ftp.azc.uam.mx/mirrors/ethereal/all-versions/
    2424
    25 checksums       md5 6902272eb5304f57db76bf91abe453d1
     25checksums       md5 d889d4e6e26047afc5a2b74770c8ac88
    2626
    2727use_bzip2       yes
    2828
     
    3131
    3232configure.args  --without-plugins --enable-gtk2 \
    3333                --with-net-snmp=no --with-ucd-snmp=no \
     34                --without-adns \
     35                --without-pcre \
    3436                --mandir=\\\${prefix}/share/man \
    3537                --infodir=\\\${prefix}/share/info
    3638
     
    4143
    4244variant pcre {
    4345        configure.args-append   --with-pcre=${prefix}
     46        configure.args-delete   --without-pcre
    4447        depends_lib-append      lib:libpcre:pcre
    4548}
    4649
     
    5255
    5356variant adns {
    5457        configure.args-append   --with-adns=${prefix}
     58        configure.args-delete   --without-adns
    5559        depends_lib-append      lib:XXX:adns
    5660}
     61#
     62##EOF