Ticket #1253: ethereal-update.diff

File ethereal-update.diff, 1.2 KB (added by blb@…, 20 years ago)

unidiff to Portfile

  • Portfile

    old new  
    11# $Id: Portfile,v 1.17 2003/09/12 18:00:31 olegb Exp $
    22
    3 PortSystem 1.0
     3PortSystem      1.0
    44name            ethereal
    5 version         0.9.14
     5version         0.10.0a
    66categories      net
    77maintainers     eric@opendarwin.org
    88description     Graphical network analyzer and capture tool
     
    1010platforms       darwin
    1111
    1212long_description A network analyzer that lets you capture and \
    13                  interactively browse the contents of Ethernet frames. \
     13                 interactively browse Ethernet frames. \
    1414                 Packet data can be read from a file, or live from a local \
    1515                 network interface.
    1616
     
    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 1e31508c5509272595fa237d074461b1
    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