Ticket #1555: net_ethereal_Portfile.diff

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

patch to net/ethereal Portfile

  • Portfile

    RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/ethereal/Portfile,v
    retrieving revision 1.20
    diff -u -r1.20 Portfile
     
    22
    33PortSystem 1.0
    44name            ethereal
    5 version         0.10.0a
     5version         0.10.2
    66categories      net
    7 maintainers     eric@opendarwin.org
     7maintainers     opendarwin.org@darkart.com
    88description     Graphical network analyzer and capture tool
    99homepage        http://ethereal.com/
    1010platforms       darwin
     
    2222                ftp://ftp.ayamura.org/pub/ethereal/all-versions/ \
    2323                ftp://ftp.azc.uam.mx/mirrors/ethereal/all-versions/
    2424
    25 checksums       md5 1e31508c5509272595fa237d074461b1
     25checksums       md5 0a989aeac595db09eae722c350498e40
    2626
    2727use_bzip2       yes
    2828
    2929depends_lib     lib:libglib.2:glib2 lib:libgtk.2:gtk2
    3030
    31 configure.args  --without-plugins --enable-gtk2 --with-ucdsnmp=no
     31configure.args  --without-plugins --enable-gtk2 --with-net-snmp=no --with-ucd-snmp=no
    3232
    3333variant no-x11  {
    3434        configure.args-append   --disable-ethereal
    3535        configure.args-delete   --enable-gtk2
    3636        depends_lib-delete      lib:libgtk.2:gtk2
    3737}
     38#
     39##EOF