From owner-freebsd-ports-bugs Wed Jan 29 16:20: 6 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 2A09537B401 for ; Wed, 29 Jan 2003 16:20:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD7BC43F43 for ; Wed, 29 Jan 2003 16:20:02 -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 h0U0K1NS019897 for ; Wed, 29 Jan 2003 16:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0U0K1jR019896; Wed, 29 Jan 2003 16:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D3AC37B401 for ; Wed, 29 Jan 2003 16:13:58 -0800 (PST) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1789043E4A for ; Wed, 29 Jan 2003 16:13:52 -0800 (PST) (envelope-from corecode@corecode.ath.cx) Received: from fwd08.sul.t-online.de by mailout05.sul.t-online.com with smtp id 18e2L0-0007yt-04; Thu, 30 Jan 2003 01:13:50 +0100 Received: from pride.uni.stoert.net (320050403952-0001@[80.128.123.145]) by fmrl08.sul.t-online.com with esmtp id 18e2Kx-27t9MGC; Thu, 30 Jan 2003 01:13:47 +0100 Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178]) by pride.uni.stoert.net (Postfix) with ESMTP id 8DA8E12EEAC; Thu, 30 Jan 2003 01:13:46 +0100 (CET) Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1]) by terrorfish.uni.stoert.net (8.12.6/8.12.6) with ESMTP id h0U0EX2g013212; Thu, 30 Jan 2003 01:14:33 +0100 (CET) (envelope-from corecode@terrorfish.uni.stoert.net) Received: (from corecode@localhost) by terrorfish.uni.stoert.net (8.12.6/8.12.6/Submit) id h0U0ERdS013211; Thu, 30 Jan 2003 01:14:27 +0100 (CET) (envelope-from corecode) Message-Id: <200301300014.h0U0ERdS013211@terrorfish.uni.stoert.net> Date: Thu, 30 Jan 2003 01:14:27 +0100 (CET) From: "Simon 'portlint' Schubert" Reply-To: "Simon 'portlint' Schubert" To: FreeBSD-gnats-submit@FreeBSD.org Cc: kiri@pis.toba-cmt.ac.jp X-Send-Pr-Version: 3.113 Subject: ports/47650: unPERLify ports/archivers 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: 47650 >Category: ports >Synopsis: unPERLify ports/archivers >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jan 29 16:20:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Simon 'portlint' Schubert >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #43: Thu Jan 23 17:46:13 CET 2003 corecode@terrorfish.uni.stoert.net:/usr/obj/athlon/usr/src/sys/TERRORFISH i386 >Description: unPERLify >How-To-Repeat: >Fix: Index: deepforest/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/deepforest/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- deepforest/Makefile 8 Jan 2001 19:05:49 -0000 1.9 +++ deepforest/Makefile 29 Jan 2003 22:11:21 -0000 @@ -22,7 +22,9 @@ NO_WRKSUBDIR= yes NO_BUILD= yes USE_X_PREFIX= yes -SCRIPTS_ENV= LANG=C LN=${LN} PERL=${PERL} LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION} +USE_REINPLACE= yes +SCRIPTS_ENV= LANG=C LN=${LN} REINPLACE_CMD="${REINPLACE_CMD}" \ + LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION} PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@} # This port is for both archivers/deepforest and japanese/deepforest. Index: deepforest/scripts/post-install =================================================================== RCS file: /home/ncvs/ports/archivers/deepforest/scripts/post-install,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 post-install --- deepforest/scripts/post-install 6 May 1999 13:53:30 -0000 1.1.1.1 +++ deepforest/scripts/post-install 29 Jan 2003 22:11:21 -0000 @@ -3,9 +3,9 @@ case ${LANGUAGE} in Japanese) for f in DeepForest.app; do - ${PERL} -pi -e ' - s/^(exec[ \t]+)wishstep[^ \t]*([ \t]+.*)$/$1wishstep$ENV{VERSION}jp$2/ - ' ${PREFIX}/JDE/DeepForest/${f} + ${REINPLACE_CMD} -E -e \ + "s/^(exec[[:space:]]+)wishstep[^[:space:]]*([[:space:]]+.*)\$/\1wishstep${VERSION}jp\2/" \ + ${PREFIX}/JDE/DeepForest/${f} done ;; *) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message