pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libdnet Update to 1.8 and include a patch to make ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93332ea6f22a
branches:  trunk
changeset: 485137:93332ea6f22a
user:      peter <peter%pkgsrc.org@localhost>
date:      Sat Dec 04 15:46:41 2004 +0000

description:
Update to 1.8 and include a patch to make it compile on systems with
a new pf(4) version.  Approved by wiz.

Changes: unknown

diffstat:

 net/libdnet/Makefile         |   6 ++++--
 net/libdnet/PLIST            |   4 ++--
 net/libdnet/distinfo         |   7 ++++---
 net/libdnet/patches/patch-aa |  15 +++++++++++++++
 4 files changed, 25 insertions(+), 7 deletions(-)

diffs (71 lines):

diff -r 985ae6a544cb -r 93332ea6f22a net/libdnet/Makefile
--- a/net/libdnet/Makefile      Sat Dec 04 15:04:53 2004 +0000
+++ b/net/libdnet/Makefile      Sat Dec 04 15:46:41 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/11/26 22:51:50 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/04 15:46:41 peter Exp $
 #
 
-DISTNAME=      libdnet-1.7
+DISTNAME=      libdnet-1.8
 CATEGORIES=    devel net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libdnet/}
 
@@ -11,6 +11,8 @@
 
 GNU_CONFIGURE= yes
 USE_BUILDLINK3=        yes
+USE_GNU_TOOLS+=        make
+USE_LIBTOOL=   yes
 
 BUILD_DEFS+=   USE_INET6
 
diff -r 985ae6a544cb -r 93332ea6f22a net/libdnet/PLIST
--- a/net/libdnet/PLIST Sat Dec 04 15:04:53 2004 +0000
+++ b/net/libdnet/PLIST Sat Dec 04 15:46:41 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2003/05/02 08:50:11 seb Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/12/04 15:46:41 peter Exp $
 bin/dnet-config
 include/dnet.h
 include/dnet/addr.h
@@ -15,7 +15,7 @@
 include/dnet/route.h
 include/dnet/tcp.h
 include/dnet/udp.h
-lib/libdnet.a
+lib/libdnet.la
 man/man3/dnet.3
 man/man8/dnet.8
 sbin/dnet
diff -r 985ae6a544cb -r 93332ea6f22a net/libdnet/distinfo
--- a/net/libdnet/distinfo      Sat Dec 04 15:04:53 2004 +0000
+++ b/net/libdnet/distinfo      Sat Dec 04 15:46:41 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/05/02 08:50:11 seb Exp $
+$NetBSD: distinfo,v 1.3 2004/12/04 15:46:41 peter Exp $
 
-SHA1 (libdnet-1.7.tar.gz) = 1bb75c39eed7351144a3d3f664161d9cc7cf8283
-Size (libdnet-1.7.tar.gz) = 160062 bytes
+SHA1 (libdnet-1.8.tar.gz) = 23e6b40363064fa039c0f99f4897ed2a0080e206
+Size (libdnet-1.8.tar.gz) = 400246 bytes
+SHA1 (patch-aa) = 3aa72c1c751c9e42eb0de03d5b2ea5987a33e346
diff -r 985ae6a544cb -r 93332ea6f22a net/libdnet/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libdnet/patches/patch-aa      Sat Dec 04 15:46:41 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2004/12/04 15:46:41 peter Exp $
+
+--- src/fw-pf.c.orig   2004-12-04 15:50:08.000000000 +0100
++++ src/fw-pf.c        2004-12-04 15:57:49.000000000 +0100
+@@ -29,8 +29,8 @@
+ /*
+  * XXX - cope with moving pf API
+  */
+-#if defined(DIOCRINABEGIN)
+-/* OpenBSD 3.3 */
++#if defined(DIOCRINABEGIN) || defined(DIOCXCOMMIT)
++/* OpenBSD 3.3 and higher */
+ /*     $OpenBSD: pfvar.h,v 1.130 2003/01/09 10:40:45 cedric Exp $ */
+ /*     $OpenBSD: pfvar.h,v 1.127 2003/01/05 22:14:23 dhartmei Exp $ */
+ # define PFRA_ADDR(ra)        (ra)->addr.v.a.addr.v4.s_addr



Home | Main Index | Thread Index | Old Index