From 09d9c36c87e100d30c149b5355c992a31cb2b927 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 13 Jun 2010 23:53:22 +0000 Subject: Update to 0.79: contains last remaining pkgsrc patch. --- net/mtr/Makefile | 4 ++-- net/mtr/distinfo | 9 ++++----- net/mtr/patches/patch-aa | 27 --------------------------- 3 files changed, 6 insertions(+), 34 deletions(-) delete mode 100644 net/mtr/patches/patch-aa (limited to 'net/mtr') diff --git a/net/mtr/Makefile b/net/mtr/Makefile index cef5584f39f..575e33e7651 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2010/06/08 10:17:43 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2010/06/13 23:53:22 wiz Exp $ -DISTNAME= mtr-0.78 +DISTNAME= mtr-0.79 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ diff --git a/net/mtr/distinfo b/net/mtr/distinfo index 572420e9bda..2a1da03bc06 100644 --- a/net/mtr/distinfo +++ b/net/mtr/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.30 2010/06/08 10:17:43 wiz Exp $ +$NetBSD: distinfo,v 1.31 2010/06/13 23:53:22 wiz Exp $ -SHA1 (mtr-0.78.tar.gz) = d4e95e9f65b992f3a78bf2275bd94216eaa1efef -RMD160 (mtr-0.78.tar.gz) = d2388ae8dd2a89809a8a1030dcc5b8554fe01cf0 -Size (mtr-0.78.tar.gz) = 272361 bytes -SHA1 (patch-aa) = fcee60ebcdc1b532439aa893f5d710f95f563e1c +SHA1 (mtr-0.79.tar.gz) = eccd53d8b42b673b7e9fe68821900703f867e675 +RMD160 (mtr-0.79.tar.gz) = dba8d5e6766e3961481efc2c0274659c3c1507c4 +Size (mtr-0.79.tar.gz) = 272643 bytes diff --git a/net/mtr/patches/patch-aa b/net/mtr/patches/patch-aa deleted file mode 100644 index 0c9d421f01f..00000000000 --- a/net/mtr/patches/patch-aa +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-aa,v 1.10 2010/06/05 14:50:12 wiz Exp $ - ---- configure.orig 2008-08-19 20:11:50.000000000 +0200 -+++ configure -@@ -6176,7 +6176,7 @@ fi - done - - --for ac_header in sys/xti.h -+for ac_header in socket.h sys/socket.h sys/xti.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -@@ -7834,7 +7834,12 @@ cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - - #include -- -+#ifdef HAVE_SOCKET_H -+#include -+#endif -+#ifdef HAVE_SYS_SOCKET_H -+#include -+#endif - - typedef socklen_t ac__type_new_; - int -- cgit v1.2.3