From owner-freebsd-current@FreeBSD.ORG Wed Sep 16 06:56:26 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BDFE106568F for ; Wed, 16 Sep 2009 06:56:26 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 808328FC08 for ; Wed, 16 Sep 2009 06:56:26 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id EB70E8C06D; Wed, 16 Sep 2009 01:56:25 -0500 (CDT) Date: Wed, 16 Sep 2009 01:56:25 -0500 From: Mark Linimon To: Rom Albuquerque Message-ID: <20090916065625.GA627@lonesome.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-Mailman-Approved-At: Wed, 16 Sep 2009 11:41:07 +0000 Cc: freebsd-current@freebsd.org Subject: Re: Source level upgrade from 4.9 to CURRENT.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2009 06:56:26 -0000 You've gotten some good advice about the steps necessary, but not the advice that you'll spend a lot less time if you do a new install from scratch. There have been massive changes since 4.9 (released 10/29/2003), including: heavy rework of the kernel and networking stack to work properly on SMP; inclusion of power management; a total rewrite of the wireless subsystem; a large number of new drivers; rework of the sound system; an entirely new USB system; extensive rework of the ports infrastructure; many thousands of new ports; replacement of the default UFS1 by UFS2; two reworks of the ata architecture; the devd system; several different revisions of the compiler; and, well, really, thousands of other changes. Unless you have local changes to your source, you're going to have a great deal less heartbreak just to start from scratch. mcl