Bug 82854 - building japanese/otojiro-fpw fails.
Summary: building japanese/otojiro-fpw fails.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-01 11:40 UTC by TsurutaniNaoki
Modified: 2005-07-09 13:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2005-07-01 11:40:05 UTC
	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)

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.
How-To-Repeat: 	build japanese/otojiro-fpw with
	% make DICT_PATH=/usr/local/work/eijiro-dic SRCFILE=OTOJIRO.TXT
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2005-07-09 13:59:40 UTC
State Changed
From-To: open->closed

Committed, thanks!