Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 23:08:53 +0800 (CST)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102097: [PATCH] graphics/p5-Visio: Perl 5.008 required
Message-ID:  <20060815150853.AA3FB7E9CA@FreeBSD.csie.nctu.edu.tw>
Resent-Message-ID: <200608151510.k7FFAKmS032419@freefall.freebsd.org>

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

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



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