svn commit: r326313 - head/devel/p5-Devel-LeakTrace-Fast

Lars Thegler lth at FreeBSD.org
Wed Sep 4 19:17:14 UTC 2013


Author: lth
Date: Wed Sep  4 19:17:14 2013
New Revision: 326313
URL: http://svnweb.freebsd.org/changeset/ports/326313

Log:
  Mark BROKEN, does not compile under perl >= 5.12,
  see https://rt.cpan.org/Public/Bug/Display.html?id=56079
  
  Reported by:	pkg-fallout

Modified:
  head/devel/p5-Devel-LeakTrace-Fast/Makefile

Modified: head/devel/p5-Devel-LeakTrace-Fast/Makefile
==============================================================================
--- head/devel/p5-Devel-LeakTrace-Fast/Makefile	Wed Sep  4 18:57:18 2013	(r326312)
+++ head/devel/p5-Devel-LeakTrace-Fast/Makefile	Wed Sep  4 19:17:14 2013	(r326313)
@@ -19,4 +19,6 @@ USE_PERL5=	configure
 
 MAN3=	Devel::LeakTrace::Fast.3
 
+BROKEN=		does not compile under perl >= 5.12, see https://rt.cpan.org/Public/Bug/Display.html?id=56079
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list