Date: Mon, 8 Jun 2015 19:16:19 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388857 - in head: devel/p5-Devel-MAT devel/p5-Regexp-Compare lang/p5-Parse-Perl textproc/p5-HTML-CTPP2 Message-ID: <201506081916.t58JGJ03091032@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Jun 8 19:16:19 2015 New Revision: 388857 URL: https://svnweb.freebsd.org/changeset/ports/388857 Log: Mark those BROKEN, they don't build with Perl 5.22+ Sponsored by: Absolight Modified: head/devel/p5-Devel-MAT/Makefile head/devel/p5-Regexp-Compare/Makefile head/lang/p5-Parse-Perl/Makefile head/textproc/p5-HTML-CTPP2/Makefile Modified: head/devel/p5-Devel-MAT/Makefile ============================================================================== --- head/devel/p5-Devel-MAT/Makefile Mon Jun 8 19:10:16 2015 (r388856) +++ head/devel/p5-Devel-MAT/Makefile Mon Jun 8 19:16:19 2015 (r388857) @@ -34,6 +34,10 @@ BUILD_DEPENDS+= p5-Module-Pluggable>=0:$ RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable .endif +.if ${PERL_LEVEL} >= 502200 +tROKEN= Fails to build with Perl >= 5.22 +.endif + post-install: @${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so Modified: head/devel/p5-Regexp-Compare/Makefile ============================================================================== --- head/devel/p5-Regexp-Compare/Makefile Mon Jun 8 19:10:16 2015 (r388856) +++ head/devel/p5-Regexp-Compare/Makefile Mon Jun 8 19:16:19 2015 (r388857) @@ -17,4 +17,10 @@ LICENSE_COMB= dual USE_PERL5= 5.16+ configure USES= perl5 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 502200 +BROKEN= Fails to build with Perl >= 5.22 +.endif + +.include <bsd.port.post.mk> Modified: head/lang/p5-Parse-Perl/Makefile ============================================================================== --- head/lang/p5-Parse-Perl/Makefile Mon Jun 8 19:10:16 2015 (r388856) +++ head/lang/p5-Parse-Perl/Makefile Mon Jun 8 19:16:19 2015 (r388857) @@ -20,4 +20,10 @@ TEST_DEPENDS= p5-Devel-Declare>=0:${PORT USES= perl5 USE_PERL5= modbuild -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 502200 +BROKEN= Fails to build with Perl >= 5.22 +.endif + +.include <bsd.port.post.mk> Modified: head/textproc/p5-HTML-CTPP2/Makefile ============================================================================== --- head/textproc/p5-HTML-CTPP2/Makefile Mon Jun 8 19:10:16 2015 (r388856) +++ head/textproc/p5-HTML-CTPP2/Makefile Mon Jun 8 19:16:19 2015 (r388857) @@ -26,4 +26,10 @@ post-patch: /^my $$CXX/s|g++|${CXX}|; /^my $$CC/s|gcc|${CC}|' \ ${WRKSRC}/Makefile.PL -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 502200 +BROKEN= Fails to build with Perl >= 5.22 +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506081916.t58JGJ03091032>