From owner-freebsd-emulation@FreeBSD.ORG Tue Dec 21 03:57:42 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 45CAC1065674 for ; Tue, 21 Dec 2010 03:57:42 +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 270E98FC12 for ; Tue, 21 Dec 2010 03:57:41 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 7592156026; Tue, 21 Dec 2010 03:57:41 +0000 (UTC) Date: Tue, 21 Dec 2010 03:57:41 +0000 From: Mark Linimon To: Alexander Leidinger Message-ID: <20101221035741.GA2710@lonesome.com> References: <20101130192314.GB28560@lonesome.com> <20101201132220.790748omutg2pp6o@webmail.leidinger.net> <20101201153335.GA12007@lonesome.com> <20101202101413.132350uwhyrh6z0o@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101202101413.132350uwhyrh6z0o@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: Tue, 21 Dec 2010 03:57:42 -0000 >> How about this? We change the override to only work if PACKAGE_BUILDING >> is set? > > This looks like a good plan. OK, I thought it was a one-line patch per port, but that's not true. Please take a look at the following revised patch: http://people.freebsd.org/~linimon/patches/diff.out.srcbase mcl