Update to 0.79: contains last remaining pkgsrc patch.
This commit is contained in:
parent
7026b50b6d
commit
bf62b32767
3 changed files with 6 additions and 34 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue