From 4ff5f6ae062a1143c9d2a08f5e33e22d43752ad6 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 16 Jul 2005 01:19:06 +0000 Subject: Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. --- net/dctc/Makefile | 7 +++---- net/dlint/Makefile | 4 ++-- net/ethereal/Makefile | 4 ++-- net/freeradius/Makefile | 5 ++--- net/gnapfetch/Makefile | 5 ++--- net/ipcalc/Makefile | 4 ++-- net/irrd/Makefile | 5 ++--- net/ispman/Makefile | 4 ++-- net/md-whois/Makefile | 6 +++--- net/mirror/Makefile | 5 ++--- net/mldonkey/Makefile.common | 5 ++--- net/nasd/Makefile | 4 ++-- net/neat/Makefile | 4 ++-- net/netatalk/Makefile | 5 ++--- net/netdisco/Makefile | 4 ++-- net/netsaint-base/Makefile.common | 6 ++---- net/nocol/Makefile | 4 ++-- net/ns/Makefile | 4 ++-- net/ntp4/Makefile | 4 ++-- net/oinkmaster/Makefile | 6 +++--- net/pfnet/Makefile | 4 ++-- net/quagga/Makefile | 5 ++--- net/ripe-whois/Makefile | 4 ++-- net/sitescooper/Makefile | 4 ++-- net/smokeping/Makefile | 4 ++-- net/spread/Makefile | 4 ++-- net/stripes/Makefile | 6 +++--- net/tightvnc/Makefile | 4 ++-- net/torrentutils/Makefile | 6 ++---- net/tsclient/Makefile | 6 ++---- net/vino/Makefile | 5 ++--- net/vnc/Makefile | 4 ++-- net/wol/Makefile | 5 ++--- 33 files changed, 70 insertions(+), 86 deletions(-) (limited to 'net') diff --git a/net/dctc/Makefile b/net/dctc/Makefile index ac462ce70a3..509e6c709ca 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/05/22 20:08:23 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2005/07/16 01:19:15 jlam Exp $ # DISTNAME= dctc-0.85.4 @@ -11,10 +11,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.ac2i.tzo.com/dctc/ COMMENT= Direct Connect clone (Direct Connect Text Client) -GNU_CONFIGURE= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-manual-db-detect -USE_PERL5= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl:run CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4 diff --git a/net/dlint/Makefile b/net/dlint/Makefile index a056fbdb83a..c0e0abb5d18 100644 --- a/net/dlint/Makefile +++ b/net/dlint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/02/21 20:26:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2005/07/16 01:19:15 jlam Exp $ # DISTNAME= dlint1.4.0 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.domtools.com/dns/ COMMENT= Internet Domain Name System (DNS) error checking utility -USE_PERL5= YES +USE_TOOLS+= perl:run NO_BUILD= YES do-configure: diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 6032941b7c2..382e4917651 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2005/07/13 10:01:53 drochner Exp $ +# $NetBSD: Makefile,v 1.111 2005/07/16 01:19:15 jlam Exp $ DISTNAME= ethereal-0.10.11 PKGREVISION= 1 @@ -22,7 +22,7 @@ MAINTAINER= frueauf@NetBSD.org HOMEPAGE= http://www.ethereal.com/ COMMENT= Network protocol analyzer -USE_PERL5= build +USE_TOOLS+= perl USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= libtool diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index 4b33a358a6d..9043fa8cf0f 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/07/09 17:25:00 adrianp Exp $ +# $NetBSD: Makefile,v 1.31 2005/07/16 01:19:15 jlam Exp $ DISTNAME= freeradius-1.0.4 CATEGORIES= net @@ -12,10 +12,9 @@ COMMENT= Free RADIUS server implementation .include "../../mk/bsd.prefs.mk" CONFLICTS+= radiusd-cistron* -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl:run GNU_CONFIGURE= YES USE_PKGINSTALL= YES -USE_PERL5= YES LIBTOOLIZE_PLIST= NO PLIST_SRC= ${WRKDIR}/.PLIST_SRC FILES_SUBST+= ROOT_USER=${ROOT_USER} diff --git a/net/gnapfetch/Makefile b/net/gnapfetch/Makefile index 291529f2c45..6f2a2c39ca9 100644 --- a/net/gnapfetch/Makefile +++ b/net/gnapfetch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:25 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/16 01:19:15 jlam Exp $ DISTNAME= gnapfetch-0.3 CATEGORIES= net @@ -8,8 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://entropy.atlantic.net/gnapfetch/ COMMENT= Update/maintain opennap servers for gnapster/TekNap -USE_PERL5= # defined - +USE_TOOLS+= perl:run INSTALLATION_DIRS= bin do-build: diff --git a/net/ipcalc/Makefile b/net/ipcalc/Makefile index 867de505aeb..e9ae1a20137 100644 --- a/net/ipcalc/Makefile +++ b/net/ipcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/07/10 21:48:32 seb Exp $ +# $NetBSD: Makefile,v 1.13 2005/07/16 01:19:15 jlam Exp $ DISTNAME= ipcalc-0.40 CATEGORIES= net @@ -8,7 +8,7 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://jodies.de/ipcalc/ COMMENT= IP Calculator -USE_PERL5= YES +USE_TOOLS+= perl:run REPLACE_PERL= ipcalc NO_BUILD= YES diff --git a/net/irrd/Makefile b/net/irrd/Makefile index 16ef5bf97c6..14763690eea 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/06/01 20:08:01 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/07/16 01:19:15 jlam Exp $ DISTNAME= irrd2.2.3 PKGNAME= irrd-2.2.3 @@ -15,8 +15,7 @@ COMMENT= Internet Routing Registry Daemon DEPENDS+= gnupg-[0-9]*:../../security/gnupg DEPENDS+= wget-[0-9]*:../../net/wget -USE_PERL5= # defined -USE_TOOLS+= automake +USE_TOOLS+= automake perl:run WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/net/ispman/Makefile b/net/ispman/Makefile index 818c8f872da..e3c21db1111 100644 --- a/net/ispman/Makefile +++ b/net/ispman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/10/07 05:37:47 rh Exp $ +# $NetBSD: Makefile,v 1.16 2005/07/16 01:19:16 jlam Exp $ # DISTNAME= ispman-0.5 @@ -18,7 +18,7 @@ DEPENDS+= p5-ispman>=0.5:../../net/p5-ispman DEPENDS+= {postfix>=20010228,postfix-1.*,postfix-2.*}:../../mail/postfix .endif -USE_PERL5= YES +USE_TOOLS+= perl:run WRKSRC= ${WRKDIR}/ispman ISPMAN_HTDOCS?= ${PREFIX}/share/ispman/virtual diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile index afc2d63e585..6e41f103eaa 100644 --- a/net/md-whois/Makefile +++ b/net/md-whois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:25 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/07/16 01:19:16 jlam Exp $ # # todo: set location of [md-]whois.conf and fix in man page too # todo: build and install the po/ files and add to PLIST @@ -17,8 +17,8 @@ COMMENT= Improved whois client VERSION= 4.7.2 WRKSRC= ${WRKDIR}/whois-${VERSION} -USE_PERL5= build -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl + INSTALLATION_DIRS+= bin man/man1 do-install: diff --git a/net/mirror/Makefile b/net/mirror/Makefile index e052319ae01..aa5f0c67763 100644 --- a/net/mirror/Makefile +++ b/net/mirror/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/03/24 21:12:58 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2005/07/16 01:19:16 jlam Exp $ DISTNAME= mirror-2.9 PKGREVISION= 1 @@ -9,12 +9,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://sunsite.org.uk/packages/mirror/ COMMENT= Mirror packages on remote sites -USE_PERL5= # defined - WRKSRC= ${WRKDIR} MAKEFILE= makefile SCRIPTS_ENV+= PERL5=${PERL5} +USE_TOOLS+= perl:run REPLACE_PERL= do_unlinks.pl mirror.pl mm.pl pkgs_to_mmin.pl pre-configure: diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index 822317db5ba..298e6510120 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2005/05/22 20:08:25 jlam Exp $ +# $NetBSD: Makefile.common,v 1.6 2005/07/16 01:19:16 jlam Exp $ # DISTNAME= mldonkey-2.5.28 @@ -14,8 +14,7 @@ DISTINFO_FILE= ${.CURDIR}/../../net/mldonkey/distinfo PATCHDIR= ${.CURDIR}/../../net/mldonkey/patches GNU_CONFIGURE= yes -USE_TOOLS+= gmake -USE_PERL5= build +USE_TOOLS+= gmake perl CONFIGURE_ENV+= WGET="" CONFIGURE_ENV+= ac_cv_prog_WGET="no" diff --git a/net/nasd/Makefile b/net/nasd/Makefile index b1a575cd025..2c50023f0f0 100644 --- a/net/nasd/Makefile +++ b/net/nasd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/04 08:56:49 agc Exp $ +# $NetBSD: Makefile,v 1.2 2005/07/16 01:19:16 jlam Exp $ DISTNAME= repackaged-${PKGNAME} PKGNAME= nasd-1.3 @@ -12,7 +12,7 @@ COMMENT= Prototype storage implementation ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* Linux-*-* USE_IMAKE= yes -USE_PERL5= build +USE_TOOLS+= perl WRKSRC= ${WRKDIR}/${PKGNAME} pre-patch: diff --git a/net/neat/Makefile b/net/neat/Makefile index d60a52da3ed..90ed778c878 100644 --- a/net/neat/Makefile +++ b/net/neat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:26 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/07/16 01:19:16 jlam Exp $ # DISTNAME= neatv4.6 @@ -14,7 +14,7 @@ COMMENT= Netsaint Easy Administration Tool DEPENDS+= netsaint-base>=0.0.6:../../net/netsaint-base WRKSRC= ${WRKDIR}/neat4 -USE_PERL5= YES +USE_TOOLS+= perl:run NO_BUILD= YES INSTALLATION_DIRS= etc libexec/netsaint/cgi-bin share/netsaint/images diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index d8223d33397..c5d8694b23b 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/05/26 05:47:40 markd Exp $ +# $NetBSD: Makefile,v 1.43 2005/07/16 01:19:16 jlam Exp $ DISTNAME= netatalk-2.0.3 CATEGORIES= net print @@ -10,8 +10,7 @@ HOMEPAGE= http://netatalk.sourceforge.net/ COMMENT= Netatalk appletalk file and print services GNU_CONFIGURE= YES -USE_TOOLS+= gmake -USE_PERL5= YES +USE_TOOLS+= gmake perl:run USE_LIBTOOL= YES USE_OLD_DES_API=YES diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile index 15ccd7d2fdd..4e439bc744f 100644 --- a/net/netdisco/Makefile +++ b/net/netdisco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/25 17:06:48 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2005/07/16 01:19:17 jlam Exp $ # DISTNAME= netdisco-0.94_with_mibs @@ -30,7 +30,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME} EGDIR= ${PREFIX}/share/examples/${PKGNAME_NOREV} -USE_PERL5= yes +USE_TOOLS+= perl:run REPLACE_PERL= bin/doc_munge REPLACE_PERL+= bin/test_cdp.pl REPLACE_PERL+= bin/test_fwtable.pl diff --git a/net/netsaint-base/Makefile.common b/net/netsaint-base/Makefile.common index b30e9621e3b..67901b6eb4c 100644 --- a/net/netsaint-base/Makefile.common +++ b/net/netsaint-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2005/06/01 18:03:08 jlam Exp $ +# $NetBSD: Makefile.common,v 1.9 2005/07/16 01:19:16 jlam Exp $ # CATEGORIES= net sysutils @@ -16,9 +16,7 @@ PKG_USERS+= ${NETSAINT_USER}:${NETSAINT_GROUP}::NetSaint\\ Runtime\\ User PKG_USERS+= ${NETSTADM_USER}:${NETSTADM_GROUP}::NetSaint\\ Administrator:${PREFIX}/etc/netsaint:${SH} GNU_CONFIGURE= YES -USE_TOOLS+= gmake - -USE_PERL5= YES +USE_TOOLS+= gmake perl:run PKG_SYSCONFSUBDIR= netsaint diff --git a/net/nocol/Makefile b/net/nocol/Makefile index 38efc1cf285..36ddad26e57 100644 --- a/net/nocol/Makefile +++ b/net/nocol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/07/10 20:19:11 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2005/07/16 01:19:16 jlam Exp $ # DISTNAME= nocol-4.3.1 @@ -14,7 +14,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= < ${WRKSRC}/answers -USE_PERL5= yes +USE_TOOLS+= perl:run USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/cmu-snmp/snmp/libtool \ ${WRKSRC}/cmu-snmp/snmpapps/libtool diff --git a/net/ns/Makefile b/net/ns/Makefile index fc2451cd24f..9f33742d9eb 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/06/01 18:03:08 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/07/16 01:19:16 jlam Exp $ DISTNAME= ns-src-2.27 PKGNAME= ${DISTNAME:S/-src//} @@ -17,7 +17,7 @@ USE_LANGUAGES= c c++ GNU_CONFIGURE= yes PTHREAD_OPTS+= require # Perl is only needed if you want to run the validation tests. -#USE_PERL5= build +#USE_TOOLS+= perl CONFIGURE_ARGS+= LIBS="`${CONFIG_SHELL} -c '. ${TCLCONFIG_SH}; echo $$TCL_LIBS'`" CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index 013df1a75da..dbc80bad984 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/06/01 19:07:34 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2005/07/16 01:19:16 jlam Exp $ # DISTNAME= ntp-4.2.0 @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS+= openntpd-[0-9]* GNU_CONFIGURE= YES -USE_PERL5= build +USE_TOOLS+= perl USE_PKGINSTALL= YES CONFIGURE_ENV+= PATH_PERL="${PERL5}" ac_cv_header_sys_soundcard_h=no diff --git a/net/oinkmaster/Makefile b/net/oinkmaster/Makefile index 76372f404d6..0c41fe08766 100644 --- a/net/oinkmaster/Makefile +++ b/net/oinkmaster/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:26 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/07/16 01:19:16 jlam Exp $ DISTNAME= oinkmaster-1.2 PKGREVISION= 1 @@ -13,16 +13,16 @@ DEPENDS+= wget>=1.00:../../net/wget DEPENDS+= snort{,-mysql,-pgsql}-[0-9]*:../../net/snort USE_PKGINSTALL= yes -USE_PERL5= yes NO_BUILD= yes CONF_FILES= ${PREFIX}/share/examples/oinkmaster/oinkmaster.conf \ ${PKG_SYSCONFDIR}/oinkmaster.conf -PERL5_REQD+= 5.6.1 EGDIR= ${PREFIX}/share/examples/oinkmaster DOCDIR= ${PREFIX}/share/doc/oinkmaster DOCS= INSTALL LICENSE README README.templates UPGRADING FAQ +USE_TOOLS+= perl:run +PERL5_REQD+= 5.6.1 REPLACE_PERL+= ${WRKSRC}/oinkmaster.pl PKG_SYSCONFSUBDIR= snort diff --git a/net/pfnet/Makefile b/net/pfnet/Makefile index 4798b3f9514..e03c1af74fc 100644 --- a/net/pfnet/Makefile +++ b/net/pfnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:27 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/07/16 01:19:16 jlam Exp $ # DISTNAME= fnet.pl-1.4 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.abattoir.com/~banshee/Tech/ COMMENT= Minimal FNET-like ICB client written in Perl WRKSRC= ${WRKDIR}/fnet-1.4 -USE_PERL5= # defined +USE_TOOLS+= perl:run INSTALLATION_DIRS= bin diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 981d4c1e12f..3ebc5a5ddc2 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/05/22 20:08:26 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/07/16 01:19:16 jlam Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -13,9 +13,8 @@ COMMENT= Free multithreaded routing daemon software (fork of zebra) .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl USE_LIBTOOL= YES -USE_PERL5= build PKG_SYSCONFSUBDIR?= zebra CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} diff --git a/net/ripe-whois/Makefile b/net/ripe-whois/Makefile index 1d8489c2351..c3a205541cb 100644 --- a/net/ripe-whois/Makefile +++ b/net/ripe-whois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:22:21 agc Exp $ +# $NetBSD: Makefile,v 1.8 2005/07/16 01:19:16 jlam Exp $ # DISTNAME= ripe-whois-3.1.1v6 @@ -12,7 +12,7 @@ COMMENT= RIPE very simple and generic whois client WRKSRC= ${WRKDIR}/whois-3.1.1v6 GNU_CONFIGURE= YES -USE_PERL5= build +USE_TOOLS+= perl MAKE_ENV+= PERL5=${PERL5} BUILD_DEFS+= USE_INET6 diff --git a/net/sitescooper/Makefile b/net/sitescooper/Makefile index 3ecd7317391..b99e0e2ec5d 100644 --- a/net/sitescooper/Makefile +++ b/net/sitescooper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:28 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/07/16 01:19:16 jlam Exp $ # DISTNAME= sitescooper-2.2.8 @@ -13,7 +13,7 @@ COMMENT= Retrieve stories from websites and convert to Palm readable format DEPENDS+= p5-libwww>=5.46:../../www/p5-libwww DEPENDS+= pilotmgr-[0-9]*:../../comms/pilotmgr -USE_PERL5= # defined +USE_TOOLS+= perl:run NO_BUILD= # defined INSTALLATION_DIRS= bin etc man/man1 diff --git a/net/smokeping/Makefile b/net/smokeping/Makefile index ab3f6b18838..ae11f2c7a14 100644 --- a/net/smokeping/Makefile +++ b/net/smokeping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:28 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/16 01:19:16 jlam Exp $ DISTNAME= smokeping-1.37 CATEGORIES= net @@ -13,7 +13,7 @@ DEPENDS+= fping>=2.4b2:../../net/fping DEPENDS+= p5-Digest-MD5>=2.20:../../security/p5-Digest-MD5 DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww -USE_PERL5= YES +USE_TOOLS+= perl:run PERL5_REQD+= 5.6.0 USE_PKGINSTALL= YES NO_BUILD= YES diff --git a/net/spread/Makefile b/net/spread/Makefile index 23aee41d1b8..c385f5ac6f8 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:47:00 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/07/16 01:19:16 jlam Exp $ # DISTNAME= spread-src-3.17.3 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.spread.org/ COMMENT= Group communication system providing a number of messaging services WRKSRC= ${WRKDIR}/${DISTNAME} -USE_PERL5= build +USE_TOOLS+= perl USE_PKGINSTALL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --includedir=${PREFIX}/include/spread diff --git a/net/stripes/Makefile b/net/stripes/Makefile index 0f6d5b6e1ec..da81a070e20 100644 --- a/net/stripes/Makefile +++ b/net/stripes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:06 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2005/07/16 01:19:17 jlam Exp $ # DISTNAME= stripes-2.1 @@ -12,12 +12,12 @@ COMMENT= Looking Glass for Zebra and Cisco Routers DEPENDS+= {p5-CGI>=2.66,perl>=5.6.1nb2}:../../www/p5-CGI DEPENDS+= p5-Net-Telnet>=3.02:../../net/p5-Net-Telnet -USE_PERL5= # defined - PKG_SYSCONFSUBDIR?= httpd BUILD_TARGET= all MAKE_FLAGS+= DEST=${PREFIX} PERL=${PERL5} \ CONFIGFILE=${PKG_SYSCONFDIR}/lg.conf + +USE_TOOLS+= perl:run REPLACE_PERL= lg.pl .include "../../mk/bsd.pkg.mk" diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index 5ad75e68ea3..1fea43ce324 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/06/17 04:49:47 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/07/16 01:19:17 jlam Exp $ # DISTNAME= tightvnc-1.2.9 @@ -16,8 +16,8 @@ CONFLICTS= vnc-[0-9]* WRKSRC= ${WRKDIR}/vnc_unixsrc CRYPTO= yes USE_IMAKE= yes +USE_TOOLS+= perl:run NO_INSTALL_MANPAGES= yes -USE_PERL5= yes BUILD_TARGET= World diff --git a/net/torrentutils/Makefile b/net/torrentutils/Makefile index dc2f06604da..5d48aba3bf1 100644 --- a/net/torrentutils/Makefile +++ b/net/torrentutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:26 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/07/16 01:19:17 jlam Exp $ # DISTNAME= torrentutils-0.3.0 @@ -14,9 +14,7 @@ DEPENDS+= bash-[0-9]*:../../shells/bash DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 -USE_TOOLS= gmake -USE_PERL5= yes - +USE_TOOLS= gmake perl:run REPLACE_PERL= torrenttool.in post-build: diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index 9e8160c22a2..15fa8fc6c4a 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/06/01 18:03:08 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/07/16 01:19:17 jlam Exp $ # DISTNAME= tsclient-0.132 @@ -15,14 +15,12 @@ DEPENDS+= vncviewer-[0-9]*:../../net/vncviewer BUILD_USES_MSGFMT= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl:run USE_PKGLOCALEDIR= yes -USE_PERL5= run GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" -.include "../../lang/perl5/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gnome-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/vino/Makefile b/net/vino/Makefile index 158c85fc363..b6bb6af9f63 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/01 18:03:08 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/07/16 01:19:17 jlam Exp $ # DISTNAME= vino-2.10.0 @@ -12,10 +12,9 @@ COMMENT= VNC server for GNOME GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_PERL5= build GCONF2_SCHEMAS= vino-server.schemas diff --git a/net/vnc/Makefile b/net/vnc/Makefile index a54a474da7d..ed2056f6653 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/06/17 04:49:47 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2005/07/16 01:19:17 jlam Exp $ DISTNAME= vnc-3.3.3r2 PKGNAME= vnc-3.3.3.2 @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/vnc_unixsrc CRYPTO= yes NO_INSTALL_MANPAGES= yes USE_IMAKE= yes -USE_PERL5= yes +USE_TOOLS+= perl:run BUILD_DEFS+= USE_INET6 BUILD_TARGET= World diff --git a/net/wol/Makefile b/net/wol/Makefile index 1f930471800..6ced2d49d06 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:26 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/07/16 01:19:17 jlam Exp $ DISTNAME= wol-0.7.1 CATEGORIES= net @@ -9,10 +9,9 @@ HOMEPAGE= http://ahh.sourceforge.net/wol/ COMMENT= Small Wake On Lan client GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl USE_PKGLOCALEDIR= yes INFO_FILES= wol.info -USE_PERL5= build .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3