Skip to content

Commit

Permalink
Fix BUILDLINK_DEPENDS.libnet for bulk-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianp committed Feb 5, 2005
1 parent e17c760 commit 0c68e0f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions net/cdpd/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions net/libnids/Makefile
Original file line number Diff line number Diff line change
@@ -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 $
#

Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions net/nemesis/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
4 changes: 2 additions & 2 deletions net/scdp/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
4 changes: 2 additions & 2 deletions net/tcptraceroute/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions net/xipdump/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions security/dsniff/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions security/pakemon/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0c68e0f

Please sign in to comment.