ports/150389: [PATCH] devel/p5-Data-Alias: Mark as BROKEN with perl 5.12
Renato Botelho
garga at FreeBSD.org
Wed Sep 8 16:10:02 UTC 2010
>Number: 150389
>Category: ports
>Synopsis: [PATCH] devel/p5-Data-Alias: Mark as BROKEN with perl 5.12
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 08 16:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Renato Botelho
>Release: FreeBSD 9.0-CURRENT amd64
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #7 r211993M: Mon Aug 30 12:15:02 BRT
>Description:
It doesn't build with perl 5.12, so, mark it as BROKEN
Port maintainer (clsung at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-Data-Alias-1.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Data-Alias/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile 5 Oct 2007 06:41:05 -0000 1.2
+++ Makefile 8 Sep 2010 16:05:25 -0000
@@ -18,4 +18,10 @@
MAN3= Data::Alias.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 501000
+BROKEN= Does not build with perl >= 5.10
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Data-Alias-1.07.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list