diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-20 21:40:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-20 21:40:44 +0000 |
commit | a9e72e2a56f297850b1f61b7d1e1e48c007a5bc5 (patch) | |
tree | 502a250418e0b39365da657b5ba12cb82db578db /net/ethereal/Makefile | |
parent | 2cf76b0be52b4e5ecd4ed9195dac3b7936573ccb (diff) |
Notes
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r-- | net/ethereal/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index e747068fbf77..22a0579df657 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -6,21 +6,18 @@ # PORTNAME= ethereal -PORTVERSION= 0.10.12 +PORTVERSION= 0.10.13 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/all-versions/ \ - ftp://gd.tuwien.ac.at/infosys/security/ethereal/all-versions/ \ - ftp://ftp.sunet.se/pub/network/monitoring/ethereal/all-versions/ \ - ftp://ftp.mirrors.wiretapped.net/pub/security/packet-capture/ethereal/all-versions/ \ - http://www.mirrors.wiretapped.net/pub/security/packet-capture/ethereal/all-versions/ - +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ftp.ethereal.com/pub/ethereal/all-versions/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= marcus@FreeBSD.org COMMENT?= A powerful network analyzer/capture tool USE_PERL5_BUILD=yes USE_PYTHON_BUILD=yes USE_ICONV= yes -USE_BZIP2= yes +#USE_BZIP2= yes USE_GNOME= gnometarget WANT_GNOME= yes CONFIGURE_ARGS+= --program-transform-name="" @@ -79,6 +76,10 @@ CONFIGURE_ARGS+= --enable-ipv6=yes CONFIGURE_ARGS+= --enable-ipv6=no .endif +.if ${OSVERSION} < 600000 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-capture_loop.c +.endif + .if exists(/usr/include/openssl/crypto.h) CONFIGURE_ARGS+= --with-ssl=/usr .endif |