Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  1 Nov 2003 13:57:44 +0800 (CST)
From:      Cheng-Lung Sung <clsung@dragon2.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@tiger2.net
Subject:   ports/58797: update port: graphics/p5-GraphViz-Data-Structure
Message-ID:  <20031101055744.047E715325@mail.dragon2.net>
Resent-Message-ID: <200311010600.hA160QnT051200@freefall.freebsd.org>

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

>Number:         58797
>Category:       ports
>Synopsis:       update port: graphics/p5-GraphViz-Data-Structure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 31 22:00:26 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- this port only builds on perl ver >= 5.6
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/graphics/p5-GraphViz-Data-Structure/Makefile ./p5-GraphViz-Data-Structure/Makefile
--- /usr/ports/graphics/p5-GraphViz-Data-Structure/Makefile	Fri Oct 24 23:14:17 2003
+++ ./p5-GraphViz-Data-Structure/Makefile	Sat Nov  1 13:54:06 2003
@@ -25,4 +25,10 @@
 
 MAN3=	GraphViz::Data::Structure.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>

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



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