While building japanese/eijiro-fpw by make DICT_PATH=/usr/local/work/eijiro-dic SRCFILE=EIJIRO52.TXT, gmake stops. 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. How-To-Repeat: building with above mentioned way.
Responsible Changed From-To: freebsd-ports-bugs->lawrance I'll handle this.
State Changed From-To: open->closed A similar fix was committed, thanks!