Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2009 20:05:57 +0900 (JST)
From:      Hidenori Ishikawa <hideishi@magisystem.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/135366: japanese/skk-jisyo port is still broken.
Message-ID:  <200906081105.n58B5vcf034361@melchior.magisystem.net>
Resent-Message-ID: <200906081140.n58Be19d050473@freefall.freebsd.org>

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

>Number:         135366
>Category:       ports
>Synopsis:       japanese/skk-jisyo port is still broken.
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 08 11:40:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Hidenori Ishikawa
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD melchior.magisystem.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Thu May 7 00:45:09 JST 2009 root@melchior.magisystem.net:/work/obj/work/src/sys/EDEN i386


	
>Description:
	ja-skk-jisyo port is still broken.
	
>How-To-Repeat:
	Install ja-skk-jisyo-200906 and ja-skkserv-9.6_2 from ports.
	Start skkserv from /usr/local/etc/rc.d/skkserv start.
	skkserv fails due to dictionary format error of skk-jisyo.
	
>Fix:
	SKK-JISYO.L.200906.bz2 contains lines starting with ">"
	which is not allowed with skkserv.
	So, lines starting with ">" need to be removed as well in the
	building process.

	Following patch will fix the Makefile of skk-jisyo.

--- Makefile~	2009-06-08 19:38:59.000000000 +0900
+++ Makefile	2009-06-08 19:55:06.000000000 +0900
@@ -54,6 +54,7 @@
 do-patch:
 .for type in ${SKK_JISYO_TYPE}
 	${REINPLACE_CMD} -e '/^[^;]/s,;[^/]*/,/,g' \
+	-e '/^>/d' \
 		${WRKDIR}/SKK-JISYO.${type}.${PORTVERSION}
 .endfor
 .endif
	


>Release-Note:
>Audit-Trail:
>Unformatted:



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