From owner-freebsd-emulation@FreeBSD.ORG Sat Dec 4 18:11:05 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 D2A471065697; Sat, 4 Dec 2010 18:11:05 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 86D068FC1A; Sat, 4 Dec 2010 18:11:05 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id C300E1E009E5; Sat, 4 Dec 2010 18:53:32 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id oB4Hqaw5047767; Sat, 4 Dec 2010 18:52:36 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id oB4HqWWU047766; Sat, 4 Dec 2010 18:52:32 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sat, 4 Dec 2010 18:52:32 +0100 To: Mark Linimon Message-ID: <20101204175232.GA47586@triton8.kn-bremen.de> References: <20101130192314.GB28560@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101130192314.GB28560@lonesome.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Sat, 04 Dec 2010 22:41:39 +0000 Cc: jon@witchspace.com, linimon@FreeBSD.org, tofig@freebsd.az, jason.harmening@gmail.com, c.kworr@gmail.com, edwin@mavetju.org, shuvaev@physik.uni-wuerzburg.de, freebsd-emulation@FreeBSD.org, lme@FreeBSD.org, nox@FreeBSD.org, martymac@FreeBSD.org, usleep@gmail.com 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: Sat, 04 Dec 2010 18:11:05 -0000 On Tue, Nov 30, 2010 at 07:23:14PM +0000, Mark Linimon wrote: > 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 Do I see that right you had no issue with the emulators/kqemu-kmod-devel port, only with emulators/kqemu-kmod? If yes I'd just sync that part of the code with what is in emulators/kqemu-kmod-devel, I'm not even sure why they are not in sync already... Thx, Juergen