Date: Wed, 24 May 2006 23:46:00 +0100 From: Shaun Amott <shaun@inerd.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/97858: devel/ac-archive: Require Perl from ports Message-ID: <1148510760.2859@charon.picobyte.net> Resent-Message-ID: <200605242250.k4OMoE4T090552@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97858 >Category: ports >Synopsis: devel/ac-archive: Require Perl from ports >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: Wed May 24 22:50:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shaun Amott >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: >Description: ac-archive doesn't build with the 4.x base Perl, so mark it BROKEN. It may work on 5.6, but I haven't tried it. >How-To-Repeat: >Fix: --- ac-archive.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ac-archive/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 15 Nov 2005 06:48:31 -0000 1.22 +++ Makefile 24 May 2006 22:39:22 -0000 @@ -25,4 +25,10 @@ MAN1= acinclude.1 PORTDOCS= * -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires Perl 5.8 or newer to build. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> --- ac-archive.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1148510760.2859>