ports/102097: [PATCH] graphics/p5-Visio: Perl 5.008 required

Cheng-Lung Sung clsung at FreeBSD.org
Tue Aug 15 15:12:30 UTC 2006


>Number:         102097
>Category:       ports
>Synopsis:       [PATCH] graphics/p5-Visio: Perl 5.008 required
>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:   Tue Aug 15 15:10:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006
>Description:
- require perl 5.8

Port maintainer (chinsan.tw at gmail.com) is cc'd.

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

--- p5-Visio-1.010.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/p5-Visio/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	15 Aug 2006 07:52:31 -0000	1.1
+++ Makefile	15 Aug 2006 15:06:07 -0000
@@ -25,4 +25,10 @@
 		Visio::Master.3 Visio::Page.3 Visio::PageProps.3 \
 		Visio::PageSheet.3 Visio::Shape.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500801
+IGNORE=		requires perl 5.8.x or later. Install lang/perl5.8 then try again
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Visio-1.010.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list