From owner-freebsd-ports Mon Jan 8 17:17:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 69B3B37B400; Mon, 8 Jan 2001 17:17:14 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id B196F189A; Mon, 8 Jan 2001 20:17:10 -0500 (EST) Date: Mon, 8 Jan 2001 20:17:10 -0500 From: Will Andrews To: FUJISHIMA Satsuki Cc: Will Andrews , ports@FreeBSD.org Subject: Re: multiple mtree files Message-ID: <20010108201710.L649@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , FUJISHIMA Satsuki , ports@FreeBSD.org References: <200101041709.f04H9XU61344@freefall.freebsd.org> <20010104123312.G86630@argon.firepipe.net> <86r92et97w.wl@cheerful.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86r92et97w.wl@cheerful.com>; from sf@FreeBSD.org on Mon, Jan 08, 2001 at 11:22:11PM +0900 X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jan 08, 2001 at 11:22:11PM +0900, FUJISHIMA Satsuki wrote: > I'm under impression what you suggest here is the right way to > go. share/locale is too common thing to be handled by each port > nowadays and should be coverred by mtree as x11/kdelibs11 does. Yes, this is correct. > MTREE_ADD= /some/where/locale.dist This var should be: MTREE_FILES+= ${PORTSDIR}/Mtree/locale.dist Satoshi? > and that file will be merged with BSD.local.dist and/or BSD.x11.dist > depends on its flavor. bento would just shut up. :-) That is what I intend to do. :-) > I think this is also useful for KDE, GNOME and their children. Most probably. > --- bsd.port.mk 2000/11/16 13:06:25 1.360 > +++ bsd.port.mk 2001/01/08 05:50:07 [...] Satoshi had a bsd.port.mk patch to go with my patch to pkg_* to solve this problem. I don't know what happened, but it was my understanding that all it needed was another mtree file and MTREE_FILES+= added to a few ports to test it. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message