From owner-freebsd-questions@FreeBSD.ORG Sat Nov 19 13:45:00 2005 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 B1F1616A41F for ; Sat, 19 Nov 2005 13:45:00 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C45143D69 for ; Sat, 19 Nov 2005 13:44:55 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 11777 invoked from network); 19 Nov 2005 13:44:55 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Nov 2005 13:44:55 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 4FA7A28444; Sat, 19 Nov 2005 08:44:54 -0500 (EST) Sender: lowell@be-well.ilk.org To: Paul Waring References: <20051118104803.GG40084@kryten.xk7.net> From: Lowell Gilbert Date: 19 Nov 2005 08:44:53 -0500 In-Reply-To: <20051118104803.GG40084@kryten.xk7.net> Message-ID: <44veyoycoa.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading glib X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2005 13:45:00 -0000 Paul Waring writes: > I've just done a cvsup on the following release: > > *default release=cvs tag=RELENG_5_4 Ports aren't branched, so I'll assume you used tag=. for the ports. > and one of the packages due for an update is glib, which has gone from > version 2.8.3 to 2.8.4. Given that I've built almost everything on my > system from source using ports, do I need to rebuild things once I've > upgraded glib? I've had problems before when updating Perl and having to > rebuild all the p5-* modules, so I'm not sure with glib being a > library of sorts whether or not I'll need to rebuild things. Perl is a special case, because the scripts embed the full path to the executable. In this case, you will probably be fine. To be sure, update everything that is outdated and dependent on glib. portupgrade and portmanager are both nice utilities to help you with this.