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
State Changed From-To: open->closed Committed, thanks!