Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2005 00:09:18 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@ccca.nctu.edu.tw
Subject:   ports/84180: [PATCH] www/p5-Flickr-API: add IGNORE for old perl
Message-ID:  <20050727160918.355C6B29CCB@utopia.leeym.com>
Resent-Message-ID: <200507271610.j6RGAH0a057557@freefall.freebsd.org>

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

>Number:         84180
>Category:       ports
>Synopsis:       [PATCH] www/p5-Flickr-API: add IGNORE for old perl
>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 Jul 27 16:10:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jul 17 07:50:25 CST 2005
>Description:
- add IGNORE for old perl

Port maintainer (gslin@ccca.nctu.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Flickr-API-0.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Flickr-API/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	19 May 2005 08:02:47 -0000	1.1
+++ Makefile	27 Jul 2005 16:08:08 -0000
@@ -24,4 +24,10 @@
 
 MAN3=	Flickr::API.3 Flickr::API::Request.3 Flickr::API::Response.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Flickr-API-0.03.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?20050727160918.355C6B29CCB>