From owner-freebsd-questions@FreeBSD.ORG Tue Oct 2 17:43:35 2007 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 E424616A419 for ; Tue, 2 Oct 2007 17:43:35 +0000 (UTC) (envelope-from daniel.tourde@spray.se) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id 9695913C45A for ; Tue, 2 Oct 2007 17:43:35 +0000 (UTC) (envelope-from daniel.tourde@spray.se) Received: from maerlyn (213.114.133.69) by proxy2.bredband.net (7.3.127) id 4702758700002A2F for freebsd-questions@freebsd.org; Tue, 2 Oct 2007 19:23:25 +0200 From: Daniel Tourde To: freebsd-questions@freebsd.org Date: Tue, 2 Oct 2007 19:23:29 +0200 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710021923.29750.daniel.tourde@spray.se> Subject: How to check applications vs. libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: daniel.tourde@spray.se List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 17:43:36 -0000 Hello, I am used to install FreeBSD applications by using the port collection. I also update regularly (twice a month or something) the apps, using 'portupgrade -a -N' on a refreshed port collection. Here are my questions: - How can I check that the apps that have been build with certain libraries still work when some of the libs have been updated? - Is it possible then to rebuild the selected set of apps that have been 'corrupted' by the library upgrade (classicaly from liba.1 to liba.2)? If yes, how? or in other words, is there an equivalent to the Gentoo Linux 'revdep-rebuild' function? Daniel