svn commit: r447684 - in head/devel: p5-Data-Alias p5-Devel-BeginLift p5-Regexp-Compare p5-UNIVERSAL-ref p5-rpm-build-perl

Mathieu Arnold mat at FreeBSD.org
Thu Aug 10 15:19:07 UTC 2017


Author: mat
Date: Thu Aug 10 15:19:06 2017
New Revision: 447684
URL: https://svnweb.freebsd.org/changeset/ports/447684

Log:
  Mark some ports BROKEN with modern Perl.
  
  With hat:	perl@
  Sponsored by:	Absolight

Modified:
  head/devel/p5-Data-Alias/Makefile   (contents, props changed)
  head/devel/p5-Devel-BeginLift/Makefile   (contents, props changed)
  head/devel/p5-Regexp-Compare/Makefile   (contents, props changed)
  head/devel/p5-UNIVERSAL-ref/Makefile   (contents, props changed)
  head/devel/p5-rpm-build-perl/Makefile   (contents, props changed)

Modified: head/devel/p5-Data-Alias/Makefile
==============================================================================
--- head/devel/p5-Data-Alias/Makefile	Thu Aug 10 15:19:01 2017	(r447683)
+++ head/devel/p5-Data-Alias/Makefile	Thu Aug 10 15:19:06 2017	(r447684)
@@ -19,4 +19,10 @@ USE_PERL5=	configure
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Alias/Alias.so
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502501
+BROKEN=		Does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=114544
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Devel-BeginLift/Makefile
==============================================================================
--- head/devel/p5-Devel-BeginLift/Makefile	Thu Aug 10 15:19:01 2017	(r447683)
+++ head/devel/p5-Devel-BeginLift/Makefile	Thu Aug 10 15:19:06 2017	(r447684)
@@ -18,4 +18,10 @@ BUILD_DEPENDS:=	${RUN_DEPENDS} \
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502501
+BROKEN=		Does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=115272
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Regexp-Compare/Makefile
==============================================================================
--- head/devel/p5-Regexp-Compare/Makefile	Thu Aug 10 15:19:01 2017	(r447683)
+++ head/devel/p5-Regexp-Compare/Makefile	Thu Aug 10 15:19:06 2017	(r447684)
@@ -19,4 +19,10 @@ USES=		perl5
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Regexp/Compare/Compare.so
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502700
+BROKEN=		Does not support 5.27+
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-UNIVERSAL-ref/Makefile
==============================================================================
--- head/devel/p5-UNIVERSAL-ref/Makefile	Thu Aug 10 15:19:01 2017	(r447683)
+++ head/devel/p5-UNIVERSAL-ref/Makefile	Thu Aug 10 15:19:06 2017	(r447684)
@@ -17,4 +17,10 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502501
+BROKEN=		Does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=118008
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-rpm-build-perl/Makefile
==============================================================================
--- head/devel/p5-rpm-build-perl/Makefile	Thu Aug 10 15:19:01 2017	(r447683)
+++ head/devel/p5-rpm-build-perl/Makefile	Thu Aug 10 15:19:06 2017	(r447684)
@@ -19,4 +19,10 @@ USE_PERL5=	configure
 post-patch:
 	@${REINPLACE_CMD} -e 's| perl.clean||' ${WRKSRC}/Makefile.PL
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502501
+BROKEN=		Does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=117350
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list