ports/82854: building japanese/otojiro-fpw fails.

Tsurutani Naoki turutani at scphys.kyoto-u.ac.jp
Fri Jul 1 10:40:06 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list