svn commit: r411874 - head/devel/p5-Scope-Upper

Mathieu Arnold mat at FreeBSD.org
Fri Mar 25 17:29:58 UTC 2016


Author: mat
Date: Fri Mar 25 17:29:57 2016
New Revision: 411874
URL: https://svnweb.freebsd.org/changeset/ports/411874

Log:
  Mark as broken with Perl 5.23.8+
  
  The context system was rewritten, it stopped building with this commit:
  https://github.com/Perl/perl5/commit/9513529
  
  See Also:	https://rt.cpan.org/Public/Bug/Display.html?id=112246
  Sponsored by:	Absolight

Modified:
  head/devel/p5-Scope-Upper/Makefile   (contents, props changed)

Modified: head/devel/p5-Scope-Upper/Makefile
==============================================================================
--- head/devel/p5-Scope-Upper/Makefile	Fri Mar 25 17:29:51 2016	(r411873)
+++ head/devel/p5-Scope-Upper/Makefile	Fri Mar 25 17:29:57 2016	(r411874)
@@ -20,4 +20,10 @@ USE_PERL5=	configure
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Scope/Upper/Upper.so
 
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502308
+BROKEN=		Fails to build after argarray removal
+.endif
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list