From owner-svn-src-all@FreeBSD.ORG Thu Aug 8 16:02:55 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E9E971DE; Thu, 8 Aug 2013 16:02:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B677F2F40; Thu, 8 Aug 2013 16:02:55 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 1444EB962; Thu, 8 Aug 2013 12:02:53 -0400 (EDT) From: John Baldwin To: Glen Barber Subject: Re: svn commit: r254094 - head/sys/conf Date: Thu, 8 Aug 2013 12:02:52 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p28; KDE/4.5.5; amd64; ; ) References: <201308081559.r78Fx1h6034578@svn.freebsd.org> In-Reply-To: <201308081559.r78Fx1h6034578@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201308081202.52130.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 08 Aug 2013 12:02:53 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Aug 2013 16:02:56 -0000 On Thursday, August 08, 2013 11:59:01 am Glen Barber wrote: > Author: gjb > Date: Thu Aug 8 15:59:00 2013 > New Revision: 254094 > URL: http://svnweb.freebsd.org/changeset/base/254094 > > Log: > When newvers.sh is run, it is possible that the svnversion > (or svnliteversion) in the current lookup path is not what > was used to check out the tree. If an incompatible version > is used, the svn revision number is not reported in uname(1). > > Run ${svnversion} on newvers.sh itself when evaluating if the > svn(1) in use is compatible with the tree. Fallback to an > empty ${svnversion} if necessary. > > With this change, svnliteversion from base is only used > if no compatible svnversion is found, so with this change, > the version of svn(1) from the ports tree is evaluated first. > > Requested by: many > MFC after: 3 days > X-MFC-To: stable/9, releng/9.2 only Thanks! -- John Baldwin