diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-03 18:38:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-03 18:38:58 +0000 |
commit | e2a4c293d489421736f5443e00b14bcaf694a7c0 (patch) | |
tree | 2951c800155eef87f9a5a61bd8cdfebb0b2e7d16 /net/mtr/Makefile | |
parent | 394dfcd11774206f98dc909c4ee4865408786a46 (diff) | |
download | pkgsrc-e2a4c293d489421736f5443e00b14bcaf694a7c0.tar.gz |
Update mtr to 0.71:
0.71:
The build-time check for the resolver library was improved. Binding
to a specific interface was fixed. Incorrect display of multiple
routes was fixed. Several minor bugs were fixed.
v0.70 Antinio submitted a cumulative patch containing some
nice improvements. He also submitted an automake patch
that causes mtr to no longer compile on my system. I
refuse to have mtr "in the dark" that I can't test-compile
the dist.
Add option for gtk support, and remove mtr-gtk package.
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r-- | net/mtr/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 52c53950dce..7dcfe80bb85 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2006/02/05 23:10:27 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2006/04/03 18:38:58 wiz Exp $ # -DISTNAME= mtr-0.69 -PKGREVISION= 1 +DISTNAME= mtr-0.71 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ @@ -14,9 +13,10 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES USE_TOOLS+= gmake -CONFIGURE_ARGS+= --without-gtk INSTALLATION_DIRS= man/man8 sbin +.include "options.mk" + # mtr uses libtermcap by default, but needs wattr_{on,off} from (n)curses, # so we rewrite -ltermcap to -lncurses (which will be auto-mangled into # -lcurses on the appropriate platforms). |