From owner-freebsd-questions@FreeBSD.ORG Fri Oct 17 12:41:10 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 A7532106568D for ; Fri, 17 Oct 2008 12:41:10 +0000 (UTC) (envelope-from fbsd06+2Z=5f9b349a@mlists.homeunix.com) Received: from fallback-in1.mxes.net (fallback-out1.mxes.net [216.86.168.190]) by mx1.freebsd.org (Postfix) with ESMTP id 798018FC21 for ; Fri, 17 Oct 2008 12:41:10 +0000 (UTC) (envelope-from fbsd06+2Z=5f9b349a@mlists.homeunix.com) Received: from mxout-08.mxes.net (mxout-08.mxes.net [216.86.168.183]) by fallback-in1.mxes.net (Postfix) with ESMTP id CB3EC163DE9 for ; Fri, 17 Oct 2008 08:29:37 -0400 (EDT) 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 EA15FD0563 for ; Fri, 17 Oct 2008 08:29:35 -0400 (EDT) Date: Fri, 17 Oct 2008 13:29:33 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20081017132933.1fe0bc9f@gumby.homeunix.com.> In-Reply-To: <20028504.post@talk.nabble.com> References: <20028504.post@talk.nabble.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: updating a port with problems (libxml2) 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, 17 Oct 2008 12:41:10 -0000 On Fri, 17 Oct 2008 01:01:09 -0700 (PDT) Colin Brace wrote: > $ cd /usr/ports/textproc/libxml2 > $ sudo make deinstall > $ sudo make reinstall clean > ... > It would appear that the port has not yet been updated. Is this some > temporary glitch? Otherwise, the approach I use is not very robust, > since I have now managed to deinstall a library upon which a dozen or > so programs depend. portupgrade builds before deinstalling, and creates a backup package in case the port builds but fails to install. BTW you don't need reinstall in the above case, it's only needed if you want to install twice without using the deinstall or clean targets in between. e.g. make install pkg_delete make reinstall