From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 9 13:20:27 2005 Return-Path: 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 154CD16A4CE for ; Sat, 9 Apr 2005 13:20:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF31E43D48 for ; Sat, 9 Apr 2005 13:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j39DKQ0W050627 for ; Sat, 9 Apr 2005 13:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j39DKQet050622; Sat, 9 Apr 2005 13:20:26 GMT (envelope-from gnats) Resent-Date: Sat, 9 Apr 2005 13:20:26 GMT Resent-Message-Id: <200504091320.j39DKQet050622@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, Tsurutani Naoki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B42A16A4CE for ; Sat, 9 Apr 2005 13:18:44 +0000 (GMT) Received: from polymer3.scphys.kyoto-u.ac.jp (polymer3.scphys.kyoto-u.ac.jp [130.54.56.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4B9E43D1D for ; Sat, 9 Apr 2005 13:18:43 +0000 (GMT) (envelope-from turutani@polymer3.scphys.kyoto-u.ac.jp) Received: from polymer3.scphys.kyoto-u.ac.jp (localhost [127.0.0.1]) ESMTP id j39DIfV3091802; Sat, 9 Apr 2005 22:18:41 +0900 (JST) (envelope-from turutani@polymer3.scphys.kyoto-u.ac.jp) Received: (from turutani@localhost)j39DIf0r091801; Sat, 9 Apr 2005 22:18:41 +0900 (JST) (envelope-from turutani) Message-Id: <200504091318.j39DIf0r091801@polymer3.scphys.kyoto-u.ac.jp> Date: Sat, 9 Apr 2005 22:18:41 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/79711: fail to build japanese/eijiro-fpw X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2005 13:20:27 -0000 >Number: 79711 >Category: ports >Synopsis: fail to build japanese/eijiro-fpw >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 09 13:20:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 5.4-STABLE FreeBSD 5.4-STABLE #2: Wed Apr 6 17:28:53 JST 2005 root@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: While building japanese/eijiro-fpw by make DICT_PATH=/usr/local/work/eijiro-dic SRCFILE=EIJIRO52.TXT, gmake stops. >How-To-Repeat: building with above mentioned way. >Fix: In Makefile in working directory, "${SRCFILE}" in "FPWPARSERFLAGS=" is ignored, I think. ${SRCFILE} in Makefile in ports directory is seemed to be used, but I've never seen such a phenomena. Adopting next patch instead of files/patch-aa: --- Makefile.orig Sun Oct 8 23:40:55 2000 +++ Makefile Sat Apr 9 16:53:19 2005 @@ -47,7 +47,8 @@ DIR = eijiro FPWPARSER = eijiro-fpw.pl -FPWPARSERFLAGS = -- --charset=${CHARSET} ${SRCFILE} +#FPWPARSERFLAGS = -- --charset=${CHARSET} ${SRCFILE} +FPWPARSERFLAGS = -- --charset=${CHARSET} ${PORT_SRCFILE} # fpwutils.mk must be located in one of the make include directories or # you should user -I option. >Release-Note: >Audit-Trail: >Unformatted: