pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Force all current packages using the libnet 1.0.x tree...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a2ee4efb37a
branches:  trunk
changeset: 488366:1a2ee4efb37a
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Jan 28 23:35:59 2005 +0000

description:
Force all current packages using the libnet 1.0.x tree to use a
verision of libnet <= 1.0.1b.  This will prevent the case where the user
has installed the libnet 1.1.x branch and then tries to install an application
that is not compatible with the 1.1.x tree.

Over time the list of these applications that require the 1.0.x branch
will be reduced as they are updated to later versions that support the
libnet 1.1.x branch.

This addresses PR# 29056 opened by diro (at) nixsys.bz, thanks for the PR !

diffstat:

 net/LaBrea/Makefile        |  4 +++-
 net/arping/Makefile        |  4 +++-
 net/cdpd/Makefile          |  4 +++-
 net/firewalk-gtk/Makefile  |  4 +++-
 net/firewalk/Makefile      |  4 +++-
 net/libnids/Makefile       |  3 ++-
 net/nemesis/Makefile       |  4 +++-
 net/scdp/Makefile          |  4 +++-
 net/tcptraceroute/Makefile |  4 +++-
 net/xipdump/Makefile       |  4 +++-
 security/dsniff/Makefile   |  4 +++-
 security/pakemon/Makefile  |  4 +++-
 12 files changed, 35 insertions(+), 12 deletions(-)

diffs (214 lines):

diff -r 3ecd7e838e58 -r 1a2ee4efb37a net/LaBrea/Makefile
--- a/net/LaBrea/Makefile       Fri Jan 28 23:06:47 2005 +0000
+++ b/net/LaBrea/Makefile       Fri Jan 28 23:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/10/03 00:17:48 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/01/28 23:35:59 adrianp Exp $
 #
 
 DISTNAME=      LaBrea2_3
@@ -13,7 +13,9 @@
 COMMENT=       Builds tarpits/honeypots for scanners
 
 WRKSRC=                ${WRKDIR}/LaBrea
+
 USE_BUILDLINK3=        YES
+BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
 
 post-extract:
        cd ${WRKSRC};                                                   \
diff -r 3ecd7e838e58 -r 1a2ee4efb37a net/arping/Makefile
--- a/net/arping/Makefile       Fri Jan 28 23:06:47 2005 +0000
+++ b/net/arping/Makefile       Fri Jan 28 23:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/12/03 15:15:05 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2005/01/28 23:35:59 adrianp Exp $
 #
 
 DISTNAME=              arping-2.01
@@ -13,6 +13,8 @@
 USE_BUILDLINK3=                yes
 NO_CONFIGURE=          yes
 
+BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
diff -r 3ecd7e838e58 -r 1a2ee4efb37a net/cdpd/Makefile
--- a/net/cdpd/Makefile Fri Jan 28 23:06:47 2005 +0000
+++ b/net/cdpd/Makefile Fri Jan 28 23:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/11/29 23:01:14 explorer Exp $
+# $NetBSD: Makefile,v 1.8 2005/01/28 23:35:59 adrianp Exp $
 #
 
 DISTNAME=      cdpd-1.0.2
@@ -12,6 +12,8 @@
 USE_BUILDLINK3=        YES
 GNU_CONFIGURE= YES
 
+BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin/cdpd
        ${INSTALL_DATA} ${WRKSRC}/cdpd.8 ${PREFIX}/man/man8/cdpd.8
diff -r 3ecd7e838e58 -r 1a2ee4efb37a net/firewalk-gtk/Makefile
--- a/net/firewalk-gtk/Makefile Fri Jan 28 23:06:47 2005 +0000
+++ b/net/firewalk-gtk/Makefile Fri Jan 28 23:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:17:51 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/01/28 23:35:59 adrianp Exp $
 
 DISTNAME=      firewalk-1.0
 PKGNAME=       firewalk-gtk-1.0
@@ -18,6 +18,8 @@
 
 MAKE_ENV+=     FIREWALK_LOC=${LOCALBASE}
 
+BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+
 pre-install:
        ${MV} ${WRKSRC}/firewalk.1 ${WRKSRC}/firewalk-gtk.1
 
diff -r 3ecd7e838e58 -r 1a2ee4efb37a net/firewalk/Makefile
--- a/net/firewalk/Makefile     Fri Jan 28 23:06:47 2005 +0000
+++ b/net/firewalk/Makefile     Fri Jan 28 23:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/10/03 00:17:51 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/28 23:35:59 adrianp Exp $
 
 DISTNAME=      firewalk-1.0
 PKGREVISION=   1
@@ -15,6 +15,8 @@
 CONFIGURE_ENV+=        CFLAGS=-I${LOCALBASE}/include
 CONFIGURE_ARGS+= --with-gtk=no
 
+BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+
 MAKE_ENV+=     FIREWALK_LOC=${LOCALBASE}
 
 .include "../../devel/libnet/buildlink3.mk"
diff -r 3ecd7e838e58 -r 1a2ee4efb37a net/libnids/Makefile
--- a/net/libnids/Makefile      Fri Jan 28 23:06:47 2005 +0000
+++ b/net/libnids/Makefile      Fri Jan 28 23:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/03 00:17:54 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/01/28 23:35:59 adrianp Exp $
 # $FreeBSD: ports/net/libnids/Makefile,v 1.5 2000/04/24 07:42:58 kris Exp $
 #
 
@@ -16,6 +16,7 @@
 
 BUILDLINK_DEPMETHOD.libnet=    build
 BUILDLINK_DEPMETHOD.libpcap=   build
+BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
 
 .include "../../devel/libnet/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
diff -r 3ecd7e838e58 -r 1a2ee4efb37a net/nemesis/Makefile
--- a/net/nemesis/Makefile      Fri Jan 28 23:06:47 2005 +0000
+++ b/net/nemesis/Makefile      Fri Jan 28 23:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/10/03 00:17:55 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/28 23:35:59 adrianp Exp $
 
 DISTNAME=      nemesis-1.32
 PKGREVISION=   1
@@ -12,5 +12,7 @@
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE=  # defined
 
+BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+
 .include "../../devel/libnet/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3ecd7e838e58 -r 1a2ee4efb37a net/scdp/Makefile
--- a/net/scdp/Makefile Fri Jan 28 23:06:47 2005 +0000
+++ b/net/scdp/Makefile Fri Jan 28 23:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:17:58 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/28 23:35:59 adrianp Exp $
 #
 
 DISTNAME=      scdp-1.0b
@@ -14,5 +14,7 @@
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 
+BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+
 .include "../../devel/libnet/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3ecd7e838e58 -r 1a2ee4efb37a net/tcptraceroute/Makefile
--- a/net/tcptraceroute/Makefile        Fri Jan 28 23:06:47 2005 +0000
+++ b/net/tcptraceroute/Makefile        Fri Jan 28 23:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:06 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/28 23:35:59 adrianp Exp $
 #
 
 DISTNAME=              tcptraceroute-1.4
@@ -12,6 +12,8 @@
 
 USE_BUILDLINK3=                YES
 
+BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+
 BUILD_TARGET=          tcptraceroute
 
 DOCDIR=                        ${PREFIX}/share/doc/tcptraceroute
diff -r 3ecd7e838e58 -r 1a2ee4efb37a net/xipdump/Makefile
--- a/net/xipdump/Makefile      Fri Jan 28 23:06:47 2005 +0000
+++ b/net/xipdump/Makefile      Fri Jan 28 23:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/12/04 14:55:59 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2005/01/28 23:35:59 adrianp Exp $
 #
 
 DISTNAME=      xipdump-1.5.4
@@ -12,6 +12,8 @@
 
 USE_BUILDLINK3=        YES
 
+BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+
 LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config
 
 PLIST_SRC=     ${WRKDIR}/PLIST
diff -r 3ecd7e838e58 -r 1a2ee4efb37a security/dsniff/Makefile
--- a/security/dsniff/Makefile  Fri Jan 28 23:06:47 2005 +0000
+++ b/security/dsniff/Makefile  Fri Jan 28 23:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/12/18 19:24:26 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/01/28 23:35:59 adrianp Exp $
 # $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $
 
 DISTNAME=      dsniff-2.3
@@ -14,6 +14,8 @@
 GNU_CONFIGURE= yes
 USE_X11=       yes
 
+BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../devel/libnet/buildlink3.mk"
 .include "../../net/libnids/buildlink3.mk"
diff -r 3ecd7e838e58 -r 1a2ee4efb37a security/pakemon/Makefile
--- a/security/pakemon/Makefile Fri Jan 28 23:06:47 2005 +0000
+++ b/security/pakemon/Makefile Fri Jan 28 23:35:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/10/03 00:18:12 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/01/28 23:35:59 adrianp Exp $
 
 DISTNAME=      pakemon-0.3.1
 PKGREVISION=   3
@@ -14,6 +14,8 @@
 USE_BUILDLINK3=        yes
 GNU_CONFIGURE= yes
 
+BUILDLINK_DEPENDS.libnet+=     libnet<=1.0.1b
+
 post-extract:
        ${CP} ${WRKSRC}/pakemon.h ${WRKSRC}/pakemon.h.in
 



Home | Main Index | Thread Index | Old Index