diff options
author | wiz <wiz> | 2010-06-13 23:53:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-06-13 23:53:22 +0000 |
commit | 7a6cbb2d820e0fbe27833dd130dc8c8f521d2bea (patch) | |
tree | 86a1c917259b167709642e12a93b6dc6325b2cb6 /net | |
parent | 3e87fee4ef20237b90d932cffaf632b924ea5c93 (diff) | |
download | pkgsrc-7a6cbb2d820e0fbe27833dd130dc8c8f521d2bea.tar.gz |
Update to 0.79: contains last remaining pkgsrc patch.
Diffstat (limited to 'net')
-rw-r--r-- | net/mtr/Makefile | 4 | ||||
-rw-r--r-- | net/mtr/distinfo | 9 | ||||
-rw-r--r-- | net/mtr/patches/patch-aa | 27 |
3 files changed, 6 insertions, 34 deletions
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 <netinet/in.h> -- -+#ifdef HAVE_SOCKET_H -+#include <socket.h> -+#endif -+#ifdef HAVE_SYS_SOCKET_H -+#include <sys/socket.h> -+#endif - - typedef socklen_t ac__type_new_; - int |