From owner-freebsd-ports@FreeBSD.ORG Tue Nov 30 04:29:10 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58D7C106564A for ; Tue, 30 Nov 2010 04:29: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 3DFF38FC1B for ; Tue, 30 Nov 2010 04:29:09 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id DEF125602D; Tue, 30 Nov 2010 04:13:23 +0000 (UTC) Date: Tue, 30 Nov 2010 04:13:23 +0000 From: Mark Linimon To: ports@FreeBSD.org Message-ID: <20101130041323.GA17404@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) Cc: linimon@FreeBSD.org Subject: CFR: patch to cleanup usage of SRC_BASE in various ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2010 04:29:10 -0000 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