From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 1 10:40:06 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 A4ECC16A41C for ; Fri, 1 Jul 2005 10:40:06 +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 7A40E43D53 for ; Fri, 1 Jul 2005 10:40:06 +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 j61Ae6Bb079634 for ; Fri, 1 Jul 2005 10:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j61Ae6bD079631; Fri, 1 Jul 2005 10:40:06 GMT (envelope-from gnats) Resent-Date: Fri, 1 Jul 2005 10:40:06 GMT Resent-Message-Id: <200507011040.j61Ae6bD079631@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 C2C7416A41C for ; Fri, 1 Jul 2005 10:36:07 +0000 (GMT) (envelope-from turutani@polymer3.scphys.kyoto-u.ac.jp) 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 62BFA43D1D for ; Fri, 1 Jul 2005 10:36:07 +0000 (GMT) (envelope-from turutani@polymer3.scphys.kyoto-u.ac.jp) Received: from polymer3.scphys.kyoto-u.ac.jp (localhost [127.0.0.1]) by polymer3.scphys.kyoto-u.ac.jp (8.13.3/8.13.3/20030426-1) with ESMTP id j61Aa5nP001418; Fri, 1 Jul 2005 19:36:05 +0900 (JST) (envelope-from turutani@polymer3.scphys.kyoto-u.ac.jp) Received: (from turutani@localhost) by polymer3.scphys.kyoto-u.ac.jp (8.13.3/8.13.1/Submit) id j61Aa48v001417; Fri, 1 Jul 2005 19:36:04 +0900 (JST) (envelope-from turutani) Message-Id: <200507011036.j61Aa48v001417@polymer3.scphys.kyoto-u.ac.jp> Date: Fri, 1 Jul 2005 19:36:04 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/82854: building japanese/otojiro-fpw fails. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 01 Jul 2005 10:40:06 -0000 >Number: 82854 >Category: ports >Synopsis: building japanese/otojiro-fpw fails. >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: Fri Jul 01 10:40:05 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 #6: Fri Jul 1 17:32:43 JST 2005 root@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: building japanese/otojiro-fpw fails with next messages: test -d work || /usr/local/libexec/freepwing/mkdirhier work /usr/local/libexec/freepwing/perl.sh /usr/local/libexec/freepwing/fpwhalfchar \ -workdir work halfchars.txt /usr/local/libexec/freepwing/perl.sh /usr/local/libexec/freepwing/fpwfullchar \ -workdir work /usr/local/libexec/freepwing/perl.sh otojiro-fpw.pl \ -workdir work -- /usr/local/work/eijiro-dic/OTOJIRO.TXT Unable to open file: -- (No such file or directory) >How-To-Repeat: build japanese/otojiro-fpw with % make DICT_PATH=/usr/local/work/eijiro-dic SRCFILE=OTOJIRO.TXT >Fix: otojiro-fpw.pl in distribution now does not understand "--" arg. here is a patch: --- Makefile.orig Wed Sep 11 13:44:06 2002 +++ Makefile Fri Jul 1 17:04:44 2005 @@ -17,7 +17,7 @@ PACKAGE = otojiro-fpw1.0a DIR = otojiro FPWPARSER = otojiro-fpw.pl -FPWPARSERFLAGS = -- ${OTOJIRO_FILE} +FPWPARSERFLAGS = ${OTOJIRO_FILE} CATDUMPFLAGS = -e sjis HALFCHARS = halfchars.txt SOURCES = point.bmp this file must be stored with CR+LF. >Release-Note: >Audit-Trail: >Unformatted: