ports/58264: [maintainer-update] p5-UML-Sequence add IGNORE for perl_ver < 5.8

Cheng-Lung Sung clsung at dragon2.net
Mon Oct 20 01:40:18 UTC 2003


>Number:         58264
>Category:       ports
>Synopsis:       [maintainer-update] p5-UML-Sequence add IGNORE for perl_ver < 5.8
>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 Oct 19 18:40:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #3: Wed Oct 8 07:32:16 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
This port can't build on perl5.005/perl5.6.
>How-To-Repeat:
>Fix:


diff -ruN /usr/ports/textproc/p5-UML-Sequence/Makefile ./p5-UML-Sequence/Makefile
--- /usr/ports/textproc/p5-UML-Sequence/Makefile	Fri Oct 17 15:42:57 2003
+++ ./p5-UML-Sequence/Makefile	Mon Oct 20 09:30:36 2003
@@ -32,4 +32,10 @@
 		UML::Sequence::Svg.3 \
 		Devel::CallSeq.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE=		This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again
+.endif
+
+.include <bsd.port.post.mk>

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



More information about the freebsd-ports-bugs mailing list