From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 30 19:39:10 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EF48106566B; Tue, 30 Nov 2010 19:39: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 0DA628FC17; Tue, 30 Nov 2010 19:39:09 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 7054A56026; Tue, 30 Nov 2010 19:23:14 +0000 (UTC) Date: Tue, 30 Nov 2010 19:23:14 +0000 From: Mark Linimon To: c.kworr@gmail.com, edwin@mavetju.org, freebsd-emulation@FreeBSD.org, jason.harmening@gmail.com, jon@witchspace.com, lme@FreeBSD.org, martymac@FreeBSD.org, nox@FreeBSD.org, shuvaev@physik.uni-wuerzburg.de, tofig@freebsd.az, usleep@gmail.com Message-ID: <20101130192314.GB28560@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-Mailman-Approved-At: Tue, 30 Nov 2010 19:48:57 +0000 Cc: linimon@FreeBSD.org Subject: 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, 30 Nov 2010 19:39:10 -0000 Forwarded individually from a message initially posted to freebsd-ports@FreeBSD.org. Note: the patch has been updated from the version first uploaded. Thanks. mcl ----- Forwarded message from Mark Linimon ----- From: Mark Linimon To: ports@FreeBSD.org Cc: linimon@FreeBSD.org Subject: CFR: patch to cleanup usage of SRC_BASE in various ports I am trying to debug a problem in the package building scripts, and in the process of debugging it, have found some inconsistencies with ports that require kernel sources. For installations that keep their latest sources in /usr/src, this patch should have no effect; however, for others (such as pointyhat, which has multiple src trees) this should fix edge conditions with 'make describe'. I would appreciate feedback on the following patch: http://people.freebsd.org/~linimon/patches/diff.out.srcbase Thanks. mcl ----- End forwarded message -----