Date: Tue, 25 Apr 2006 14:20:06 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kuriyama@FreeBSD.org Subject: ports/96303: [PATCH] math/p5-Math-Vec: mark IGNORE under old perl Message-ID: <20060425062006.0A211B29C92@utopia.leeym.com> Resent-Message-ID: <200604250630.k3P6UI0k018140@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060425062006.0A211B29C92>