From owner-freebsd-arch@FreeBSD.ORG Tue Oct 25 18:45:30 2011 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAC76106567B; Tue, 25 Oct 2011 18:45:30 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 98EAA8FC17; Tue, 25 Oct 2011 18:45:30 +0000 (UTC) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.5/8.14.5) with ESMTP id p9PIjOUZ055415; Tue, 25 Oct 2011 11:45:24 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.5/8.14.4/Submit) id p9PIjNXN055414; Tue, 25 Oct 2011 11:45:23 -0700 (PDT) (envelope-from obrien) Date: Tue, 25 Oct 2011 11:45:23 -0700 From: "David O'Brien" To: Hans Petter Selasky Message-ID: <20111025184523.GC47524@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, Hans Petter Selasky , freebsd-arch@freebsd.org, Adrian Chadd References: <20111024230623.GB14274@dragon.NUXI.org> <201110250918.28709.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201110250918.28709.hselasky@c2i.net> X-Operating-System: FreeBSD 9.0-CURRENT X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Adrian Chadd , freebsd-arch@freebsd.org Subject: Re: FreeBSD-10 -> FreeBSD-9.9 ? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2011 18:45:30 -0000 On Tue, Oct 25, 2011 at 09:18:28AM +0200, Hans Petter Selasky wrote: > On Tuesday 25 October 2011 01:06:23 David O'Brien wrote: > > On Mon, Oct 10, 2011 at 11:04:13AM +0800, Adrian Chadd wrote: > > > Just an idle comment - why don't we just rename FreeBSD-10 to > > > FreeBSD-9.9 for now, and give the ports/developers some time to "fix" > > > bad autoconf/automake scripts? > > > That way -current can still be used for testing/development. > > > > I figured someone else would respond by now... > > > > \aol{me too!} > > > > (though I suggest 9.99 as a value we'd never hit) > > > > I've made this change on all my local systems. > > Why not use 9.5.x ? > Whould give more number space to increment? Eh? Sorry I don't follow -- why do we need to increment? "9.99" is a temperary work around to buy us just a few months time to fix ports. Such a band-aid should not exist long enough to need to increment anything. We mostly just need to not fall into things like: case $host_os in [...] freebsd1*) ld_shlibs=no ;; [...] in 'configure'. -- -- David (obrien@FreeBSD.org)