ports/58797: update port: graphics/p5-GraphViz-Data-Structure
Cheng-Lung Sung
clsung at dragon2.net
Sat Nov 1 06:00:28 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list