Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 23:23:23 +0900 (JST)
From:      NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48174: japanese/emacs21-emcws with wnn7
Message-ID:  <200302111423.h1BENNIe066029@xa12.heimat.gr.jp>

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

>Number:         48174
>Category:       ports
>Synopsis:       japanese/emacs21-emcws with wnn7
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 11 06:30:06 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     NAKAJI Hiroyuki
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD xa12.heimat.gr.jp 5.0-CURRENT FreeBSD 5.0-CURRENT #54: Sat Jan 11 13:11:52 JST 2003 root@xa12.heimat.gr.jp:/usr/obj/usr/src/sys/NAKAJI i386


>Description:
	To use wnn7 jserver, emcws must be recompiled and relinked
with libwnn7 which is installed by ports/japanese/Wnn7-lib.

>How-To-Repeat:
	N/A
>Fix:
	Here's a diff from ports-current.

Index: Makefile
===================================================================
RCS file: /net/pcat/home/ncvs/ports/japanese/emacs21-emcws/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	2 Jan 2003 03:50:08 -0000	1.13
+++ Makefile	11 Feb 2003 12:59:58 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	emcws
 PORTVERSION=	21.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	emacs
@@ -31,7 +31,8 @@
 EMACS_VER=	21.2
 
 # Change these as you like.
-WITH_WNN6?=	YES
+WITH_WNN6?=	NO
+WITH_WNN7?=	YES
 WITH_FREEWNN?=	NO
 WITH_CANNA?=	YES
 WITH_SJ3?=	NO
@@ -51,6 +52,12 @@
 LIB_DEPENDS+=	wnn6.2:${PORTSDIR}/japanese/Wnn6-lib
 .endif
 
+.if (${WITH_WNN7} == "yes" || ${WITH_WNN7} == "YES")
+CONFIGURE_ARGS+=--with-wnn --with-wnn-includes=${LOCALBASE}/include/wnn7/wnn \
+		--with-wnn-libraries=${LOCALBASE}/lib/libwnn7.so
+LIB_DEPENDS+=	wnn7.1:${PORTSDIR}/japanese/Wnn7-lib
+.endif
+
 .if (${WITH_FREEWNN} == "yes" || ${WITH_FREEWNN} == "YES")
 CONFIGURE_ARGS+=--with-wnn --with-wnn-includes=${LOCALBASE}/include/wnn \
 		--with-wnn-libraries=${LOCALBASE}/lib/libwnn.so
@@ -93,7 +100,7 @@
 		wnn-client.el \
 		wnn-egg.el
 
-.if (${WITH_WNN6} == "yes" || ${WITH_WNN6} == "YES") || (${WITH_FREEWNN} == "yes" || ${WITH_FREEWNN} == "YES")
+.if (${WITH_WNN6} == "yes" || ${WITH_WNN6} == "YES") || (${WITH_WNN7} == "yes" || ${WITH_WNN7} == "YES") || (${WITH_FREEWNN} == "yes" || ${WITH_FREEWNN} == "YES")
 EMCWS_ELCS+=	egg.elc \
 		wnn-egg.elc
 PLIST_SUB+=	WITH_WNN=""
Index: files/emcws-message
===================================================================
RCS file: /net/pcat/home/ncvs/ports/japanese/emacs21-emcws/files/emcws-message,v
retrieving revision 1.2
diff -u -r1.2 emcws-message
--- files/emcws-message	11 Nov 2002 08:02:56 -0000	1.2
+++ files/emcws-message	11 Feb 2003 13:00:38 -0000
@@ -4,11 +4,12 @@
  You can define which input method you use with following variables.
 
 	WITH_WNN6	to use Wnn6
+	WITH_WNN7	to use Wnn7
 	WITH_FREEWNN	to use FreeWnn
 	WITH_CANNA	to use Canna
 	WITH_SJ3	to use sj3
 
- In default, WITH_WNN6 and WITH_CANNA are set.
+ In default, WITH_WNN7 and WITH_CANNA are set.
 
  If you want to use Emcws with Canna and FreeWnn, run
 
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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