Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2002 14:42:40 +0900
From:      TOGAWA Satoshi <toga@puyo.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45699: japanese/cannadic fix in -current.
Message-ID:  <200211250544.gAP5ihr6089861@akane.vegalta.org>

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

>Number:         45699
>Category:       ports
>Synopsis:       japanese/cannadic fix in -current.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 24 21:50:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     TOGAWA Satoshi
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD nayuki.vegalta.org 5.0-CURRENT FreeBSD 5.0-CURRENT #9: Mon Nov 18 09:46:37 JST 2002 togawa@nayuki.vegalta.org:/usr/obj/usr/src/sys/NAYUKI i386

>Description:
In -current, japanese/cannadic causes cannaserver (at japanese/Canna) stoping.
This patch fix this.

Please commit this before 5.0-RELEASE.

>How-To-Repeat:
1) install japanese/cannadic.
2) cd /usr/local/lib/canna/dic/canna
3) mv dics.dir dics.dir.orig
4) cat dics.dir.orig dics.dir.gpl_canna > dics.dir
5) /usr/local/etc/rc.d/canna.sh start

cannaserver is up, but exits in few seconds.

>Fix:

diff -urN cannadic.orig/Makefile cannadic/Makefile
--- cannadic.orig/Makefile	Mon Nov 25 14:13:40 2002
+++ cannadic/Makefile	Mon Nov 25 14:15:14 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=	cannadic
 PORTVERSION=	0.94e
+PORTREVISION=	1
 CATEGORIES=	japanese
 MASTER_SITES=	http://cannadic.oucrc.org/
 
@@ -15,9 +16,9 @@
 RUN_DEPENDS=	${LOCALBASE}/sbin/cannaserver:${PORTSDIR}/japanese/Canna
 BUILD_DEPENDS=	crxdic:${PORTSDIR}/japanese/Canna
 
-ALL_TARGET=	maindic subdic
+ALL_TARGET=	maindic
 
-DICS=		gcanna.cbd gcanna.cld gcannaf.cbd gcannaf.cld
+DICS=		gcanna.cbd gcanna.cld gcannaf.t
 DICSFILE=	dics.dir.gpl_canna
 DICDIR=		${PREFIX}/lib/canna/dic/canna
 
diff -urN cannadic.orig/files/patch-ac cannadic/files/patch-ac
--- cannadic.orig/files/patch-ac	Mon Nov 25 14:13:40 2002
+++ cannadic/files/patch-ac	Mon Nov 25 14:16:16 2002
@@ -3,7 +3,6 @@
 ***************
 *** 0 ****
 --- 1,4 ----
-+ gcanna.cld(gcanna.mwd)     -gcanna---
-+ gcanna.cbd(gcanna.mwd)    -gcanna---
-+ gcannaf.cld(gcannaf.swd)   -gcannaf---
-+ gcannaf.cbd(gcannaf.swd)  -gcannaf---
++ gcanna.cld(gcanna.mwd)	-gcanna---
++ gcanna.cbd(gcanna.mwd)	-gcanna---
++ gcannaf.t(swd)		-gcannaf---


-- 
toga@puyo.org
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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