ports/96303: [PATCH] math/p5-Math-Vec: mark IGNORE under old perl

Yen-Ming Lee leeym at FreeBSD.org
Tue Apr 25 06:30:23 UTC 2006


>Number:         96303
>Category:       ports
>Synopsis:       [PATCH] math/p5-Math-Vec: mark IGNORE under old perl
>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 Apr 25 06:30:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-RC i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Tue Apr 11 08:54:13 CST 2006
>Description:
- mark IGNORE under old perl

Port maintainer (kuriyama at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/p5-Math-Vec-0.031.log

>Fix:

--- p5-Math-Vec-0.031.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/p5-Math-Vec/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	30 Jan 2006 14:39:40 -0000	1.3
+++ Makefile	25 Apr 2006 06:19:29 -0000
@@ -15,7 +15,15 @@
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Object-Oriented Vector Math Methods in Perl
 
+BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+
 PERL_MODBUILD=	yes
 MAN3=		Math::Vec.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Math-Vec-0.031.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list