From owner-freebsd-stable@FreeBSD.ORG Tue Aug 22 18:51:42 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A3316A4DE for ; Tue, 22 Aug 2006 18:51:42 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A35043D49 for ; Tue, 22 Aug 2006 18:51:41 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.1.5] (unknown [192.168.1.5]) by yertle.kcilink.com (Postfix) with ESMTP id 7A032B810 for ; Tue, 22 Aug 2006 14:51:32 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-5--275652070; protocol="application/pkcs7-signature" Message-Id: <5B7BD83A-6316-4C20-903E-B5D66D4F2642@khera.org> From: Vivek Khera Date: Tue, 22 Aug 2006 14:51:30 -0400 To: freebsd-stable X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: 5.5 to 6.1 upgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 18:51:42 -0000 --Apple-Mail-5--275652070 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Aug 22, 2006, at 11:37 AM, Ian Smith wrote: >> It shouldn't be necessary to rebuild ports before the upgrade. If >> there is something running that is critical, you might want to >> upgrade > [ ... ] > Good to confirm. I haven't so many ports installed that I couldn't > start from scratch if it all fell over, so I can play with ports and > packages till I finally learn how to use all the tools effectively. you *really* want to rebuild anything that uses shared libs from the ports tree, or anything that is a shared lib in the ports tree. Things that only use base system libs and don't do any dyanamic loading of external object code are safe to leave alone, as long as they don't provide shared objects. don't find this out the hard way :-( --Apple-Mail-5--275652070--