From owner-freebsd-ports-bugs Fri Feb 28 6: 0:34 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 76E0937B401 for ; Fri, 28 Feb 2003 06:00:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8180743F75 for ; Fri, 28 Feb 2003 06:00:30 -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 h1SE0UNS052051 for ; Fri, 28 Feb 2003 06:00:30 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1SE0U5H052050; Fri, 28 Feb 2003 06:00:30 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81CB737B401; Fri, 28 Feb 2003 05:53:52 -0800 (PST) Received: from helo.liwing.de (helo.liwing.de [213.70.188.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D9443FA3; Fri, 28 Feb 2003 05:53:51 -0800 (PST) (envelope-from root@helo.liwing.de) Received: from helo.liwing.de (localhost.liwing.de [127.0.0.1]) by helo.liwing.de (8.12.7/8.12.7) with ESMTP id h1SDrn3F067851; Fri, 28 Feb 2003 13:53:49 GMT (envelope-from root@helo.liwing.de) Received: (from root@localhost) by helo.liwing.de (8.12.7/8.12.7/Submit) id h1SDrmVw067850; Fri, 28 Feb 2003 13:53:48 GMT Message-Id: <200302281353.h1SDrmVw067850@helo.liwing.de> Date: Fri, 28 Feb 2003 13:53:48 GMT From: Jens Rehsack Reply-To: Jens Rehsack To: FreeBSD-gnats-submit@FreeBSD.org Cc: Jens Rehsack , petef@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48781: PATCH for www/p5-CGI-Cache for working with Perl 5.6.1 (and FreeBSD-5.0!) 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: 48781 >Category: ports >Synopsis: PATCH for www/p5-CGI-Cache for working with Perl 5.6.1 (and FreeBSD-5.0!) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 28 06:00:29 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jens Rehsack >Release: FreeBSD 4.7-STABLE i386 >Organization: LiWing IT-Services >Environment: System: FreeBSD fozzie.muppets.liwing.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Feb 2 21:10:03 GMT 2003 root@fozzie.muppets.liwing.de:/usr/obj/usr/src/sys/FOZZIE i386 Not machine specific, but perl 5.6.1 or higher ;-) >Description: build dependent port devel/p5-File-Spec is for perl 5.6.0 or lower. Perl 5.6.1+ have it included in the "delivery state" >How-To-Repeat: (Re-)Install www/p5-CGI-Cache while having perl 5.6.1 installed and activated (use.perl ports) >Fix: --- patch-Makefile begins here --- --- www/p5-CGI-Cache/Makefile.orig Fri Feb 28 13:32:40 2003 +++ www/p5-CGI-Cache/Makefile Fri Feb 28 13:39:19 2003 @@ -15,15 +15,21 @@ MAINTAINER= petef@FreeBSD.org BUILD_DEPENDS= ${SITE_PERL}/File/Cache.pm:${PORTSDIR}/devel/p5-File-Cache \ - ${SITE_PERL}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec \ ${SITE_PERL}/Cache/SizeAwareFileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable + +.include + +.if ${PERL_LEVEL} <= 500600 +BUILD_DEPENDS+= ${SITE_PERL}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-File-Spec +.endif + RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= CGI::Cache.3 -.include +.include --- patch-Makefile 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