Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2016 17:29:57 +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: r411874 - head/devel/p5-Scope-Upper
Message-ID:  <201603251729.u2PHTvqf028908@repo.freebsd.org>

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



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