aboutsummaryrefslogtreecommitdiffstats
path: root/net/mtr
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2004-04-24 09:21:38 +0800
committerbillf <billf@FreeBSD.org>2004-04-24 09:21:38 +0800
commit14356523fffd081abbada767a858d2c93fd797f9 (patch)
tree75c926c965f56bd49dc659db3bc383879d521768 /net/mtr
parent505f34aa1c7c25bfadcce8878ad3564b28043086 (diff)
downloadfreebsd-ports-graphics-14356523fffd081abbada767a858d2c93fd797f9.tar.gz
freebsd-ports-graphics-14356523fffd081abbada767a858d2c93fd797f9.tar.zst
freebsd-ports-graphics-14356523fffd081abbada767a858d2c93fd797f9.zip
backout update to 1.58, the freeze of the week is ports right now.
Diffstat (limited to 'net/mtr')
-rw-r--r--net/mtr/Makefile5
-rw-r--r--net/mtr/distinfo6
-rw-r--r--net/mtr/files/patch-0210
3 files changed, 12 insertions, 9 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index cd4db0267de..3955640b54f 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -6,7 +6,8 @@
#
PORTNAME= mtr
-PORTVERSION= 0.58
+PORTVERSION= 0.54
+PORTREVISION= 4
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
ftp://ftp.netsw.org/net/ip/audit/packets/ \
@@ -18,7 +19,7 @@ COMMENT= Traceroute and ping in a single graphical network diagnostic tool
GNU_CONFIGURE= yes
USE_GMAKE= yes
WANT_GNOME= yes
-#WANT_IPV6= yes
+WANT_IPV6= yes
MAN8= mtr.8
PLIST_FILES= sbin/mtr
diff --git a/net/mtr/distinfo b/net/mtr/distinfo
index d688678ae84..66fdc569956 100644
--- a/net/mtr/distinfo
+++ b/net/mtr/distinfo
@@ -1,2 +1,4 @@
-MD5 (mtr-0.58.tar.gz) = 145a73ec008e590fd5d96ae5f53ee9f8
-SIZE (mtr-0.58.tar.gz) = 93987
+MD5 (mtr-0.54.tar.gz) = 7f7ecb50fc37fedb13135a5ef80fda7d
+SIZE (mtr-0.54.tar.gz) = 88751
+MD5 (mtr-054-v6-20040216.diff.gz) = a17f1d3a4ee9e587a48f2a26f004ac3c
+SIZE (mtr-054-v6-20040216.diff.gz) = 19908
diff --git a/net/mtr/files/patch-02 b/net/mtr/files/patch-02
index eff3df8029f..afb1b7d5128 100644
--- a/net/mtr/files/patch-02
+++ b/net/mtr/files/patch-02
@@ -1,13 +1,13 @@
---- dns.c.orig Wed Apr 7 05:33:55 2004
-+++ dns.c Thu Apr 22 20:34:45 2004
-@@ -767,8 +767,8 @@
- {
+--- dns.c.orig Sun Feb 9 17:40:31 2003
++++ dns.c Sun Feb 9 17:41:03 2003
+@@ -835,8 +835,8 @@
+ void dorequest(char *s,int type,word id){
packetheader *hp;
int r,i;
- int buf[(MaxPacketsize/sizeof (int))+1];
- r = res_mkquery(QUERY,s,C_IN,type,NULL,0,NULL,(unsigned char*)buf,MaxPacketsize);
+ unsigned char buf[MaxPacketsize];
+ r = res_mkquery(QUERY,s,C_IN,type,NULL,0,NULL,buf,MaxPacketsize);
- if (r == -1) {
+ if (r == -1){
restell("Resolver error: Query too large.");
return;