From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 6 04:40:20 2006 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 9DBD216A47C for ; Fri, 6 Oct 2006 04:40:20 +0000 (UTC) (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 C10CA43D46 for ; Fri, 6 Oct 2006 04:40:18 +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 k964eIP5059744 for ; Fri, 6 Oct 2006 04:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k964eI0a059743; Fri, 6 Oct 2006 04:40:18 GMT (envelope-from gnats) Resent-Date: Fri, 6 Oct 2006 04:40:18 GMT Resent-Message-Id: <200610060440.k964eI0a059743@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, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4494A16A47B for ; Fri, 6 Oct 2006 04:30:56 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 962B243D62 for ; Fri, 6 Oct 2006 04:30:54 +0000 (GMT) (envelope-from chinsan@FreeBSD.org) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 248292E9DF for ; Fri, 6 Oct 2006 12:30:53 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Fri, 6 Oct 2006 12:23:48 +0800 Message-Id: <20061006043054.248292E9DF@smtp2.bc.hgc.com.tw> Date: Fri, 6 Oct 2006 12:23:48 +0800 From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/104037: [MAINTAINER] chinese/gcin: Fix syntax error while replace bash as sh 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: Fri, 06 Oct 2006 04:40:20 -0000 >Number: 104037 >Category: ports >Synopsis: [MAINTAINER] chinese/gcin: Fix syntax error while replace bash as sh >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: Fri Oct 06 04:40:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006 >Description: - Fix syntax error while replace bash as sh Detailed disscuss at: http://cle.linux.org.tw/gcin/readcomment.php?comment_id=397&comment_current_page=99999#comment Thanks to LGJ for reporting bug Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- gcin-1.2.6_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/chinese/gcin/Makefile /usr/home/chinsan/project/gcin/Makefile --- /usr/ports/chinese/gcin/Makefile Wed Oct 4 01:26:40 2006 +++ /usr/home/chinsan/project/gcin/Makefile Fri Oct 6 12:10:27 2006 @@ -7,6 +7,7 @@ PORTNAME= gcin PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= chinese textproc gnome MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/:main DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:main @@ -52,7 +53,7 @@ s/gcc/$$CC/; s/gcin-$$GCIN_VERSION/gcin/' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's/qsort/mergesort/' ${WRKSRC}/gcin2tab.c @${REINPLACE_CMD} -e 's/modify-XIM //; 8,10 d' ${WRKSRC}/scripts/Makefile - @${REINPLACE_CMD} -e 's/bash/sh/;' ${WRKSRC}/scripts/gcin-user-setup + @${REINPLACE_CMD} -e 's/bash/sh/; s/&//;' ${WRKSRC}/scripts/gcin-user-setup @${REINPLACE_CMD} -e 's/bash/sh/; s/&//; s/opt\/gnome/usr\/X11R6/;' \ ${WRKSRC}/scripts/utf8-edit @${REINPLACE_CMD} -e 's,gcin-im-client.h,im-client/gcin-im-client.h,' \ --- gcin-1.2.6_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: