diff options
author | wiz <wiz> | 2006-04-03 18:38:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-04-03 18:38:58 +0000 |
commit | c23f4ac0cb876b0b8a5a089d3e0923e974cdf14e (patch) | |
tree | 2951c800155eef87f9a5a61bd8cdfebb0b2e7d16 /net/Makefile | |
parent | 8b333ef2d97120b20a03ac84eee6b749a64a3c3a (diff) | |
download | pkgsrc-c23f4ac0cb876b0b8a5a089d3e0923e974cdf14e.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/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 6f5ec1375f6..f68fe013363 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.611 2006/03/31 21:55:22 adrianp Exp $ +# $NetBSD: Makefile,v 1.612 2006/04/03 18:38:58 wiz Exp $ # COMMENT= Networking tools @@ -197,7 +197,6 @@ SUBDIR+= mrstat SUBDIR+= mrt SUBDIR+= mrtg SUBDIR+= mtr -SUBDIR+= mtr-gtk SUBDIR+= mydns-mysql SUBDIR+= mydns-pgsql SUBDIR+= nagios-base |