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 | 61571c3517897079242d26e52dffd93a17f77e88 (patch) | |
tree | 2951c800155eef87f9a5a61bd8cdfebb0b2e7d16 /net/Makefile | |
parent | 3b34ece19b02454987880343b30b0e2fb0e257c9 (diff) | |
download | pkgsrc-61571c3517897079242d26e52dffd93a17f77e88.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 |