mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
7ec4b3d1a2
commit
6600d6be8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327371
19 changed files with 36 additions and 27 deletions
|
@ -32,10 +32,10 @@ CONFIGURE_WRKSRC= ${BUILD_WRKSRC}
|
||||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
CONFIGURE_SCRIPT= ../gcc-${PORTVERSION}/configure
|
CONFIGURE_SCRIPT= ../gcc-${PORTVERSION}/configure
|
||||||
|
|
||||||
USE_PERL5_BUILD= yes
|
USE_PERL5= build
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
USES= bison gettext gmake
|
USES= bison gettext gmake perl5
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
|
@ -24,9 +24,8 @@ LIB_DEPENDS= neon.27:${PORTSDIR}/www/neon29 \
|
||||||
|
|
||||||
CONFLICTS= gd-2.*
|
CONFLICTS= gd-2.*
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USES= gettext gmake perl5
|
||||||
USES= gettext
|
USE_PERL5= build
|
||||||
USE_PERL5_BUILD=yes
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,8 @@ RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-${PAPERSIZE}
|
||||||
LATEST_LINK= cvsweb3
|
LATEST_LINK= cvsweb3
|
||||||
CONFLICTS= cvsweb-2.*
|
CONFLICTS= cvsweb-2.*
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USE_PERL5= yes
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ RUN_DEPENDS= git>=0:${PORTSDIR}/devel/git
|
||||||
LATEST_LINK= gitolite2
|
LATEST_LINK= gitolite2
|
||||||
CONFLICTS= gitolite-[^2]*
|
CONFLICTS= gitolite-[^2]*
|
||||||
|
|
||||||
USE_PERL5= yes
|
USES= perl5
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
|
|
@ -46,9 +46,8 @@ WRKSRC= ${WRKDIR}/build
|
||||||
PATCH_WRKSRC= ${SRCDIR}
|
PATCH_WRKSRC= ${SRCDIR}
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USES= bison iconv gmake perl5
|
||||||
USES= bison iconv
|
USE_PERL5= build
|
||||||
USE_PERL5_BUILD=yes
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_SCRIPT=../${SRCDIR:S/${WRKDIR}\///}/configure
|
CONFIGURE_SCRIPT=../${SRCDIR:S/${WRKDIR}\///}/configure
|
||||||
|
|
|
@ -75,8 +75,8 @@ CLEAN_FILES= scripts/suse* scripts/redhat* \
|
||||||
var/httpd/htdocs/js/thirdparty/ckeditor-4.0/_source \
|
var/httpd/htdocs/js/thirdparty/ckeditor-4.0/_source \
|
||||||
var/httpd/htdocs/skins/Agent/*/img/source
|
var/httpd/htdocs/skins/Agent/*/img/source
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
USE_APACHE_RUN= 22+
|
USE_APACHE_RUN= 22+
|
||||||
USE_PERL5= yes
|
|
||||||
|
|
||||||
PLIST_SUB+= VER_CKEDITOR="4.0"
|
PLIST_SUB+= VER_CKEDITOR="4.0"
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= lwhsu@FreeBSD.org
|
MAINTAINER= lwhsu@FreeBSD.org
|
||||||
COMMENT= Serve data in a round robin manner
|
COMMENT= Serve data in a round robin manner
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Data::RoundRobin.3
|
MAN3= Data::RoundRobin.3
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,8 @@ TEST_DEPENDS= p5-File-HomeDir>=1.00:${PORTSDIR}/devel/p5-File-HomeDir \
|
||||||
p5-Test-Class>=0.38:${PORTSDIR}/devel/p5-Test-Class \
|
p5-Test-Class>=0.38:${PORTSDIR}/devel/p5-Test-Class \
|
||||||
p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep
|
p5-Test-Deep>=0.110:${PORTSDIR}/devel/p5-Test-Deep
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Debug::Client.3
|
MAN3= Debug::Client.3
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,8 @@ RUN_DEPENDS= p5-MooseX-Role-Parameterized>=0:${PORTSDIR}/devel/p5-MooseX-Role-Pa
|
||||||
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
||||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERl5= configure
|
||||||
|
|
||||||
MAN3= MooseX::OneArgNew.3
|
MAN3= MooseX::OneArgNew.3
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Data-Dumper>=2.131:${PORTSDIR}/devel/p5-Data-Dumper \
|
||||||
p5-Want>=0.21:${PORTSDIR}/devel/p5-Want
|
p5-Want>=0.21:${PORTSDIR}/devel/p5-Want
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Bundle::Object::InsideOut.3 \
|
MAN3= Bundle::Object::InsideOut.3 \
|
||||||
Object::InsideOut.3 \
|
Object::InsideOut.3 \
|
||||||
|
|
|
@ -22,7 +22,8 @@ BUILD_DEPENDS:= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
|
||||||
p5-autodie>=0:${PORTSDIR}/devel/p5-autodie \
|
p5-autodie>=0:${PORTSDIR}/devel/p5-autodie \
|
||||||
${RUN_DEPENDS}
|
${RUN_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= String::Errf.3
|
MAN3= String::Errf.3
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,8 @@ COMMENT= Hide and store warnings while running test scripts
|
||||||
|
|
||||||
TEST_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
|
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
|
MAN3= Test::NoWarnings.3
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= lippe@FreeBSD.org
|
MAINTAINER= lippe@FreeBSD.org
|
||||||
COMMENT= Test::Portability::Files Check file names portability
|
COMMENT= Test::Portability::Files Check file names portability
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Test::Portability::Files.3
|
MAN3= Test::Portability::Files.3
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= pclin@FreeBSD.org
|
MAINTAINER= pclin@FreeBSD.org
|
||||||
COMMENT= Suspend and resume operations for threads
|
COMMENT= Suspend and resume operations for threads
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Thread::Suspend.3
|
MAN3= Thread::Suspend.3
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,8 @@ COMMENT= Input filter for Doxygen enabling support for Perl code documentation
|
||||||
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
|
RUN_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= DoxyGen::Filter.3
|
MAN3= DoxyGen::Filter.3
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
||||||
formail:${PORTSDIR}/mail/procmail
|
formail:${PORTSDIR}/mail/procmail
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USES= gmake perl5
|
||||||
USE_PERL5= yes
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= RPMBUILD DOCS NLS
|
OPTIONS_DEFINE= RPMBUILD DOCS NLS
|
||||||
RPMBUILD_DESC= rpmbuild support
|
RPMBUILD_DESC= rpmbuild support
|
||||||
|
|
|
@ -53,7 +53,8 @@ BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||||
p5-version>=0.68:${PORTSDIR}/devel/p5-version
|
p5-version>=0.68:${PORTSDIR}/devel/p5-version
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= svk.1
|
MAN1= svk.1
|
||||||
MAN3= SVK.3 \
|
MAN3= SVK.3 \
|
||||||
|
|
|
@ -28,8 +28,8 @@ IGNORE= is older than stable version. Use sysutils/busybox
|
||||||
PORTSCOUT= skipv:1.21.1
|
PORTSCOUT= skipv:1.21.1
|
||||||
|
|
||||||
MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}"
|
MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}"
|
||||||
|
USES= gmake
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
|
||||||
# avoid clang, breaks in findutils/find.c l. 752+,
|
# avoid clang, breaks in findutils/find.c l. 752+,
|
||||||
# uses a GCC extension/invalid C code:
|
# uses a GCC extension/invalid C code:
|
||||||
USE_GCC?= 4.2+
|
USE_GCC?= 4.2+
|
||||||
|
@ -39,8 +39,9 @@ PLIST_FILES= bin/busybox
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
USE_PERL5_BUILD= yes
|
USES+= perl5
|
||||||
PORTDOCS= *
|
USE_PERL5= build
|
||||||
|
PORTDOCS= *
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
|
||||||
p5-MogileFS-Server>=2.50:${PORTSDIR}/sysutils/p5-MogileFS-Server
|
p5-MogileFS-Server>=2.50:${PORTSDIR}/sysutils/p5-MogileFS-Server
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= MogileFS::Network.3 \
|
MAN3= MogileFS::Network.3 \
|
||||||
MogileFS::ReplicationPolicy::MultipleNetworks.3
|
MogileFS::ReplicationPolicy::MultipleNetworks.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue