svn commit: r327368 - in head: archivers/p5-Archive-Tar archivers/rpm2cpio ports-mgmt/pkgs_which sysutils/boxbackup-devel sysutils/busybox sysutils/cvsweb-converters sysutils/gcombust sysutils/hplo...

Andrej Zverev az at FreeBSD.org
Mon Sep 16 07:29:13 UTC 2013


Author: az
Date: Mon Sep 16 07:29:08 2013
New Revision: 327368
URL: http://svnweb.freebsd.org/changeset/ports/327368

Log:
  - convert to the new perl5 framework
  - convert USE_GMAKE to Uses
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/archivers/p5-Archive-Tar/Makefile
  head/archivers/rpm2cpio/Makefile   (contents, props changed)
  head/ports-mgmt/pkgs_which/Makefile
  head/sysutils/boxbackup-devel/Makefile   (contents, props changed)
  head/sysutils/busybox/Makefile
  head/sysutils/cvsweb-converters/Makefile
  head/sysutils/gcombust/Makefile
  head/sysutils/hploscripts/Makefile   (contents, props changed)
  head/sysutils/jailadmin/Makefile   (contents, props changed)
  head/sysutils/ldap-account-manager/Makefile
  head/sysutils/magicrescue/Makefile   (contents, props changed)
  head/sysutils/openipmi/Makefile
  head/sysutils/p5-Ubic/Makefile   (contents, props changed)
  head/sysutils/parallel/Makefile   (contents, props changed)
  head/sysutils/savelogs/Makefile
  head/sysutils/symon/Makefile   (contents, props changed)
  head/sysutils/torque/Makefile
  head/sysutils/userneu-devel/Makefile
  head/sysutils/webjob/Makefile   (contents, props changed)

Modified: head/archivers/p5-Archive-Tar/Makefile
==============================================================================
--- head/archivers/p5-Archive-Tar/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/archivers/p5-Archive-Tar/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -13,7 +13,8 @@ COMMENT=	Perl module for creation and ma
 
 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
 

Modified: head/archivers/rpm2cpio/Makefile
==============================================================================
--- head/archivers/rpm2cpio/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/archivers/rpm2cpio/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -17,7 +17,7 @@ COMMENT=	Convert .rpm files for extracti
 
 NO_WRKSUBDIR=	yes
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 REINPLACE_ARGS=
 

Modified: head/ports-mgmt/pkgs_which/Makefile
==============================================================================
--- head/ports-mgmt/pkgs_which/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/ports-mgmt/pkgs_which/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -12,8 +12,8 @@ COMMENT=	Quickly find out which ports co
 
 LICENSE=	GPLv3
 
+USES=		perl5
 NO_BUILD=	yes
-USE_PERL5=	yes
 PLIST_FILES=	bin/${PORTNAME}
 
 .include <bsd.port.options.mk>

Modified: head/sysutils/boxbackup-devel/Makefile
==============================================================================
--- head/sysutils/boxbackup-devel/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/boxbackup-devel/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -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
 

Modified: head/sysutils/busybox/Makefile
==============================================================================
--- head/sysutils/busybox/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/busybox/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -20,8 +20,8 @@ BUILD_DEPENDS=	gsed:${PORTSDIR}/textproc
 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
 

Modified: head/sysutils/cvsweb-converters/Makefile
==============================================================================
--- head/sysutils/cvsweb-converters/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/cvsweb-converters/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -20,9 +20,9 @@ RUN_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p
 		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 \

Modified: head/sysutils/gcombust/Makefile
==============================================================================
--- head/sysutils/gcombust/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/gcombust/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -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

Modified: head/sysutils/hploscripts/Makefile
==============================================================================
--- head/sysutils/hploscripts/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/hploscripts/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -13,10 +13,8 @@ COMMENT=	HP Lights-Out management perl s
 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

Modified: head/sysutils/jailadmin/Makefile
==============================================================================
--- head/sysutils/jailadmin/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/jailadmin/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -15,7 +15,7 @@ DISTNAME=	jailadmin-${PORTVERSION}
 MAINTAINER=	kirk at strauser.com
 COMMENT=	A system for managing a set of named jails
 
-USE_PERL5=	yes
+USES=		perl5
 
 PORTDOCS=	INSTALL README
 

Modified: head/sysutils/ldap-account-manager/Makefile
==============================================================================
--- head/sysutils/ldap-account-manager/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/ldap-account-manager/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -14,8 +14,7 @@ RUN_DEPENDS=	p5-Quota>=0:${PORTSDIR}/sys
 		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

Modified: head/sysutils/magicrescue/Makefile
==============================================================================
--- head/sysutils/magicrescue/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/magicrescue/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -12,9 +12,10 @@ COMMENT=	File recovery tool which recove
 
 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
 

Modified: head/sysutils/openipmi/Makefile
==============================================================================
--- head/sysutils/openipmi/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/openipmi/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -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

Modified: head/sysutils/p5-Ubic/Makefile
==============================================================================
--- head/sysutils/p5-Ubic/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/p5-Ubic/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -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 \

Modified: head/sysutils/parallel/Makefile
==============================================================================
--- head/sysutils/parallel/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/parallel/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -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

Modified: head/sysutils/savelogs/Makefile
==============================================================================
--- head/sysutils/savelogs/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/savelogs/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -10,7 +10,8 @@ MASTER_SITE_SUBDIR=	CPAN:SCOTTW
 MAINTAINER=	danilogondolfo at gmail.com
 COMMENT=	Save log files in a nice way
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		rotation.1 savelogs.1
 

Modified: head/sysutils/symon/Makefile
==============================================================================
--- head/sysutils/symon/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/symon/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -14,8 +14,8 @@ COMMENT=	Performance and information mon
 
 SUB_FILES=	pkg-message
 
-USE_PERL5_BUILD=	yes
-
+USES=		perl5
+USE_PERL5=	build
 MAKE_JOBS_UNSAFE=	yes
 
 # Synonym for WITHOUT_SYMUX

Modified: head/sysutils/torque/Makefile
==============================================================================
--- head/sysutils/torque/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/torque/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -11,14 +11,13 @@ MASTER_SITES=	http://www.adaptivecomputi
 MAINTAINER=	jwbacon at 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]*

Modified: head/sysutils/userneu-devel/Makefile
==============================================================================
--- head/sysutils/userneu-devel/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/userneu-devel/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -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.*

Modified: head/sysutils/webjob/Makefile
==============================================================================
--- head/sysutils/webjob/Makefile	Mon Sep 16 07:27:13 2013	(r327367)
+++ head/sysutils/webjob/Makefile	Mon Sep 16 07:29:08 2013	(r327368)
@@ -10,8 +10,9 @@ EXTRACT_SUFX=		.tgz
 MAINTAINER=		klm at 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


More information about the svn-ports-all mailing list