From owner-freebsd-ports Wed Aug 14 14:50: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E396A37B400 for ; Wed, 14 Aug 2002 14:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7424843E42 for ; Wed, 14 Aug 2002 14:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ELo3JU052418 for ; Wed, 14 Aug 2002 14:50:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ELo3Lk052417; Wed, 14 Aug 2002 14:50:03 -0700 (PDT) Date: Wed, 14 Aug 2002 14:50:03 -0700 (PDT) Message-Id: <200208142150.g7ELo3Lk052417@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Akinori MUSHA" Subject: Re: ports/41571: japanese/emacs20-emcws doesn't install without japanese/Canna Reply-To: "Akinori MUSHA" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41571; it has been noted by GNATS. From: "Akinori MUSHA" To: NAKAJI Hiroyuki Cc: freebsd-gnats-submit@FreeBSD.org, Nishimura Takashi 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" 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