Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2002 14:50:03 -0700 (PDT)
From:      "Akinori MUSHA" <knu@iDaemons.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/41571: japanese/emacs20-emcws doesn't install without japanese/Canna
Message-ID:  <200208142150.g7ELo3Lk052417@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: "Akinori MUSHA" <knu@iDaemons.org>
To: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
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: Thu, 15 Aug 2002 06:45:27 +0900

 At Tue, 13 Aug 2002 18:11:00 +0900,
 NAKAJI Hiroyuki wrote:
 > 
 > >>>>> In <86it2g2vhg.wl@archon.local.idaemons.org> 
 > >>>>>	"Akinori MUSHA" <knu@iDaemons.org> wrote:
 > 
 > knu> MAINTAINER, any idea/fix on this?
 > 
 > How about this?
 
 I think pkg-plist should also be tweaked in sync with this change.
 
 pkg-plist:
 -share/emacs/%%EMACS_VER%%-emcws/lisp/canna.elc
 +%%USE_CANNA%%share/emacs/%%EMACS_VER%%-emcws/lisp/canna.elc
 
 Makefile:
 +.if (${USE_CANNA} == "yes" || ${USE_CANNA} == "YES")
 +EMCWS_ELCS+=	canna.elc
 +PLIST_SUB+=	USE_CANNA=""
 +.else
 +PLIST_SUB+=	USE_CANNA="@comment "
 +.endif
 
 etc. .
 
 By the way, I prefer WITH_CANNA to USE_CANNA for consistency sake.
 WITH_ (or WITHOUT_) is the most common prefix for ports' build
 options whereas USE_ is (virtually) reserved for bsd.*.mk.
 
 -- 
                      /
                     /__  __            Akinori.org / MUSHA.org
                    / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
 Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp
 
 "When I leave I don't know what I'm hoping to find
               When I leave I don't know what I'm leaving behind.."

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?200208142150.g7ELo3Lk052417>