pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix BUILDLINK_DEPENDS.libnet for bulk-builds



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc4ef92be6be
branches:  trunk
changeset: 488655:bc4ef92be6be
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Feb 05 16:11:47 2005 +0000

description:
Fix BUILDLINK_DEPENDS.libnet for bulk-builds

diffstat:

 net/cdpd/Makefile          |  4 ++--
 net/libnids/Makefile       |  4 ++--
 net/nemesis/Makefile       |  4 ++--
 net/scdp/Makefile          |  4 ++--
 net/tcptraceroute/Makefile |  4 ++--
 net/xipdump/Makefile       |  4 ++--
 security/dsniff/Makefile   |  4 ++--
 security/pakemon/Makefile  |  4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diffs (144 lines):

diff -r 3f1f74974541 -r bc4ef92be6be net/cdpd/Makefile
--- a/net/cdpd/Makefile Sat Feb 05 15:40:08 2005 +0000
+++ b/net/cdpd/Makefile Sat Feb 05 16:11:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/01/28 23:35:59 adrianp Exp $
+# $NetBSD: Makefile,v 1.9 2005/02/05 16:11:47 adrianp Exp $
 #
 
 DISTNAME=      cdpd-1.0.2
@@ -12,7 +12,7 @@
 USE_BUILDLINK3=        YES
 GNU_CONFIGURE= YES
 
-BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+BUILDLINK_DEPENDS.libnet+=     libnet-1.0.*
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin/cdpd
diff -r 3f1f74974541 -r bc4ef92be6be net/libnids/Makefile
--- a/net/libnids/Makefile      Sat Feb 05 15:40:08 2005 +0000
+++ b/net/libnids/Makefile      Sat Feb 05 16:11:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/01/28 23:35:59 adrianp Exp $
+# $NetBSD: Makefile,v 1.17 2005/02/05 16:11:47 adrianp Exp $
 # $FreeBSD: ports/net/libnids/Makefile,v 1.5 2000/04/24 07:42:58 kris Exp $
 #
 
@@ -16,7 +16,7 @@
 
 BUILDLINK_DEPMETHOD.libnet=    build
 BUILDLINK_DEPMETHOD.libpcap=   build
-BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+BUILDLINK_DEPENDS.libnet+=     libnet-1.0.*
 
 .include "../../devel/libnet/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
diff -r 3f1f74974541 -r bc4ef92be6be net/nemesis/Makefile
--- a/net/nemesis/Makefile      Sat Feb 05 15:40:08 2005 +0000
+++ b/net/nemesis/Makefile      Sat Feb 05 16:11:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/01/28 23:35:59 adrianp Exp $
+# $NetBSD: Makefile,v 1.8 2005/02/05 16:11:47 adrianp Exp $
 
 DISTNAME=      nemesis-1.32
 PKGREVISION=   1
@@ -12,7 +12,7 @@
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE=  # defined
 
-BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+BUILDLINK_DEPENDS.libnet+=     libnet-1.0.*
 
 .include "../../devel/libnet/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3f1f74974541 -r bc4ef92be6be net/scdp/Makefile
--- a/net/scdp/Makefile Sat Feb 05 15:40:08 2005 +0000
+++ b/net/scdp/Makefile Sat Feb 05 16:11:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/01/28 23:35:59 adrianp Exp $
+# $NetBSD: Makefile,v 1.4 2005/02/05 16:11:47 adrianp Exp $
 #
 
 DISTNAME=      scdp-1.0b
@@ -14,7 +14,7 @@
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 
-BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+BUILDLINK_DEPENDS.libnet+=     libnet-1.0.*
 
 .include "../../devel/libnet/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3f1f74974541 -r bc4ef92be6be net/tcptraceroute/Makefile
--- a/net/tcptraceroute/Makefile        Sat Feb 05 15:40:08 2005 +0000
+++ b/net/tcptraceroute/Makefile        Sat Feb 05 16:11:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/01/28 23:35:59 adrianp Exp $
+# $NetBSD: Makefile,v 1.8 2005/02/05 16:11:47 adrianp Exp $
 #
 
 DISTNAME=              tcptraceroute-1.4
@@ -12,7 +12,7 @@
 
 USE_BUILDLINK3=                YES
 
-BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+BUILDLINK_DEPENDS.libnet+=     libnet-1.0.*
 
 BUILD_TARGET=          tcptraceroute
 
diff -r 3f1f74974541 -r bc4ef92be6be net/xipdump/Makefile
--- a/net/xipdump/Makefile      Sat Feb 05 15:40:08 2005 +0000
+++ b/net/xipdump/Makefile      Sat Feb 05 16:11:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/01/28 23:35:59 adrianp Exp $
+# $NetBSD: Makefile,v 1.15 2005/02/05 16:11:47 adrianp Exp $
 #
 
 DISTNAME=      xipdump-1.5.4
@@ -12,7 +12,7 @@
 
 USE_BUILDLINK3=        YES
 
-BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+BUILDLINK_DEPENDS.libnet+=     libnet-1.0.*
 
 LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config
 
diff -r 3f1f74974541 -r bc4ef92be6be security/dsniff/Makefile
--- a/security/dsniff/Makefile  Sat Feb 05 15:40:08 2005 +0000
+++ b/security/dsniff/Makefile  Sat Feb 05 16:11:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/01/28 23:35:59 adrianp Exp $
+# $NetBSD: Makefile,v 1.23 2005/02/05 16:11:48 adrianp Exp $
 # $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $
 
 DISTNAME=      dsniff-2.3
@@ -14,7 +14,7 @@
 GNU_CONFIGURE= yes
 USE_X11=       yes
 
-BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+BUILDLINK_DEPENDS.libnet+=     libnet-1.0.*
 
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../devel/libnet/buildlink3.mk"
diff -r 3f1f74974541 -r bc4ef92be6be security/pakemon/Makefile
--- a/security/pakemon/Makefile Sat Feb 05 15:40:08 2005 +0000
+++ b/security/pakemon/Makefile Sat Feb 05 16:11:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/01/28 23:35:59 adrianp Exp $
+# $NetBSD: Makefile,v 1.19 2005/02/05 16:11:48 adrianp Exp $
 
 DISTNAME=      pakemon-0.3.1
 PKGREVISION=   3
@@ -14,7 +14,7 @@
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 
-BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+BUILDLINK_DEPENDS.libnet+=     libnet-1.0.*
 
 post-extract:
        ${CP} ${WRKSRC}/pakemon.h ${WRKSRC}/pakemon.h.in



Home | Main Index | Thread Index | Old Index