From owner-freebsd-questions@FreeBSD.ORG Sat Nov 5 08:34:11 2011 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 ACD1C106566C for ; Sat, 5 Nov 2011 08:34:11 +0000 (UTC) (envelope-from james@colannino.org) Received: from esmtp1.es.uci.edu (esmtp1.es.uci.edu [128.195.153.131]) by mx1.freebsd.org (Postfix) with ESMTP id 7C2368FC17 for ; Sat, 5 Nov 2011 08:34:11 +0000 (UTC) Received: from [192.168.1.6] (69-12-176-48.dsl.static.sonic.net [69.12.176.48]) (authenticated bits=0) by esmtp1.es.uci.edu (8.13.8/8.13.8) with ESMTP id pA58Y9nv012799 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 5 Nov 2011 01:34:10 -0700 X-UCInetID: jcolanni Message-ID: <4EB4F4FA.8070801@colannino.org> Date: Sat, 05 Nov 2011 01:34:02 -0700 From: James Colannino User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111030 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4EB4D76A.2050009@colannino.org> <20111105015332.298b4346@cox.net> In-Reply-To: <20111105015332.298b4346@cox.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Checking for broken packages (as in linking) 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: Sat, 05 Nov 2011 08:34:11 -0000 On 11/04/11 23:53, Conrad J. Sabatier wrote: > On Fri, 04 Nov 2011 23:27:54 -0700 > James Colannino wrote: >> >> What I want to know is, are there tools that will check the ports >> I've installed and tell me if any of my packages are linked against >> libraries that are no longer there? I'm paranoid that at some point, >> while I'm building and installing updates, I'm going to break >> something. > > The port sysutils/bsdadminscripts includes a tool called pkg_libchk, > which does exactly what you're looking for. Perfect. Thanks! >> I've been using FreeBSD for a little while now, but I'm still >> learning... :) Thanks in advance! > > Hey, we're all (even us so-called "old-timers") "still learning". :-) :) James