pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mtr Update to 0.79: contains last remaining pkgsrc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d9a680da9ec
branches: trunk
changeset: 576526:6d9a680da9ec
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jun 13 23:53:22 2010 +0000
description:
Update to 0.79: contains last remaining pkgsrc patch.
diffstat:
net/mtr/Makefile | 4 ++--
net/mtr/distinfo | 9 ++++-----
net/mtr/patches/patch-aa | 27 ---------------------------
3 files changed, 6 insertions(+), 34 deletions(-)
diffs (57 lines):
diff -r 847d2a2dda59 -r 6d9a680da9ec net/mtr/Makefile
--- a/net/mtr/Makefile Sun Jun 13 23:39:37 2010 +0000
+++ b/net/mtr/Makefile Sun Jun 13 23:53:22 2010 +0000
@@ -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 -r 847d2a2dda59 -r 6d9a680da9ec net/mtr/distinfo
--- a/net/mtr/distinfo Sun Jun 13 23:39:37 2010 +0000
+++ b/net/mtr/distinfo Sun Jun 13 23:53:22 2010 +0000
@@ -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 -r 847d2a2dda59 -r 6d9a680da9ec net/mtr/patches/patch-aa
--- a/net/mtr/patches/patch-aa Sun Jun 13 23:39:37 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index