svn commit: r327376 - in head/devel: aegis apr2 bison cvsutils doxygen gearmand git msp430-gcc3 p5-Data-TreeDumper p5-Event-RPC p5-ExtUtils-XSpp p5-IO-TieCombine p5-Log-Dispatchouli p5-PAR p5-SVN-N...
Andrej Zverev
az at FreeBSD.org
Mon Sep 16 10:28:37 UTC 2013
Author: az
Date: Mon Sep 16 10:28:33 2013
New Revision: 327376
URL: http://svnweb.freebsd.org/changeset/ports/327376
Log:
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Modified:
head/devel/aegis/Makefile
head/devel/apr2/Makefile
head/devel/bison/Makefile
head/devel/cvsutils/Makefile
head/devel/doxygen/Makefile
head/devel/gearmand/Makefile (contents, props changed)
head/devel/git/Makefile
head/devel/msp430-gcc3/Makefile (contents, props changed)
head/devel/p5-Data-TreeDumper/Makefile (contents, props changed)
head/devel/p5-Event-RPC/Makefile
head/devel/p5-ExtUtils-XSpp/Makefile
head/devel/p5-IO-TieCombine/Makefile (contents, props changed)
head/devel/p5-Log-Dispatchouli/Makefile (contents, props changed)
head/devel/p5-PAR/Makefile
head/devel/p5-SVN-Notify-Mirror/Makefile (contents, props changed)
head/devel/p5-SVN-Simple/Makefile (contents, props changed)
head/devel/p5-perlbrew/Makefile
head/devel/stringencoders/Makefile (contents, props changed)
head/devel/svn_load_dirs/Makefile (contents, props changed)
Modified: head/devel/aegis/Makefile
==============================================================================
--- head/devel/aegis/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/aegis/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -17,9 +17,8 @@ COMMENT= Transaction-based software conf
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
RUN_DEPENDS= tkdiff:${PORTSDIR}/textproc/tkdiff
-USES= gettext
+USES= gettext perl5
USE_GNOME= libxml2
-USE_PERL5= yes
USE_TK= yes
GNU_CONFIGURE= yes
CPPFLAGS+= "-I${LOCALBASE}/include"
Modified: head/devel/apr2/Makefile
==============================================================================
--- head/devel/apr2/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/apr2/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -31,9 +31,9 @@ DEVELOPER_ONLY_DESC= I want to test apr2
.include <bsd.port.options.mk>
-USES= iconv
+USES= iconv perl5
USE_AUTOTOOLS= automake autoconf libtool:env
-USE_PERL5_BUILD= yes
+USE_PERL5= build
USE_PYTHON_BUILD= -2.7
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: head/devel/bison/Makefile
==============================================================================
--- head/devel/bison/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/bison/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -13,9 +13,9 @@ COMMENT= A parser generator from FSF, (m
BUILD_DEPENDS= m4>=1.4.16,1:${PORTSDIR}/devel/m4
RUN_DEPENDS= m4>=1.4.16,1:${PORTSDIR}/devel/m4
-USES= charsetfix
+USES= charsetfix perl5
USE_XZ= yes
-USE_PERL5_BUILD=yes
+USE_PERL5= build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/devel/cvsutils/Makefile
==============================================================================
--- head/devel/cvsutils/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/cvsutils/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -12,7 +12,7 @@ COMMENT= CVS utilities which facilitate
LICENSE= GPLv2
-USE_PERL5= yes
+USES= perl5
GNU_CONFIGURE= yes
MAN1= cvsutils.1
Modified: head/devel/doxygen/Makefile
==============================================================================
--- head/devel/doxygen/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/doxygen/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -18,11 +18,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
-USES= bison iconv
+USES= bison iconv perl5 gmake
ALL_TARGET= all
-USE_PERL5= yes
HAS_CONFIGURE= yes
-USE_GMAKE= yes
QT_NONSTANDARD= yes # non-standard configure arguments
CONFIGURE_ARGS= --prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \
--install "${INSTALL}"
Modified: head/devel/gearmand/Makefile
==============================================================================
--- head/devel/gearmand/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/gearmand/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -30,10 +30,9 @@ USERS= gearmand
GROUPS= gearmand
FETCH_ARGS= -pRr
-USE_PERL5_BUILD=yes
+USE_PERL5= build
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USES= pathfix
+USES= pathfix gmake perl5
USE_LDCONFIG= yes
USE_PYTHON_BUILD=yes
USE_RC_SUBR= gearmand
Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/git/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -195,7 +195,6 @@ MAKE_ENV+= V=1
MAKE_ARGS+= prefix="${PREFIX}"
USE_OPENSSL= yes
USE_RC_SUBR= git_daemon
-WANT_PERL= yes
CONFIGURE_ARGS= --enable-pthreads=-pthread
@@ -235,7 +234,7 @@ PLIST_SUB+= PYTHON="@comment "
.endif
.if ${PORT_OPTIONS:MPERL}
-USE_PERL5= yes
+USES+= perl5
MAKE_ENV+= PERL_PATH=${PERL}
BUILD_DEPENDS+= p5-Error>=0:${PORTSDIR}/lang/p5-Error
RUN_DEPENDS+= p5-Error>=0:${PORTSDIR}/lang/p5-Error \
Modified: head/devel/msp430-gcc3/Makefile
==============================================================================
--- head/devel/msp430-gcc3/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/msp430-gcc3/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -35,9 +35,9 @@ PATCHVERSION= 20050317
WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION}
+USES= gmake perl5
USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PERL5_BUILD=yes
+USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \
--with-gcc --with-gnu-ld --with-gnu-as \
Modified: head/devel/p5-Data-TreeDumper/Makefile
==============================================================================
--- head/devel/p5-Data-TreeDumper/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/p5-Data-TreeDumper/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -20,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Data::TreeDumper.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.pre.mk>
Modified: head/devel/p5-Event-RPC/Makefile
==============================================================================
--- head/devel/p5-Event-RPC/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/p5-Event-RPC/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -13,7 +13,8 @@ COMMENT= Event based transparent Client/
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Event::RPC.3 \
Event::RPC::Client.3 \
Modified: head/devel/p5-ExtUtils-XSpp/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-XSpp/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/p5-ExtUtils-XSpp/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -14,7 +14,8 @@ COMMENT= XS for C++ in Perl
BUILD_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN1= xspp.1
MAN3= ExtUtils::XSpp.3 \
Modified: head/devel/p5-IO-TieCombine/Makefile
==============================================================================
--- head/devel/p5-IO-TieCombine/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/p5-IO-TieCombine/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= miwi at FreeBSD.org
COMMENT= Perl 5 module to produce tied separate but combined variables
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= IO::TieCombine.3 \
IO::TieCombine::Handle.3 \
Modified: head/devel/p5-Log-Dispatchouli/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatchouli/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/p5-Log-Dispatchouli/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -26,7 +26,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Log::Dispatchouli.3 \
Log::Dispatchouli::Global.3 \
Modified: head/devel/p5-PAR/Makefile
==============================================================================
--- head/devel/p5-PAR/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/p5-PAR/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -16,7 +16,8 @@ RUN_DEPENDS= p5-Archive-Zip>=1.00:${PORT
p5-PAR-Dist>=0.32:${PORTSDIR}/devel/p5-PAR-Dist
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= PAR.3 \
PAR::Environment.3 \
Modified: head/devel/p5-SVN-Notify-Mirror/Makefile
==============================================================================
--- head/devel/p5-SVN-Notify-Mirror/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/p5-SVN-Notify-Mirror/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-SVN-Notify>=2.83:${POR
p5-YAML>=0.81:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= SVN::Notify::Mirror.3 SVN::Notify::Mirror::ConfigData.3 \
SVN::Notify::Mirror::Rsync.3 SVN::Notify::Mirror::SSH.3
Modified: head/devel/p5-SVN-Simple/Makefile
==============================================================================
--- head/devel/p5-SVN-Simple/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/p5-SVN-Simple/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -18,7 +18,8 @@ COMMENT= Simple interface to SVN::Delta:
BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= SVN::Simple::Edit.3 SVN::Simple::Editor.3
Modified: head/devel/p5-perlbrew/Makefile
==============================================================================
--- head/devel/p5-perlbrew/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/p5-perlbrew/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -26,7 +26,8 @@ TEST_DEPENDS= p5-IO-All>=0:${PORTSDIR}/d
p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
p5-Test-Spec>=0:${PORTSDIR}/devel/p5-Test-Spec
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= perlbrew.1
MAN3= App::perlbrew.3
Modified: head/devel/stringencoders/Makefile
==============================================================================
--- head/devel/stringencoders/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/stringencoders/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= skreuzer at FreeBSD.org
COMMENT= Collection of high performance c-string transformations
-USE_PERL5= yes
+USES= perl5
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
Modified: head/devel/svn_load_dirs/Makefile
==============================================================================
--- head/devel/svn_load_dirs/Makefile Mon Sep 16 10:01:06 2013 (r327375)
+++ head/devel/svn_load_dirs/Makefile Mon Sep 16 10:28:33 2013 (r327376)
@@ -17,8 +17,8 @@ COMMENT= A Perl script to load directori
RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion16
+USES= perl5
USE_BZIP2= yes
-USE_PERL5= yes
WRKSRC= ${WRKDIR}/subversion-${SVN_PORTVERSION}/contrib/client-side/svn_load_dirs
More information about the svn-ports-all
mailing list