From owner-freebsd-questions@FreeBSD.ORG Sat Nov 5 06:39:26 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 C4901106566C for ; Sat, 5 Nov 2011 06:39:26 +0000 (UTC) (envelope-from james@colannino.org) Received: from mda1.es.uci.edu (mda1.es.uci.edu [128.200.80.3]) by mx1.freebsd.org (Postfix) with ESMTP id 92DC18FC0A for ; Sat, 5 Nov 2011 06:39:26 +0000 (UTC) Received: from esmtp2.es.uci.edu (esmtp2.es.uci.edu [128.195.153.132]) by mda1.es.uci.edu (8.13.8/8.13.8) with ESMTP id pA56S4kP030198 for ; Fri, 4 Nov 2011 23:28:04 -0700 Received: from [192.168.1.6] (69-12-176-48.dsl.static.sonic.net [69.12.176.48]) (authenticated bits=0) by esmtp2.es.uci.edu (8.13.8/8.13.8) with ESMTP id pA56S05c031422 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 4 Nov 2011 23:28:03 -0700 X-UCInetID: jcolanni Message-ID: <4EB4D76A.2050009@colannino.org> Date: Fri, 04 Nov 2011 23:27:54 -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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: 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 06:39:26 -0000 No, I don't mean checking for broken ports :-P In fact, when I Google around for the answer to my question, that's all I can find, which is why I bring my question to the mailing list instead :) Maybe "broken ports" or "broken packages" isn't the right term (what should I be searching for instead?) 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. I've been using FreeBSD for a little while now, but I'm still learning... :) Thanks in advance! James