diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2003-03-08 20:59:12 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2003-03-08 20:59:12 +0000 |
commit | a2dcbf65cc2552632da9a30925886fa945cb964b (patch) | |
tree | 87bd067b5058485910067d13ccdeca0c6c605cdc /net | |
parent | db3469a6ead3c143e5a4225a39201722a24f3311 (diff) | |
download | ports-a2dcbf65cc2552632da9a30925886fa945cb964b.tar.gz ports-a2dcbf65cc2552632da9a30925886fa945cb964b.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 7 | ||||
-rw-r--r-- | net/ethereal/distinfo | 2 | ||||
-rw-r--r-- | net/wireshark/Makefile | 7 | ||||
-rw-r--r-- | net/wireshark/distinfo | 2 |
4 files changed, 10 insertions, 8 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 50303fbc3249..e115f91869a8 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ @@ -43,12 +43,13 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} .if !defined(WITHOUT_SNMP) CONFIGURE_ARGS+= --enable-snmp=yes \ - --with-net-snmp=${LOCALBASE}/lib + --with-net-snmp=${LOCALBASE}/lib \ + --without-ucdsnmp .if exists(/usr/include/openssl/crypto.h) CONFIGURE_ARGS+= --with-ssl=/usr .endif .else -CONFIGURE_ARGS+= --enable-snmp=no +CONFIGURE_ARGS+= --enable-snmp=no --without-ucdsnmp --without-net-snmp .endif MAN1+= editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1 diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index 4d674e470d69..79659e23c8d2 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.9.9.tar.gz) = 711007f6ae56ded4fe1062e4f9dcdba8 +MD5 (ethereal-0.9.10.tar.gz) = d276936daf4d1df583ce03b432202608 diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 50303fbc3249..e115f91869a8 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.10 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ @@ -43,12 +43,13 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} .if !defined(WITHOUT_SNMP) CONFIGURE_ARGS+= --enable-snmp=yes \ - --with-net-snmp=${LOCALBASE}/lib + --with-net-snmp=${LOCALBASE}/lib \ + --without-ucdsnmp .if exists(/usr/include/openssl/crypto.h) CONFIGURE_ARGS+= --with-ssl=/usr .endif .else -CONFIGURE_ARGS+= --enable-snmp=no +CONFIGURE_ARGS+= --enable-snmp=no --without-ucdsnmp --without-net-snmp .endif MAN1+= editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1 diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 4d674e470d69..79659e23c8d2 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.9.9.tar.gz) = 711007f6ae56ded4fe1062e4f9dcdba8 +MD5 (ethereal-0.9.10.tar.gz) = d276936daf4d1df583ce03b432202608 |