From 96b3168c52e957b88cea6a6635560b41a624d9e8 Mon Sep 17 00:00:00 2001 From: snj Date: Sun, 25 Apr 2004 06:58:43 +0000 Subject: Convert to buildlink3. --- net/pxe/Makefile | 4 ++-- net/quagga/Makefile | 6 +++--- net/slurm/Makefile | 6 +++--- net/tinyfugue/Makefile | 6 +++--- net/x2vnc/Makefile | 4 ++-- net/yafc/Makefile | 6 +++--- 6 files changed, 16 insertions(+), 16 deletions(-) (limited to 'net') diff --git a/net/pxe/Makefile b/net/pxe/Makefile index d82762b2c5f..f945802dc48 100644 --- a/net/pxe/Makefile +++ b/net/pxe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/11/07 15:51:54 gavan Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/25 07:36:39 snj Exp $ # DISTNAME= pxe-1.4 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.kano.org.uk/projects/pxe/ COMMENT= Preboot eXecution Environment (PXE) daemon GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_GCC_SHLIB= YES diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 21e737dc35f..b17f8877cf0 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/02/14 00:54:45 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/25 07:38:04 snj Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -14,7 +14,7 @@ COMMENT= Free multithreaded routing daemon software (fork of zebra) .include "../../mk/bsd.prefs.mk" AUTOMAKE_REQD= 1.6.2 -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= # defined PKG_SYSCONFSUBDIR?= zebra CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} @@ -34,7 +34,7 @@ PKG_USERS= quagga:quagga .if defined(USE_ZEBRA_VTYSH) && ${USE_ZEBRA_VTYSH} == "YES" USE_GNU_READLINE= # uses rl_pending_input -. include "../../devel/readline/buildlink2.mk" +. include "../../devel/readline/buildlink3.mk" CONFIGURE_ARGS+= --enable-vtysh PLIST_SRC+= ${PKGDIR}/PLIST.vtysh .else diff --git a/net/slurm/Makefile b/net/slurm/Makefile index 78794b5181e..1c97215258c 100644 --- a/net/slurm/Makefile +++ b/net/slurm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/10/16 12:54:14 cube Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/25 07:34:28 snj Exp $ # DISTNAME= slurm-0.3.1 @@ -9,7 +9,7 @@ MAINTAINER= mail@eckigesauge.de HOMEPAGE= http://www.raisdorf.net/projects/slurm/ COMMENT= Realtime traffic statistics -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES post-patch: @@ -24,5 +24,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/themes/$${theme}.theme ${PREFIX}/share/slurm ; \ done -.include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index a3385a6ba51..bc01578086c 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/10 19:14:18 kristerw Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/25 07:36:28 snj Exp $ # FreeBSD Id: Makefile,v 1.8 1998/04/11 04:21:19 jseger Exp # @@ -13,7 +13,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://tf.tcp.com/~hawkeye/tf/ COMMENT= Popular programmable MUD client, with macro support and more -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES MAKEFILE= ${WRKSRC}/unix/Makefile MAKE_ENV= TFVER="${DISTNAME:S/^tf-//}" @@ -22,5 +22,5 @@ PATCH_SITES= http://discworld.imaginary.com/external/taffyd/ PATCHFILES= tf-40s1-mccp-patch.gz PATCH_DIST_STRIP=-p1 -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/x2vnc/Makefile b/net/x2vnc/Makefile index 009bbf135b2..d86cd80525e 100644 --- a/net/x2vnc/Makefile +++ b/net/x2vnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/11/04 20:57:11 heinz Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/25 07:35:03 snj Exp $ # DISTNAME= x2vnc-1.5.1 @@ -12,6 +12,6 @@ COMMENT= Multi-console display using X and VNC GNU_CONFIGURE= yes USE_X11= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes .include "../../mk/bsd.pkg.mk" diff --git a/net/yafc/Makefile b/net/yafc/Makefile index 24c61fc4254..bcd353ce5bf 100644 --- a/net/yafc/Makefile +++ b/net/yafc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/08/09 11:16:21 seb Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/25 07:38:20 snj Exp $ DISTNAME= yafc-0.7.10 CATEGORIES= net @@ -11,7 +11,7 @@ COMMENT= Yet another FTP client GNU_CONFIGURE= yes USE_GNU_READLINE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} INFO_FILES= yafc.info @@ -24,5 +24,5 @@ CONFIGURE_ARGS+= --with-krb5 --with-krb5-include=/usr/include/krb5 CPPFLAGS+= -I/usr/include/gssapi .endif -.include "../../devel/readline/buildlink2.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3