Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2003 09:34:19 +0800 (CST)
From:      Cheng-Lung Sung <clsung@dragon2.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@tiger2.net
Subject:   ports/58264: [maintainer-update] p5-UML-Sequence add IGNORE for perl_ver < 5.8
Message-ID:  <20031020013419.82DF115710@mail.dragon2.net>
Resent-Message-ID: <200310200140.h9K1eDgs056526@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031020013419.82DF115710>