From owner-freebsd-questions@FreeBSD.ORG Tue Aug 14 19:17:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0377416A46C for ; Tue, 14 Aug 2007 19:17:37 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id D689B13C47E for ; Tue, 14 Aug 2007 19:17:36 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id A44BC519AD for ; Tue, 14 Aug 2007 15:17:35 -0400 (EDT) Date: Tue, 14 Aug 2007 20:17:32 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070814201732.644a102b@gumby.homeunix.com.> In-Reply-To: References: X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Upgrading Xorg from 6 to 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 19:17:37 -0000 On Tue, 14 Aug 2007 19:13:57 +0200 (CEST) Andreas Davour wrote: > > I have just read the UPDATING file and realized that this is > something that have so many possibilities of going horribly wrong > that it most certanly will. Thus I want another option. > > Would it be possible to deinstall every port that relates to Xorg 6 > and install Xorg 7 as if X never existed? If you do it that way you still need to follow most of the instructions for upgrading. IIRC anything dependent on any of xorg was version bumped so it would get rebuilt by "portupgrade -a", xorg itself was a small part of the upgrade for me. Even if you delete all ports, you still need to run the mergebase script. Note that the then development version of portupgrade is now the mainstream one, so there is no need to switch.