From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 17 17:20:03 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 D4B0916A41F for ; Sat, 17 Dec 2005 17:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E685443D5D for ; Sat, 17 Dec 2005 17:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBHHK2TG063061 for ; Sat, 17 Dec 2005 17:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBHHK2XT063060; Sat, 17 Dec 2005 17:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 17 Dec 2005 17:20:02 GMT Resent-Message-Id: <200512171720.jBHHK2XT063060@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A66B16A41F; Sat, 17 Dec 2005 17:13:29 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr30.hinet.net (msr30.hinet.net [168.95.4.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC0B43D7D; Sat, 17 Dec 2005 17:13:26 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (arcadia.leeym.com [211.21.137.53]) by msr30.hinet.net (8.9.3/8.9.3) with ESMTP id BAA02437; Sun, 18 Dec 2005 01:13:24 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 21A5FB29D4B; Sun, 18 Dec 2005 01:13:24 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05227-10; Sun, 18 Dec 2005 01:13:20 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 05CCDB29CE8; Sun, 18 Dec 2005 01:13:20 +0800 (CST) Message-Id: <20051217171320.05CCDB29CE8@utopia.leeym.com> Date: Sun, 18 Dec 2005 01:13:20 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/90572: [PATCH] devel/p5-File-Copy-Recursive: build on old perl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2005 17:20:04 -0000 >Number: 90572 >Category: ports >Synopsis: [PATCH] devel/p5-File-Copy-Recursive: build on 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: Sat Dec 17 17:20:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 6.0-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Nov 17 09:15:19 CST 2005 >Description: - build on old perl Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-File-Copy-Recursive-0.16.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-Copy-Recursive/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 30 Nov 2005 03:44:49 -0000 1.2 +++ Makefile 17 Dec 2005 17:12:14 -0000 @@ -22,8 +22,11 @@ .include -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again +.if ${PERL_LEVEL} < 500600 +post-patch: + ${PERL} -pi -e 's/(mkdir \S+)/$$1, 0755/g' ${WRKSRC}/Recursive.pm + ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/Recursive.pm + ${REINPLACE_CMD} -e '/warnings/d' ${WRKSRC}/Recursive.pm .endif .include --- p5-File-Copy-Recursive-0.16.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: