summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-16 07:29:08 +0000
committeraz <az@FreeBSD.org>2013-09-16 07:29:08 +0000
commita9a68a5ef0bae8044ae0450a20bb599f58bec01b (patch)
tree1d38012c525c65e03b9b9d2c57e389836fd6998c
parent4fa0360db68371439a28de4c15588da3f41769e9 (diff)
downloadFreeBSD-ports-a9a68a5ef0bae8044ae0450a20bb599f58bec01b.zip
FreeBSD-ports-a9a68a5ef0bae8044ae0450a20bb599f58bec01b.tar.gz
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
-rw-r--r--archivers/p5-Archive-Tar/Makefile3
-rw-r--r--archivers/rpm2cpio/Makefile2
-rw-r--r--ports-mgmt/pkgs_which/Makefile2
-rw-r--r--sysutils/boxbackup-devel/Makefile2
-rw-r--r--sysutils/busybox/Makefile5
-rw-r--r--sysutils/cvsweb-converters/Makefile2
-rw-r--r--sysutils/gcombust/Makefile4
-rw-r--r--sysutils/hploscripts/Makefile4
-rw-r--r--sysutils/jailadmin/Makefile2
-rw-r--r--sysutils/ldap-account-manager/Makefile3
-rw-r--r--sysutils/magicrescue/Makefile3
-rw-r--r--sysutils/openipmi/Makefile2
-rw-r--r--sysutils/p5-Ubic/Makefile3
-rw-r--r--sysutils/parallel/Makefile3
-rw-r--r--sysutils/savelogs/Makefile3
-rw-r--r--sysutils/symon/Makefile4
-rw-r--r--sysutils/torque/Makefile3
-rw-r--r--sysutils/userneu-devel/Makefile3
-rw-r--r--sysutils/webjob/Makefile3
19 files changed, 30 insertions, 26 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
index 3392aa8..19c6dd4 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -13,7 +13,8 @@ COMMENT= Perl module for creation and manipulation of tar files
RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= Archive::Tar.3 Archive::Tar::File.3
diff --git a/archivers/rpm2cpio/Makefile b/archivers/rpm2cpio/Makefile
index ba5913b..e23c9d9 100644
--- a/archivers/rpm2cpio/Makefile
+++ b/archivers/rpm2cpio/Makefile
@@ -17,7 +17,7 @@ COMMENT= Convert .rpm files for extraction with /usr/bin/cpio, needs just perl
NO_WRKSUBDIR= yes
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
REINPLACE_ARGS=
diff --git a/ports-mgmt/pkgs_which/Makefile b/ports-mgmt/pkgs_which/Makefile
index c0b291b..b305bd6 100644
--- a/ports-mgmt/pkgs_which/Makefile
+++ b/ports-mgmt/pkgs_which/Makefile
@@ -12,8 +12,8 @@ COMMENT= Quickly find out which ports contributed to a file tree
LICENSE= GPLv3
+USES= perl5
NO_BUILD= yes
-USE_PERL5= yes
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.options.mk>
diff --git a/sysutils/boxbackup-devel/Makefile b/sysutils/boxbackup-devel/Makefile
index 1001b5d..e340110 100644
--- a/sysutils/boxbackup-devel/Makefile
+++ b/sysutils/boxbackup-devel/Makefile
@@ -21,9 +21,9 @@ SVNVERSION= 0.11_trunk_2979
NO_LATEST_LINK= yes
+USES= perl5
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-USE_PERL5= yes
USE_AUTOTOOLS= autoconf aclocal autoheader
ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile
index 8236f06..83da38b 100644
--- a/sysutils/busybox/Makefile
+++ b/sysutils/busybox/Makefile
@@ -20,8 +20,8 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
CONFLICTS_INSTALL= busybox-unstable-*
MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}"
+USES= gmake
USE_BZIP2= yes
-USE_GMAKE= yes
# avoid clang, breaks in findutils/find.c l. 752+,
# uses a GCC extension/invalid C code:
USE_GCC?= 4.2+
@@ -31,7 +31,8 @@ PLIST_FILES= bin/busybox
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
-USE_PERL5_BUILD= yes
+USES+= perl5
+USE_PERL5= build
PORTDOCS= *
.endif
diff --git a/sysutils/cvsweb-converters/Makefile b/sysutils/cvsweb-converters/Makefile
index aee07ab..91e3c61 100644
--- a/sysutils/cvsweb-converters/Makefile
+++ b/sysutils/cvsweb-converters/Makefile
@@ -20,9 +20,9 @@ RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
BUILD_DEPENDS:= ${RUN_DEPENDS}
+USES= perl5
NO_BUILD= yes
USE_BZIP2= yes
-USE_PERL5= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/commitlog2cvsweb bin/cvsrdiff2cvsweb \
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile
index bbc2473..fd21d27 100644
--- a/sysutils/gcombust/Makefile
+++ b/sysutils/gcombust/Makefile
@@ -16,8 +16,8 @@ LICENSE= GPLv2
RUN_DEPENDS= cdlabelgen:${PORTSDIR}/print/cdlabelgen \
cdrecord:${PORTSDIR}/sysutils/cdrtools
-USES= gettext
-USE_PERL5_BUILD=yes
+USES= gettext perl5
+USE_PERL5= build
USE_GNOME= gtk12 gnomehier
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share
diff --git a/sysutils/hploscripts/Makefile b/sysutils/hploscripts/Makefile
index 0ff738b..95ef3ad 100644
--- a/sysutils/hploscripts/Makefile
+++ b/sysutils/hploscripts/Makefile
@@ -13,10 +13,8 @@ COMMENT= HP Lights-Out management perl scripts
BUILD_DEPENDS= p5-IO-Socket-SSL>=1.19:${PORTSDIR}/security/p5-IO-Socket-SSL
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= shebangfix
-USE_PERL5= yes
+USES= shebangfix perl5
NO_BUILD= yes
-
SHEBANG_FILES= locfg.pl
PORTDOCS= iLO_perl_xml.pdf linux-LOsamplescripts.txt
diff --git a/sysutils/jailadmin/Makefile b/sysutils/jailadmin/Makefile
index 489cb68..c65d466 100644
--- a/sysutils/jailadmin/Makefile
+++ b/sysutils/jailadmin/Makefile
@@ -15,7 +15,7 @@ DISTNAME= jailadmin-${PORTVERSION}
MAINTAINER= kirk@strauser.com
COMMENT= A system for managing a set of named jails
-USE_PERL5= yes
+USES= perl5
PORTDOCS= INSTALL README
diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile
index 8bc4dae..a9e4743 100644
--- a/sysutils/ldap-account-manager/Makefile
+++ b/sysutils/ldap-account-manager/Makefile
@@ -14,8 +14,7 @@ RUN_DEPENDS= p5-Quota>=0:${PORTSDIR}/sysutils/p5-Quota \
p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
NO_BUILD= yes
-USES= gettext
-USE_PERL5= yes
+USES= gettext perl5
USE_PHP= gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip
WANT_PHP_WEB= yes
DEFAULT_PHP_VER= 5
diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile
index edac1c5..0c4b9d8 100644
--- a/sysutils/magicrescue/Makefile
+++ b/sysutils/magicrescue/Makefile
@@ -12,9 +12,10 @@ COMMENT= File recovery tool which recovers deleted files from a block device
LICENSE= GPLv2
+USES= perl5
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
-USE_PERL5_RUN= yes
+USE_PERL5= run
MAN1= dupemap.1 magicrescue.1 magicsort.1
diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile
index a1f39fa..fb8712a 100644
--- a/sysutils/openipmi/Makefile
+++ b/sysutils/openipmi/Makefile
@@ -78,7 +78,7 @@ PLIST_SUB+= TKINTER="@comment "
.if ${PORT_OPTIONS:MPERL}
WITH_SWIG= yes
-USE_PERL5= yes
+USES+= perl5
CONFIGURE_ARGS+= --with-perl
PLIST_SUB+= PERL=""
.else
diff --git a/sysutils/p5-Ubic/Makefile b/sysutils/p5-Ubic/Makefile
index d1db646..8488727 100644
--- a/sysutils/p5-Ubic/Makefile
+++ b/sysutils/p5-Ubic/Makefile
@@ -29,7 +29,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Class>=0:${PORTSDIR}/devel/p5-Test-Class \
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
REINPLACE_ARGS= -i ''
MAN1= ubic.1 \
diff --git a/sysutils/parallel/Makefile b/sysutils/parallel/Makefile
index 885c309..339c09e 100644
--- a/sysutils/parallel/Makefile
+++ b/sysutils/parallel/Makefile
@@ -16,9 +16,10 @@ OPTIONS_DEFINE= DOCS
CONFLICTS= moreutils-parallel-[0-9]*
CONFIGURE_ARGS= --docdir="${DOCSDIR}"
+
+USES= perl5
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_PERL5= yes
MAN1= parallel.1 parallel_tutorial.1 sem.1 sql.1 niceload.1
PLIST_FILES= bin/parallel bin/sem bin/sql bin/niceload
diff --git a/sysutils/savelogs/Makefile b/sysutils/savelogs/Makefile
index fa33d81..b48e415 100644
--- a/sysutils/savelogs/Makefile
+++ b/sysutils/savelogs/Makefile
@@ -10,7 +10,8 @@ MASTER_SITE_SUBDIR= CPAN:SCOTTW
MAINTAINER= danilogondolfo@gmail.com
COMMENT= Save log files in a nice way
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= rotation.1 savelogs.1
diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile
index 9c5ed80..63036c2 100644
--- a/sysutils/symon/Makefile
+++ b/sysutils/symon/Makefile
@@ -14,8 +14,8 @@ COMMENT= Performance and information monitoring tool
SUB_FILES= pkg-message
-USE_PERL5_BUILD= yes
-
+USES= perl5
+USE_PERL5= build
MAKE_JOBS_UNSAFE= yes
# Synonym for WITHOUT_SYMUX
diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile
index 100dcb0..8d70593 100644
--- a/sysutils/torque/Makefile
+++ b/sysutils/torque/Makefile
@@ -11,14 +11,13 @@ MASTER_SITES= http://www.adaptivecomputing.com/index.php?wpfb_dl=77/ \
MAINTAINER= jwbacon@tds.net
COMMENT= Open source distributed computing resource manager based on PBS
+USES= gmake perl5
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-syslog \
--disable-spool
-USE_GMAKE= yes
USE_RC_SUBR= pbs_server pbs_sched pbs_mom
SUB_FILES= pkg-message torque-config
-USE_PERL5= yes
USE_LDCONFIG= yes
CONFLICTS_INSTALL= qstat-[0-9]* zh-qterm-[0-9]*
diff --git a/sysutils/userneu-devel/Makefile b/sysutils/userneu-devel/Makefile
index 6c4aaed..42a464e 100644
--- a/sysutils/userneu-devel/Makefile
+++ b/sysutils/userneu-devel/Makefile
@@ -22,7 +22,8 @@ RUN_DEPENDS= \
p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
p5-Crypt-RandPasswd>=0:${PORTSDIR}/security/p5-Crypt-RandPasswd
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
NO_BUILD= yes
CONFLICTS= userneu-1.*
diff --git a/sysutils/webjob/Makefile b/sysutils/webjob/Makefile
index 763f153..16da243 100644
--- a/sysutils/webjob/Makefile
+++ b/sysutils/webjob/Makefile
@@ -10,8 +10,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= klm@uidzero.org
COMMENT= Download and execute a program over HTTP/HTTPS
+USES= perl5
GNU_CONFIGURE= yes
-USE_PERL5_BUILD= yes
+USE_PERL5= build
MAN1= webjob.1 xshar.1
OPTIONS_DEFINE= PAD_TOOLS DSV_TOOLS SSL
OpenPOWER on IntegriCloud