From owner-svn-ports-head@FreeBSD.ORG Sat Aug 16 16:05:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9841EBF5; Sat, 16 Aug 2014 16:05:56 +0000 (UTC) Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 1C30D23CEB6; Sat, 16 Aug 2014 18:05:55 +0200 (CEST) Message-ID: <53EF8163.9060308@FreeBSD.org> Date: Sat, 16 Aug 2014 18:05:55 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Tijl Coosemans Subject: Re: svn commit: r365038 - in head: . accessibility/jovie accessibility/kaccessible accessibility/kdeaccessibility4 accessibility/kmag accessibility/kmousetool accessibility/kmouth arabic/kde4-l10n arch... References: <201408152037.s7FKbXrx086545@svn.freebsd.org> <86bnrk4rwl.fsf@FreeBSD.org> <53EF771A.9060704@FreeBSD.org> <20140816174631.75f329ec@kalimero.tijl.coosemans.org> In-Reply-To: <20140816174631.75f329ec@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Raphael Kubo da Costa , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2014 16:05:56 -0000 Am 16.08.2014 um 17:46 schrieb Tijl Coosemans: > That only captures directly dependent ports. You also need to bump > indirectly dependent ports that overlink to the library. You can use > "pkg rquery '%o %B' | grep 'libfoo\.so'" for that but this only > captures default options. It's not possible to detect overlinking via > non-default options, which is one of the reasons overlinking is bad. We have pkg_libchk for end user systems to deal with improper requisites.