Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2002 16:26:21 +0900 (JST)
From:      NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45206: japanese/emacs2[01]-emcws/files/emcws-message is wrong
Message-ID:  <200211110726.gAB7QLHx086671@boggy.acest.tutrp.tut.ac.jp>

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

>Number:         45206
>Category:       ports
>Synopsis:       japanese/emacs2[01]-emcws/files/emcws-message is wrong
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 10 23:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     NAKAJI Hiroyuki
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD boggy.acest.tutrp.tut.ac.jp 5.0-CURRENT FreeBSD 5.0-CURRENT #22: Mon Nov 11 14:42:14 JST 2002 root@boggy.acest.tutrp.tut.ac.jp:/usr/obj/usr/src/sys/NAKAJI i386


	
>Description:
	In japanese/emacs2[01]-emcws, files/emcws-message is displayed at
pre-fetch stage. But the message itself is not fixed when makefile
variables USE_WNN etc were changed to WITH_WNN and so on respectively.

	This problem was reported in FreeBSD-users-jp list #71924 by
Takashi Kobayashi <kobayasi@res.kutc.kansai-u.ac.jp>.

>How-To-Repeat:

>Fix:

Here is a diff for both emcws-message.

Index: emacs20-emcws/files/emcws-message
===================================================================
RCS file: /home/ncvs/ports/japanese/emacs20-emcws/files/emcws-message,v
retrieving revision 1.1
diff -u -r1.1 emcws-message
--- emacs20-emcws/files/emcws-message	27 Jun 2001 14:33:33 -0000	1.1
+++ emacs20-emcws/files/emcws-message	11 Nov 2002 02:23:04 -0000
@@ -3,14 +3,14 @@
 
  You can define which input method you use with following variables.
 
-	USE_WNN6	to use Wnn6
-	USE_FREEWNN	to use FreeWnn
-	USE_CANNA	to use Canna
-	USE_SJ3		to use sj3
+	WITH_WNN6	to use Wnn6
+	WITH_FREEWNN	to use FreeWnn
+	WITH_CANNA	to use Canna
+	WITH_SJ3	to use sj3
 
- In default, USE_WNN6 and USE_CANNA are set.
+ In default, WITH_WNN6 and WITH_CANNA are set.
 
  If you want to use Emcws with Canna and FreeWnn, run
 
-	make install USE_FREEWNN=yes USE_CANNA=yes
+	make install WITH_FREEWNN=yes WITH_CANNA=yes
 ****************************************************************************
Index: emacs21-emcws/files/emcws-message
===================================================================
RCS file: /home/ncvs/ports/japanese/emacs21-emcws/files/emcws-message,v
retrieving revision 1.1
diff -u -r1.1 emcws-message
--- emacs21-emcws/files/emcws-message	27 Jun 2001 14:33:33 -0000	1.1
+++ emacs21-emcws/files/emcws-message	11 Nov 2002 02:23:22 -0000
@@ -3,14 +3,14 @@
 
  You can define which input method you use with following variables.
 
-	USE_WNN6	to use Wnn6
-	USE_FREEWNN	to use FreeWnn
-	USE_CANNA	to use Canna
-	USE_SJ3		to use sj3
+	WITH_WNN6	to use Wnn6
+	WITH_FREEWNN	to use FreeWnn
+	WITH_CANNA	to use Canna
+	WITH_SJ3	to use sj3
 
- In default, USE_WNN6 and USE_CANNA are set.
+ In default, WITH_WNN6 and WITH_CANNA are set.
 
  If you want to use Emcws with Canna and FreeWnn, run
 
-	make install USE_FREEWNN=yes USE_CANNA=yes
+	make install WITH_FREEWNN=yes WITH_CANNA=yes
 ****************************************************************************
>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?200211110726.gAB7QLHx086671>