From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 1 15:49:10 2010 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06CF41065670 for ; Wed, 1 Dec 2010 15:49:10 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id DCF048FC1C for ; Wed, 1 Dec 2010 15:49:09 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 7478756024; Wed, 1 Dec 2010 15:33:35 +0000 (UTC) Date: Wed, 1 Dec 2010 15:33:35 +0000 From: Mark Linimon To: Alexander Leidinger Message-ID: <20101201153335.GA12007@lonesome.com> References: <20101130192314.GB28560@lonesome.com> <20101201132220.790748omutg2pp6o@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101201132220.790748omutg2pp6o@webmail.leidinger.net> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: emulation@freebsd.org Subject: Re: fwd: CFR: patch to cleanup usage of SRC_BASE in various ports X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2010 15:49:10 -0000 On Wed, Dec 01, 2010 at 01:22:20PM +0100, Alexander Leidinger wrote: > If you have a strong argument for this change, I do not object to it, > but if you do not have a strong argument, I would prefer to not get > this change. The problem I have is that I want pointyhat to build an INDEX based on what is the current "best recommended value" of the linux emulation, not whatever happens to be on pointyhat at the moment. (It turns out that right now this "Just Works" on pointyhat but only so; it does not work on the new codebase on pointyhat-west, where a very minimal subset of ports is installed). Just setting LINUX_OSRELEASE at the top level didn't seem to work; it appears the != line overrides that setting. How about this? We change the override to only work if PACKAGE_BUILDING is set? mcl