From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 23:25:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC47316A420 for ; Sat, 4 Feb 2006 23:25:16 +0000 (GMT) (envelope-from rperry@gti.net) Received: from apollo.gti.net (apollo.gti.net [199.171.27.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62BBF43D46 for ; Sat, 4 Feb 2006 23:25:16 +0000 (GMT) (envelope-from rperry@gti.net) Received: from [208.216.126.219] (ts5m-pool0-219.gti.net [208.216.126.219]) by apollo.gti.net (mail) with ESMTP id 59DA1354AF; Sat, 4 Feb 2006 18:17:39 -0500 (EST) Message-ID: <43E5372C.40106@gti.net> Date: Sat, 04 Feb 2006 18:22:20 -0500 From: Bob Perry User-Agent: Thunderbird 1.5 (X11/20060114) MIME-Version: 1.0 To: Conrad Sabatier References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Alternative to Running Portupgrade -rf In Upgrade of expat2 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: Sat, 04 Feb 2006 23:25:17 -0000 Conrad Sabatier wrote: > On 04-Feb-2006 Bob Perry wrote: >> /usr/ports/UPDATING recommends that users of textproc/expat2 >> run portupgrade -rf textproc/expat2 to properly update expat2 and all of >> its dependencies. Am I correct in that I should be able to run >> portupgrade on the dependencies individually once identified? > > Sure, you could upgrade the dependent ports manually, if you wish. > > I'd suggest doing a "pkg_info -R gettext\*" and saving the resulting list > of dependencies, so you'll have an easy reference. Think I'll run portaudit first and go on from there. > >> I have 48 dependencies on one box and 151 on another and only use a >> dialup service. Disconnections are common and can be a real problem in >> this situation. > > Are the two boxes networked together? If so, you could have the distfiles > directory on one machine and mount it on the other via NFS, thereby > avoiding the need to download to each machine separately. One box is more of a server and the other functions primarily as my FreeBSD desktop machine which also runs Suse Linux and XP operating systems. Hoping to learn something with this setup. Will need to look into your suggestion of sharing a distfile directory. This particular issue with expat caught me by surprise. I upgraded expat2 last week and wasn't aware of any problem but did run into an unexpected problem with the gnome desktop which hasn't been resolved yet. Maybe expat2 was involved. Thanks everyone, Bob >