Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2005 22:18:41 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79711: fail to build japanese/eijiro-fpw
Message-ID:  <200504091318.j39DIf0r091801@polymer3.scphys.kyoto-u.ac.jp>
Resent-Message-ID: <200504091320.j39DKQet050622@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504091318.j39DIf0r091801>