From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 15:07:30 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45A821065676; Sat, 2 Jun 2012 15:07:30 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9D1FE8FC0A; Sat, 2 Jun 2012 15:07:29 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so2790918wgb.31 for ; Sat, 02 Jun 2012 08:07:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; bh=OWRsyYqzTv+navvym0TKTsZ8v1LsLkMIf1UNntyj3wg=; b=klNoTMxr/lFXDcDvl7KYL7kgIHT4b0FOfnmChujPFp9VZnYy7jHHNT5qGgtaw4IKc2 haz2bjQAKpoPpWFlgoDYWIpgecJkybmT/1OK57Rs/jP2/LfmHTLnjbH6EJNmjnckdulW xpvlu17FUo4pWhJJA3nEZMjbNNykyaqIn2tuRs7shC446IpIg8Pk++6x0K/U58MhRtF1 gYZS0o3b+BSamHV2A1CNznXDlIswgWUcBtSnJFygO/AwH/mVd+cfgqn2LqnqhEO+RTU4 CpbWwKxjR1+THCfdJzYGyboji8sPyQ7MBmYHrHDXJ7cJbZBPodOQ0TxgjYM8rCQRHDBb ACSg== MIME-Version: 1.0 Received: by 10.216.226.147 with SMTP id b19mr5431661weq.210.1338649648375; Sat, 02 Jun 2012 08:07:28 -0700 (PDT) Received: by 10.180.24.5 with HTTP; Sat, 2 Jun 2012 08:07:28 -0700 (PDT) Date: Sat, 2 Jun 2012 11:07:28 -0400 Message-ID: From: "b. f." To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Matthew Seaman Subject: Re: Please rebuild all ports that depend on PNG X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2012 15:07:30 -0000 > > Realy no other possibility?! > > You need to rebuild all the ports that install binaries that link > against libpngNN.so.NN. That is actually a subset of the ports that > depend on graphics/png -- unfortunately it takes some effort to identify > precisely what does need rebuilding. There is the pkg_libchk script > (which is part of sysutils/bsdadminscripts) that can help. ... > Use pkg_libchk to prioritise the ports that really need to be rebuilt. Lawrence Stewart's convenient script can be used with portmaster to perform this kind of update: https://lauren.room52.net/hg/scripts/raw-file/tip/libdepend/libdepend.sh b.