diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2001-12-12 06:08:28 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2001-12-12 06:08:28 +0000 |
commit | e443e89ea9837edfacccfbac434a578e59b7407b (patch) | |
tree | 900e01e2267c3dea148815d265b6a34951beb83d /net/mtr/Makefile | |
parent | change master site (diff) |
upgrade mtr to 0.44
kill-gtk is no longer needed, --without-gtk is now provided
ipv6 support is now disabled until KAME tests/updates their patchset
Notes
Notes:
svn path=/head/; revision=51376
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r-- | net/mtr/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 663c5c573e2a..551f639bd78a 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -6,11 +6,11 @@ # PORTNAME= mtr -PORTVERSION= 0.42 -PORTREVISION= 2 +PORTVERSION= 0.44 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ - http://www.giovannelli.it/~gmarco/files/ + ftp://ftp.netsw.org/net/ip/audit/packets/ \ + ftp://ftp.gw.com/mirrors/pub/unix/mtr/ MAINTAINER= billf@FreeBSD.org @@ -22,7 +22,7 @@ MAN8= mtr.8 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 400014 +.if ${OSVERSION} >= 400014 && 0 PATCHFILES= mtr-042-v6-20010508.diff.gz PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ PATCH_DIST_STRIP= -p1 @@ -36,8 +36,7 @@ CONFIGURE_ARGS+=--disable-ipv6 USE_XLIB= yes USE_GTK= yes .else -EXTRA_PATCHES= ${FILESDIR}/kill-gtk -CONFIGURE_ARGS+=--with-gtk-prefix=/nopath +CONFIGURE_ARGS+=--without-gtk .endif do-install: |