From owner-freebsd-questions@FreeBSD.ORG Fri Mar 14 20:37:59 2008 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 2D2CD106567A for ; Fri, 14 Mar 2008 20:37:59 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id E952F8FC22 for ; Fri, 14 Mar 2008 20:37:58 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id E91D72845C; Fri, 14 Mar 2008 16:37:57 -0400 (EDT) To: RW References: <8DF93739-474C-4206-BD82-370160CBC0A6@todoo.biz> <20080314185453.2758ed44@gumby.homeunix.com.> From: Lowell Gilbert Date: Fri, 14 Mar 2008 16:37:57 -0400 In-Reply-To: <20080314185453.2758ed44@gumby.homeunix.com.> (RW's message of "Fri\, 14 Mar 2008 18\:54\:53 +0000") Message-ID: <44y78lkpne.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: portupgrade -fa after system upgrade from 5.5 to 6.3 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: Fri, 14 Mar 2008 20:37:59 -0000 RW writes: > On Fri, 14 Mar 2008 17:59:30 +0100 > bsd wrote: > > >> Simply put, the question is: should I force recompile all my >> installed ports since I have updated my system? > > In the long term it's a good idea to do it, but there's no hurry > unless you see a specific library problem. You could just install > misc/compat5x, wait a bit and then do a portupgrade -f '<2008-03-14' > when most ports have been updated anyway. The problem with that advice is that it's extremely likely to result in some ports getting linked against some libraries from 5 and some from 6, which will probably result in them breaking. It's a much better idea to do everything at once in dependency order, before doing any other kind of port upgrades (or adding new ports, for that matter).