Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2017 15:19:06 +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: r447684 - in head/devel: p5-Data-Alias p5-Devel-BeginLift p5-Regexp-Compare p5-UNIVERSAL-ref p5-rpm-build-perl
Message-ID:  <201708101519.v7AFJ6W2050598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708101519.v7AFJ6W2050598>