From owner-freebsd-questions@FreeBSD.ORG Wed Apr 11 11:20:08 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F28B21065672 for ; Wed, 11 Apr 2012 11:20:07 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6FC1D8FC14 for ; Wed, 11 Apr 2012 11:20:07 +0000 (UTC) Received: by bkcjc3 with SMTP id jc3so782103bkc.13 for ; Wed, 11 Apr 2012 04:20:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=TxoSMpWNFOYlUvSZ2F3OCvZ3axtzAAmBm1oVD4sjo0k=; b=HhYcCdp2gm0oC2UNl/TysQf8ltdSLqBSkv81AQpLtcsueToqAdrhy8fq4tOHwuxF3y bYzo29Ta0cgGNZwEA5MQ/dB9HPq0UeVczuLWUOhUgWB5LRw6jgMhAhTuuK43O5xTFVtN PnsQhCWNtRxXp1nAQVrAtpVgVbxXRmdFMSv1n++vc5Q2Snf5s6LUGWQaGJD742t1W/KG O92H5nkD95UkzeqTNwl7E8WVOkR5byvfRqk1egUfKdZgMWokgAiGxuaP2RsR1S7eoKgF PMnNKaDzliLulVDHIxABeFcbjhhLPM/1owBv07q7xkIxAGzGRz70NnmJZteQHVliK+wz 1uWg== Received: by 10.204.157.134 with SMTP id b6mr6308110bkx.88.1334143206206; Wed, 11 Apr 2012 04:20:06 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id z14sm4139573bky.15.2012.04.11.04.20.04 (version=SSLv3 cipher=OTHER); Wed, 11 Apr 2012 04:20:05 -0700 (PDT) Date: Wed, 11 Apr 2012 12:20:02 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20120411122002.15339fb1@gumby.homeunix.com> In-Reply-To: <4F855478.50104@on-track.ca> References: <4F855478.50104@on-track.ca> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: portupgrade not preserving shared libs as documented? 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: Wed, 11 Apr 2012 11:20:08 -0000 On Wed, 11 Apr 2012 02:52:56 -0700 Cstdenis wrote: > Portupgrade man page says "By default, portupgrade preserves shared > libraries on uninstallation for safety." > > I ran i in the form of: portupgrade -b pcre > > Now /usr/local/lib/libpcre.so.0 does not exist anymore, only the new > /usr/local/lib/libpcre.so.1 is there. It backs them up under the compat directory.