svn commit: r388224 - head/devel/p5-Coro

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 1 13:10:56 UTC 2015


Author: amdmi3
Date: Mon Jun  1 13:10:55 2015
New Revision: 388224
URL: https://svnweb.freebsd.org/changeset/ports/388224

Log:
  - Mark BROKEN with perl 5.22
  
  State.xs:562:3: error: assignment to cast is illegal, lvalue casts are not supported
  
  Approved by:	portmgr blanket

Modified:
  head/devel/p5-Coro/Makefile

Modified: head/devel/p5-Coro/Makefile
==============================================================================
--- head/devel/p5-Coro/Makefile	Mon Jun  1 13:09:29 2015	(r388223)
+++ head/devel/p5-Coro/Makefile	Mon Jun  1 13:10:55 2015	(r388224)
@@ -38,4 +38,10 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/doc/cede-vs-schedule ${STAGEDIR}${DOCSDIR}/
 	${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${EXAMPLESDIR}/
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502200
+BROKEN=		does not build with perl >= 5.22
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list