From owner-freebsd-ports-bugs Wed Feb 12 1:10: 7 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60BF837B401 for ; Wed, 12 Feb 2003 01:10:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B25543FB1 for ; Wed, 12 Feb 2003 01:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1C9A4NS081880 for ; Wed, 12 Feb 2003 01:10:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1C9A4tw081879; Wed, 12 Feb 2003 01:10:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15E8F37B401 for ; Wed, 12 Feb 2003 01:08:32 -0800 (PST) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5CCA43F93 for ; Wed, 12 Feb 2003 01:08:19 -0800 (PST) (envelope-from erwin@backup-mx.droso.dk) Received: by backup-mx.droso.dk (Postfix, from userid 1000) id 6F546A9D6; Wed, 12 Feb 2003 10:06:57 +0100 (CET) Message-Id: <20030212090657.6F546A9D6@backup-mx.droso.dk> Date: Wed, 12 Feb 2003 10:06:57 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48201: mark www/p5-Apache-Gallery broken for perl < 5.6 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48201 >Category: ports >Synopsis: mark www/p5-Apache-Gallery broken for perl < 5.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 12 01:10:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #13: Tue Jan 7 21:26:37 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: Mark www/p5-Apache-Gallery broken for perl < 5.6. According to the author, it doesn't seem worth the time to try to fix it. >How-To-Repeat: >Fix: --- p5-Apache-Gallery.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Apache-Gallery/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 16 Jan 2003 03:12:21 -0000 1.1 +++ Makefile 12 Feb 2003 09:01:54 -0000 @@ -22,7 +22,6 @@ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI/FastTemplate.pm:${PORTSDIR}/www/p5-CGI-FastTemplate \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Inline.pm:${PORTSDIR}/devel/p5-Inline \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} @@ -60,4 +59,13 @@ @ ${CAT} ${PKGMESSAGE} .endif -.include +.include + +## +## requires PERL 5.6.x or later +## +.if ${PERL_LEVEL} < 500600 +BROKEN= Port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include --- p5-Apache-Gallery.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message