Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Aug 2006 23:53:57 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/101466: [MAINTAINER] devel/p5-Tie-Simple: Ignore Perl 5.00503
Message-ID:  <20060806155357.DF359117@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608061600.k76G0TPT092804@freefall.freebsd.org>

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

>Number:         101466
>Category:       ports
>Synopsis:       [MAINTAINER] devel/p5-Tie-Simple: Ignore Perl 5.00503
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 06 16:00:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Ignore Perl 5.00503

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

--- p5-Tie-Simple-1.03.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Tie-Simple/Makefile /home/staff/gslin/work/p5-Tie-Simple/Makefile
--- /usr/ports/devel/p5-Tie-Simple/Makefile	Tue Aug  1 20:55:43 2006
+++ /home/staff/gslin/work/p5-Tie-Simple/Makefile	Sun Aug  6 23:51:50 2006
@@ -19,4 +19,10 @@
 
 MAN3=		Tie::Simple.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=		requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Tie-Simple-1.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?20060806155357.DF359117>