Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 Aug 2006 11:24:20 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/101547: [MAINTAINER] net/p5-Net-CSTA: Ignore Perl 5.00503
Message-ID:  <20060807032420.499AE117@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608070330.k773UFwj067204@freefall.freebsd.org>

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

>Number:         101547
>Category:       ports
>Synopsis:       [MAINTAINER] net/p5-Net-CSTA: 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:   Mon Aug 07 03:30:14 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
- Fix dependency according to corelist -a

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

--- p5-Net-CSTA-0.03.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/p5-Net-CSTA/Makefile /home/staff/gslin/work/p5-Net-CSTA/Makefile
--- /usr/ports/net/p5-Net-CSTA/Makefile	Wed Jul 19 11:55:32 2006
+++ /home/staff/gslin/work/p5-Net-CSTA/Makefile	Mon Aug  7 11:23:25 2006
@@ -24,7 +24,11 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500701
+.if ${PERL_LEVEL} < 500600
+IGNORE=		requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
+.endif
+
+.if ${PERL_LEVEL} < 500703
 RUN_DEPENDS+=	${SITE_PERL}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
 .endif
 
--- p5-Net-CSTA-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?20060807032420.499AE117>