Ticket #1253: ethereal.Portfile.diff

File ethereal.Portfile.diff, 1018 bytes (added by opendarwin.org@…, 20 years ago)

cvs diff -u Portfile (pwd = dports/net/ethereal)

  • Portfile

    RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/ethereal/Portfile,v
    retrieving revision 1.17
    diff -u -r1.17 Portfile
     
    22
    33PortSystem 1.0
    44name            ethereal
    5 version         0.9.14
     5version         0.9.16
    66categories      net
    77maintainers     eric@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 460ef7b71816316212cbdd26bb3ce0d3
     25checksums       md5 ab33d191f3cca324e5c819e9e4c034e1
    2626
    2727use_bzip2       yes
    2828
    2929depends_lib     lib:libglib.1:glib lib:libgtk.2:gtk2
    3030
    3131configure.args  --without-plugins --enable-gtk2 --with-ucdsnmp=no
     32
     33variant no-x11  {
     34                        configure.args-append --disable-ethereal
     35                        configure.args-delete --enable-gtk2
     36                        depends_lib-delete lib:libgtk.2:gtk2
     37                }
     38
     39#
     40##EOF