Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Sep 2010 09:05:59 -0700 (PDT)
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/150389: [PATCH] devel/p5-Data-Alias: Mark as BROKEN with perl 5.12
Message-ID:  <20100908160555.75575.qmail@botelhor.bplab.local>
Resent-Message-ID: <201009081610.o88GA2Zv070891@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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