ports/70508: [PATCH] lang/p5-Tcl: mark IGNORE in perl5.005

Cheng-Lung Sung clsung at tw.freebsd.org
Mon Aug 16 02:00:44 UTC 2004


>Number:         70508
>Category:       ports
>Synopsis:       [PATCH] lang/p5-Tcl: mark IGNORE in perl5.005
>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 02:00:43 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:
- this port does not build in perl5.005
- add IGNORE
- noticed by kris

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

--- p5-Tcl-0.81.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/p5-Tcl/Makefile /home/clsung/p5-Tcl/Makefile
--- /usr/ports/lang/p5-Tcl/Makefile	Sat Jul 24 05:36:26 2004
+++ /home/clsung/p5-Tcl/Makefile	Mon Aug 16 09:55:09 2004
@@ -22,4 +22,10 @@
 
 MAN3=		Tcl.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-Tcl-0.81.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list