svn commit: r327371 - in head: devel/avr-gcc devel/baz devel/cvsweb3 devel/gitolite2 devel/msp430-gcc devel/otrs devel/p5-Data-RoundRobin devel/p5-Debug-Client devel/p5-MooseX-OneArgNew devel/p5-Ob...
Andrej Zverev
az at FreeBSD.org
Mon Sep 16 08:39:25 UTC 2013
Author: az
Date: Mon Sep 16 08:39:20 2013
New Revision: 327371
URL: http://svnweb.freebsd.org/changeset/ports/327371
Log:
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Modified:
head/devel/avr-gcc/Makefile
head/devel/baz/Makefile
head/devel/cvsweb3/Makefile
head/devel/gitolite2/Makefile
head/devel/msp430-gcc/Makefile
head/devel/otrs/Makefile
head/devel/p5-Data-RoundRobin/Makefile (contents, props changed)
head/devel/p5-Debug-Client/Makefile
head/devel/p5-MooseX-OneArgNew/Makefile (contents, props changed)
head/devel/p5-Object-InsideOut/Makefile (contents, props changed)
head/devel/p5-String-Errf/Makefile (contents, props changed)
head/devel/p5-Test-NoWarnings/Makefile (contents, props changed)
head/devel/p5-Test-Portability-Files/Makefile
head/devel/p5-Thread-Suspend/Makefile
head/devel/p5-doxygenfilter/Makefile (contents, props changed)
head/devel/quilt/Makefile
head/devel/svk/Makefile
head/sysutils/busybox-unstable/Makefile
head/sysutils/p5-MogileFS-Network/Makefile
Modified: head/devel/avr-gcc/Makefile
==============================================================================
--- head/devel/avr-gcc/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/avr-gcc/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -32,10 +32,10 @@ CONFIGURE_WRKSRC= ${BUILD_WRKSRC}
INSTALL_WRKSRC= ${BUILD_WRKSRC}
CONFIGURE_SCRIPT= ../gcc-${PORTVERSION}/configure
-USE_PERL5_BUILD= yes
+USE_PERL5= build
USE_BZIP2= yes
CPPFLAGS+= -I${LOCALBASE}/include
-USES= bison gettext gmake
+USES= bison gettext gmake perl5
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
Modified: head/devel/baz/Makefile
==============================================================================
--- head/devel/baz/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/baz/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -24,9 +24,8 @@ LIB_DEPENDS= neon.27:${PORTSDIR}/www/neo
CONFLICTS= gd-2.*
-USE_GMAKE= yes
-USES= gettext
-USE_PERL5_BUILD=yes
+USES= gettext gmake perl5
+USE_PERL5= build
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
Modified: head/devel/cvsweb3/Makefile
==============================================================================
--- head/devel/cvsweb3/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/cvsweb3/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -30,8 +30,8 @@ RUN_DEPENDS+= enscript:${PORTSDIR}/print
LATEST_LINK= cvsweb3
CONFLICTS= cvsweb-2.*
+USES= perl5
NO_BUILD= yes
-USE_PERL5= yes
.include <bsd.port.pre.mk>
Modified: head/devel/gitolite2/Makefile
==============================================================================
--- head/devel/gitolite2/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/gitolite2/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -16,7 +16,7 @@ RUN_DEPENDS= git>=0:${PORTSDIR}/devel/gi
LATEST_LINK= gitolite2
CONFLICTS= gitolite-[^2]*
-USE_PERL5= yes
+USES= perl5
SUB_FILES= pkg-message
Modified: head/devel/msp430-gcc/Makefile
==============================================================================
--- head/devel/msp430-gcc/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/msp430-gcc/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -46,9 +46,8 @@ WRKSRC= ${WRKDIR}/build
PATCH_WRKSRC= ${SRCDIR}
USE_BZIP2= yes
-USE_GMAKE= yes
-USES= bison iconv
-USE_PERL5_BUILD=yes
+USES= bison iconv gmake perl5
+USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT=../${SRCDIR:S/${WRKDIR}\///}/configure
Modified: head/devel/otrs/Makefile
==============================================================================
--- head/devel/otrs/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/otrs/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -75,8 +75,8 @@ CLEAN_FILES= scripts/suse* scripts/redha
var/httpd/htdocs/js/thirdparty/ckeditor-4.0/_source \
var/httpd/htdocs/skins/Agent/*/img/source
+USES= perl5
USE_APACHE_RUN= 22+
-USE_PERL5= yes
PLIST_SUB+= VER_CKEDITOR="4.0"
Modified: head/devel/p5-Data-RoundRobin/Makefile
==============================================================================
--- head/devel/p5-Data-RoundRobin/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/p5-Data-RoundRobin/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lwhsu at FreeBSD.org
COMMENT= Serve data in a round robin manner
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Data::RoundRobin.3
Modified: head/devel/p5-Debug-Client/Makefile
==============================================================================
--- head/devel/p5-Debug-Client/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/p5-Debug-Client/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -20,7 +20,8 @@ TEST_DEPENDS= p5-File-HomeDir>=1.00:${PO
p5-Test-Class>=0.38:${PORTSDIR}/devel/p5-Test-Class \
p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Debug::Client.3
Modified: head/devel/p5-MooseX-OneArgNew/Makefile
==============================================================================
--- head/devel/p5-MooseX-OneArgNew/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/p5-MooseX-OneArgNew/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -22,7 +22,8 @@ RUN_DEPENDS= p5-MooseX-Role-Parameterize
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERl5= configure
MAN3= MooseX::OneArgNew.3
Modified: head/devel/p5-Object-InsideOut/Makefile
==============================================================================
--- head/devel/p5-Object-InsideOut/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/p5-Object-InsideOut/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Data-Dumper>=2.131:${P
p5-Want>=0.21:${PORTSDIR}/devel/p5-Want
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Bundle::Object::InsideOut.3 \
Object::InsideOut.3 \
Modified: head/devel/p5-String-Errf/Makefile
==============================================================================
--- head/devel/p5-String-Errf/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/p5-String-Errf/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -22,7 +22,8 @@ BUILD_DEPENDS:= p5-TimeDate>=0:${PORTSDI
p5-autodie>=0:${PORTSDIR}/devel/p5-autodie \
${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= String::Errf.3
Modified: head/devel/p5-Test-NoWarnings/Makefile
==============================================================================
--- head/devel/p5-Test-NoWarnings/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/p5-Test-NoWarnings/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -13,7 +13,8 @@ COMMENT= Hide and store warnings while r
TEST_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::NoWarnings.3
Modified: head/devel/p5-Test-Portability-Files/Makefile
==============================================================================
--- head/devel/p5-Test-Portability-Files/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/p5-Test-Portability-Files/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lippe at FreeBSD.org
COMMENT= Test::Portability::Files Check file names portability
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::Portability::Files.3
Modified: head/devel/p5-Thread-Suspend/Makefile
==============================================================================
--- head/devel/p5-Thread-Suspend/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/p5-Thread-Suspend/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= pclin at FreeBSD.org
COMMENT= Suspend and resume operations for threads
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Thread::Suspend.3
Modified: head/devel/p5-doxygenfilter/Makefile
==============================================================================
--- head/devel/p5-doxygenfilter/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/p5-doxygenfilter/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -17,7 +17,8 @@ COMMENT= Input filter for Doxygen enabli
RUN_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DoxyGen::Filter.3
Modified: head/devel/quilt/Makefile
==============================================================================
--- head/devel/quilt/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/quilt/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -21,8 +21,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b
RUN_DEPENDS:= ${BUILD_DEPENDS} \
formail:${PORTSDIR}/mail/procmail
-USE_GMAKE= yes
-USE_PERL5= yes
+USES= gmake perl5
OPTIONS_DEFINE= RPMBUILD DOCS NLS
RPMBUILD_DESC= rpmbuild support
Modified: head/devel/svk/Makefile
==============================================================================
--- head/devel/svk/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/devel/svk/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -53,7 +53,8 @@ BUILD_DEPENDS= p5-List-MoreUtils>=0:${PO
p5-version>=0.68:${PORTSDIR}/devel/p5-version
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= svk.1
MAN3= SVK.3 \
Modified: head/sysutils/busybox-unstable/Makefile
==============================================================================
--- head/sysutils/busybox-unstable/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/sysutils/busybox-unstable/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -28,8 +28,8 @@ IGNORE= is older than stable version. U
PORTSCOUT= skipv:1.21.1
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+
@@ -39,8 +39,9 @@ PLIST_FILES= bin/busybox
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
-USE_PERL5_BUILD= yes
-PORTDOCS= *
+USES+= perl5
+USE_PERL5= build
+PORTDOCS= *
.endif
post-patch:
Modified: head/sysutils/p5-MogileFS-Network/Makefile
==============================================================================
--- head/sysutils/p5-MogileFS-Network/Makefile Mon Sep 16 07:47:02 2013 (r327370)
+++ head/sysutils/p5-MogileFS-Network/Makefile Mon Sep 16 08:39:20 2013 (r327371)
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Net-Netmask>=0:${PORTS
p5-MogileFS-Server>=2.50:${PORTSDIR}/sysutils/p5-MogileFS-Server
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MogileFS::Network.3 \
MogileFS::ReplicationPolicy::MultipleNetworks.3
More information about the svn-ports-all
mailing list