From owner-ports-jp@jp.FreeBSD.org Wed Apr 10 15:44:19 2002
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) id g3A6iJd85370;
	Wed, 10 Apr 2002 15:44:19 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from boggy.acest.tutrp.tut.ac.jp (boggy.acest.tutrp.tut.ac.jp [133.15.67.40])
	by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet id g3A6i8v85357
	for <ports-jp@jp.freebsd.org>; Wed, 10 Apr 2002 15:44:08 +0900 (JST)
	(envelope-from nakaji@tutrp.tut.ac.jp)
Received: (from root@localhost)
	by boggy.acest.tutrp.tut.ac.jp (8.11.6+3.4W/8.11.6) id g3A6hsn87790;
	Wed, 10 Apr 2002 15:43:54 +0900 (JST)
Received: from boggy.acest.tutrp.tut.ac.jp (localhost [127.0.0.1])
	by boggy.acest.tutrp.tut.ac.jp (8.11.6+3.4W/8.11.6av) with ESMTP id g3A6hoL87783;
	Wed, 10 Apr 2002 15:43:50 +0900 (JST)
To: ports-jp@jp.FreeBSD.org
Cc: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
References: <873cy57afh.fsf@boggy.acest.tutrp.tut.ac.jp>
 <20020409.135853.50029917.uebayasi@soum.co.jp>
 <87y9fxphv2.fsf@boggy.acest.tutrp.tut.ac.jp>
 <20020409.142949.123574085.uebayasi@soum.co.jp>
 <87n0wdpbqz.fsf@boggy.acest.tutrp.tut.ac.jp>
 <wyvgb0yhnq.wl@eken3.eken.phys.nagoya-u.ac.jp>
 <867kngf4h4.wl@aurora.sitc.toshiba.co.jp>
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=ISO-2022-JP
From: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
Date: Wed, 10 Apr 2002 15:43:50 +0900
In-Reply-To: <867kngf4h4.wl@aurora.sitc.toshiba.co.jp>
 (Shigeyuki Fukushima's message of "Wed, 10 Apr 2002 15:32:55 +0900")
Message-ID: <87adscyrx5.fsf@boggy.acest.tutrp.tut.ac.jp>
Lines: 40
User-Agent: T-gnus/6.15.5 (based on Oort Gnus v0.05) (revision 02)
 SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=)
 APEL/10.3 MULE XEmacs/21.5 (beta3) (asparagus) (i386--freebsd)
X-Virus-Scanned: by AMaViS perl-11
Reply-To: ports-jp@jp.FreeBSD.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+020409
X-Sequence: ports-jp 12612
Subject: [ports-jp 12612] Re: editors/emacs20, japanese/emacs20-emcws and so on?
Errors-To: owner-ports-jp@jp.FreeBSD.org
Sender: owner-ports-jp@jp.FreeBSD.org
X-Originator: nakaji@boggy.acest.tutrp.tut.ac.jp

$BCf<#$G$9!#(B

>>>>> In <867kngf4h4.wl@aurora.sitc.toshiba.co.jp> 
>>>>>	Shigeyuki Fukushima <shige@freebsd.org> wrote:

$BJ!Eg(B> $B:#HU$^$@(B commit $B$5$l$F$$$J$+$C$?$i$7$F$*$-$^$9!#(B:)

$B$D$$$G$H$$$C$F$O2?$G$9$,!"$9$G$K(Bcommit/close$B$5$l$?(B
japanese/emacs20-emcws $B$N99?7$G8+Mn$H$7$,$"$j$^$7$?!#(Bconfigure $B$N%*%W(B
$B%7%g%s$,JQ99$5$l$F(B --with-wnn[46] $B$,$J$/$J$j!"(B--with-wnn $B$K$J$C$F$^$7(B
$B$?$N$G!"(BMakefile $B$K<!$NJQ99$,I,MW$G$7$?!#(B

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/emacs20-emcws/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	9 Apr 2002 08:19:17 -0000	1.5
+++ Makefile	10 Apr 2002 06:18:19 -0000
@@ -46,14 +46,14 @@
 .endif
 .if defined(USE_WNN6)
 .if (${USE_WNN6} == "yes" || ${USE_WNN6} == "YES")
-CONFIGURE_ARGS+=--with-wnn6 --with-wnn-includes=${LOCALBASE}/include/wnn6/wnn \
+CONFIGURE_ARGS+=--with-wnn --with-wnn-includes=${LOCALBASE}/include/wnn6/wnn \
 		--with-wnn-libraries=${LOCALBASE}/lib/libwnn6.so
 LIB_DEPENDS+=	wnn6.1:${PORTSDIR}/japanese/Wnn6-lib
 .endif
 .endif
 .if defined(USE_FREEWNN)
 .if (${USE_FREEWNN} == "yes" || ${USE_FREEWNN} == "YES")
-CONFIGURE_ARGS+=--with-wnn4 --with-wnn-includes=${LOCALBASE}/include/wnn \
+CONFIGURE_ARGS+=--with-wnn --with-wnn-includes=${LOCALBASE}/include/wnn \
 		--with-wnn-libraries=${LOCALBASE}/lib/libwnn.so
 LIB_DEPENDS+=	wnn.0:${PORTSDIR}/japanese/FreeWnn-lib
 .endif

$B$9$_$^$;$s$,!"$3$l$bEv$F$F$*$$$F$/$@$5$$!#(Bm(__)m
-- 
NAKAJI Hiroyuki ($BCf<#(B $B909T(B)
