Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2002 02:20:03 -0700 (PDT)
From:      NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/41571: japanese/emacs20-emcws doesn't install without japanese/Canna
Message-ID:  <200208130920.g7D9K3gJ042897@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/41571; it has been noted by GNATS.

From: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
To: "Akinori MUSHA" <knu@iDaemons.org>
Cc: freebsd-gnats-submit@FreeBSD.org,
	Nishimura Takashi <tanishi@syd.odn.ne.jp>
Subject: Re: ports/41571: japanese/emacs20-emcws doesn't install without japanese/Canna
Date: Tue, 13 Aug 2002 18:11:00 +0900

 >>>>> In <86it2g2vhg.wl@archon.local.idaemons.org> 
 >>>>>	"Akinori MUSHA" <knu@iDaemons.org> wrote:
 
 knu> MAINTAINER, any idea/fix on this?
 
 How about this?
 
 Index: Makefile
 ===================================================================
 RCS file: /net/pcat/home/ncvs/ports/japanese/emacs20-emcws/Makefile,v
 retrieving revision 1.6
 diff -u -r1.6 Makefile
 --- Makefile	10 Apr 2002 16:29:21 -0000	1.6
 +++ Makefile	13 Aug 2002 09:07:11 -0000
 @@ -77,11 +77,9 @@
  EMCWS_ELCS=	busyu.el \
  		can-n-egg.el \
  		canna.el \
 -		canna.elc \
  		egg-jsymbol.el \
  		egg-keymap.el \
  		egg.el \
 -		egg.elc \
  		eggrc-sj3 \
  		eggrc-v41 \
  		eggrc-wnn \
 @@ -97,8 +95,25 @@
  		sj3-client.el \
  		sj3-egg.el \
  		wnn-client.el \
 -		wnn-egg.el \
 +		wnn-egg.el
 +
 +.if defined(USE_WNN6) || defined(USE_FREEWNN)
 +.if (${USE_WNN6} == "yes" || ${USE_WNN6} == "YES") || (${USE_FREEWNN} == "yes" || ${USE_FREEWNN} == "YES")
 +EMCWS_ELCS+=	egg.elc \
  		wnn-egg.elc
 +.endif
 +.endif
 +.if defined(USE_CANNA)
 +.if (${USE_CANNA} == "yes" || ${USE_CANNA} == "YES")
 +EMCWS_ELCS+=	canna.elc
 +.endif
 +.endif
 +.if defined(USE_SJ3)
 +.if (${USE_SJ3} == "yes" || ${USE_SJ3} == "YES")
 +EMCWS_ELCS+=	sj3-client.elc \
 +		sj3-egg.elc
 +.endif
 +.endif
  
  MULE_PATCHED_ELS=	ange-ftp.el ange-ftp.elc \
  			help.el help.elc \
 -- 
 NAKAJI Hiroyuki

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?200208130920.g7D9K3gJ042897>