Bug 79711 - fail to build japanese/eijiro-fpw
Summary: fail to build japanese/eijiro-fpw
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: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-09 14:20 UTC by TsurutaniNaoki
Modified: 2005-06-13 03:13 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-04-09 14:20:26 UTC
	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.
Comment 1 Sam Lawrance freebsd_committer freebsd_triage 2005-06-12 16:19:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

I'll handle this.
Comment 2 Sam Lawrance freebsd_committer freebsd_triage 2005-06-13 03:12:25 UTC
State Changed
From-To: open->closed

A similar fix was committed, thanks!