From owner-freebsd-questions@FreeBSD.ORG Wed Apr 11 10:01:32 2012 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 766C4106566B for ; Wed, 11 Apr 2012 10:01:32 +0000 (UTC) (envelope-from lists@on-track.ca) Received: from fate.ctgameinfo.com (fate.ctgameinfo.com [50.22.51.114]) by mx1.freebsd.org (Postfix) with ESMTP id 55AF18FC1C for ; Wed, 11 Apr 2012 10:01:32 +0000 (UTC) Received: from [192.168.0.105] (S0106602ad07e4e6d.vc.shawcable.net [24.87.36.65]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by fate.ctgameinfo.com (Postfix) with ESMTPSA id 7A3654506D for ; Wed, 11 Apr 2012 02:52:54 -0700 (PDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97 at spamass Message-ID: <4F855478.50104@on-track.ca> Date: Wed, 11 Apr 2012 02:52:56 -0700 From: Cstdenis User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 10:01:32 -0000 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.