ports/79711: fail to build japanese/eijiro-fpw
Tsurutani Naoki
turutani at scphys.kyoto-u.ac.jp
Sat Apr 9 13:20:27 UTC 2005
>Number: 79711
>Category: ports
>Synopsis: fail to build japanese/eijiro-fpw
>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: Sat Apr 09 13:20:26 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 #2: Wed Apr 6 17:28:53 JST 2005 root at polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386
>Description:
While building japanese/eijiro-fpw by
make DICT_PATH=/usr/local/work/eijiro-dic SRCFILE=EIJIRO52.TXT,
gmake stops.
>How-To-Repeat:
building with above mentioned way.
>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.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list