Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2004 20:59:09 +0800 (CST)
From:      Cheng-Lung Sung <clsung@tw.freebsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70537: [PATCH] mail/p5-Mail-Webmail-Gmail: add IGNORE for perl verion < 5.6
Message-ID:  <20040816125909.CC47A106C2B@FreeBSD.csie.NCTU.edu.tw>
Resent-Message-ID: <200408161300.i7GD0gVq043684@freefall.freebsd.org>

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

>Number:         70537
>Category:       ports
>Synopsis:       [PATCH] mail/p5-Mail-Webmail-Gmail: add IGNORE for perl verion < 5.6
>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:   Mon Aug 16 13:00:42 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004
>Description:
- perl5.00503 does not build...

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

--- p5-Mail-Webmail-Gmail-0.09.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/p5-Mail-Webmail-Gmail/Makefile /home/clsung/p5-Mail-Webmail-Gmail/Makefile
--- /usr/ports/mail/p5-Mail-Webmail-Gmail/Makefile	Mon Aug 16 05:33:41 2004
+++ /home/clsung/p5-Mail-Webmail-Gmail/Makefile	Mon Aug 16 20:58:18 2004
@@ -23,4 +23,10 @@
 
 MAN3=		Mail::Webmail::Gmail.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE=		This port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Mail-Webmail-Gmail-0.09.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?20040816125909.CC47A106C2B>