From owner-freebsd-questions@FreeBSD.ORG Tue Dec 18 12:55:45 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 B86E3716 for ; Tue, 18 Dec 2012 12:55:45 +0000 (UTC) (envelope-from ateve@sohara.org) Received: from uk1rly2283.eechost.net (relay01a.mail.uk1.eechost.net [217.69.40.75]) by mx1.freebsd.org (Postfix) with ESMTP id 73C368FC0A for ; Tue, 18 Dec 2012 12:55:45 +0000 (UTC) Received: from [31.186.37.179] (helo=smtp.marelmo.com) by uk1rly2283.eechost.net with esmtpa (Exim 4.72) (envelope-from ) id 1TkwiW-0007q6-Kn; Tue, 18 Dec 2012 12:56:16 +0000 Received: from [192.168.63.1] (helo=steve.marelmo.com) by smtp.marelmo.com with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Tkwht-0003aZ-KJ; Tue, 18 Dec 2012 12:55:37 +0000 Date: Tue, 18 Dec 2012 12:55:29 +0000 From: Steve O'Hara-Smith To: Walter Hurry Subject: Re: Obsolete Shared Libraries? Message-Id: <20121218125529.b34337d58e412d0c3f673c05@sohara.org> In-Reply-To: References: X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Auth-Info: 15567@permanet.ie (plain) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 12:55:45 -0000 On Tue, 18 Dec 2012 12:40:39 +0000 (UTC) Walter Hurry wrote: > 9.1 RC3 (started out as 9.0 RELEASE) > > Over time, as ports have been upgraded, I seem to have accumulated a > number of obsolete shared libraries - a recent example being /usr/local/ > lib/libpcre.so.1, which appears no longer to be linked in by anything, > having been replaced by libpcre.so.3. > > Is there a convenient and safe utility to clean out this detritus? I'm > not trying to save disk space or anything; it's just a matter of tidiness. portsclean - it will also tidy up distfiles, packages and work areas. -- Steve O'Hara-Smith