From hideishi@magisystem.net  Mon Jun  8 11:36:03 2009
Return-Path: <hideishi@magisystem.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B678C106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Jun 2009 11:36:03 +0000 (UTC)
	(envelope-from hideishi@magisystem.net)
Received: from mfo11.iijmio.jp (mfo11.iijmio.jp [210.138.77.173])
	by mx1.freebsd.org (Postfix) with ESMTP id 6ADF38FC22
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Jun 2009 11:36:03 +0000 (UTC)
	(envelope-from hideishi@magisystem.net)
Received: by mfo.iijmio.jp (mfo11) id n58B60MA019612; Mon, 8 Jun 2009 20:06:00 +0900
Received: by mo.iijmio.jp (mo11) id n58B5wv9024526; Mon, 8 Jun 2009 20:05:58 +0900
Received: from melchior.magisystem.net (204.57.138.210.xn.2iij.net [210.138.57.204])
	by mbox.iijmio-mail.jp (mbox10) id n58B5wcl012423
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Mon, 8 Jun 2009 20:05:58 +0900
Received: from melchior.magisystem.net (localhost [IPv6:::1])
	by melchior.magisystem.net (8.14.3/8.14.3) with ESMTP id n58B5vmE034362
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 8 Jun 2009 20:05:57 +0900 (JST)
	(envelope-from hideishi@melchior.magisystem.net)
Received: (from hideishi@localhost)
	by melchior.magisystem.net (8.14.3/8.14.3/Submit) id n58B5vcf034361;
	Mon, 8 Jun 2009 20:05:57 +0900 (JST)
	(envelope-from hideishi)
Message-Id: <200906081105.n58B5vcf034361@melchior.magisystem.net>
Date: Mon, 8 Jun 2009 20:05:57 +0900 (JST)
From: Hidenori Ishikawa <hideishi@magisystem.net>
Reply-To: Hidenori Ishikawa <hideishi@magisystem.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: japanese/skk-jisyo port is still broken.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         135366
>Category:       ports
>Synopsis:       japanese/skk-jisyo port is still broken.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    matusita
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 08 11:40:00 UTC 2009
>Closed-Date:    Tue Jun 23 16:52:51 UTC 2009
>Last-Modified:  Tue Jun 23 17:00:10 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->matusita 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 8 11:40:10 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135366 
State-Changed-From-To: open->closed 
State-Changed-By: matusita 
State-Changed-When: Tue Jun 23 16:52:10 UTC 2009 
State-Changed-Why:  
Committed, thank you.  And sorry for being lazy. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135366 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135366: commit references a PR
Date: Tue, 23 Jun 2009 16:52:11 +0000 (UTC)

 matusita    2009-06-23 16:51:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     japanese/skk-jisyo   Makefile 
   Log:
   Remove entries start with '>'; skkserv does NOT allow those entries.
   
   Bump PORTREVISION.
   
   PR:             135366
   Submitted by:   Hidenori Ishikawa
   
   Revision  Changes    Path
   1.42      +2 -1      ports/japanese/skk-jisyo/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
