From 2e1c433a10dd01b11c62e802aed6f6f415a7436c Mon Sep 17 00:00:00 2001 From: adrianp Date: Sat, 5 Feb 2005 16:11:47 +0000 Subject: Fix BUILDLINK_DEPENDS.libnet for bulk-builds --- 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(-) diff --git a/net/cdpd/Makefile b/net/cdpd/Makefile index debab4c4732..d9533596fd1 100644 --- a/net/cdpd/Makefile +++ b/net/cdpd/Makefile @@ -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 @@ COMMENT= Simple daemon to send Cisco Discovery Protocol packets 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 --git a/net/libnids/Makefile b/net/libnids/Makefile index 1a9f759a77a..3d5babbd9b0 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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 --git a/net/nemesis/Makefile b/net/nemesis/Makefile index 728d8c022ec..7aeafd2c442 100644 --- a/net/nemesis/Makefile +++ b/net/nemesis/Makefile @@ -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 @@ COMMENT= Nemesis is a command-line UNIX network packet injection suite 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 --git a/net/scdp/Makefile b/net/scdp/Makefile index e5954ed8a70..8962eea92b6 100644 --- a/net/scdp/Makefile +++ b/net/scdp/Makefile @@ -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 @@ COMMENT= Program to send Cisco Discovery Protocol packets 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 --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile index 0efefbda834..728a3ed1d11 100644 --- a/net/tcptraceroute/Makefile +++ b/net/tcptraceroute/Makefile @@ -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 @@ COMMENT= Traceroute implementation using TCP packets USE_BUILDLINK3= YES -BUILDLINK_DEPENDS.libnet+= libnet<=1.0.1b +BUILDLINK_DEPENDS.libnet+= libnet-1.0.* BUILD_TARGET= tcptraceroute diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index 1b0a3a354ca..cfcc8745ffb 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -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 @@ COMMENT= Displays IP packets using X Window System USE_BUILDLINK3= YES -BUILDLINK_DEPENDS.libnet+= libnet<=1.0.1b +BUILDLINK_DEPENDS.libnet+= libnet-1.0.* LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 62c6aa999a9..6dc2920be53 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -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 @@ USE_BUILDLINK3= yes 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 --git a/security/pakemon/Makefile b/security/pakemon/Makefile index 9a3461a86ba..1226f5677d3 100644 --- a/security/pakemon/Makefile +++ b/security/pakemon/Makefile @@ -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 @@ COMMENT= Packet monster, an Open Source Intrusion Detection System 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 -- cgit v1.2.3