From owner-svn-ports-all@FreeBSD.ORG Sat Aug 16 03:52:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90E64D7B for ; Sat, 16 Aug 2014 03:52:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57DD82527 for ; Sat, 16 Aug 2014 03:52:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s7G3qBe9085171 for ; Sat, 16 Aug 2014 03:52:11 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s7G3qBWA085170 for svn-ports-all@freebsd.org; Sat, 16 Aug 2014 03:52:11 GMT (envelope-from bdrewery) Received: (qmail 94675 invoked from network); 15 Aug 2014 22:52:09 -0500 Received: from unknown (HELO roundcube.xk42.net) (10.10.5.5) by sweb.xzibition.com with SMTP; 15 Aug 2014 22:52:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 15 Aug 2014 22:52:09 -0500 From: Bryan Drewery To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r364287 - head/ports-mgmt/pkg-devel Organization: FreeBSD In-Reply-To: <20140811181734.191e9eed@kalimero.tijl.coosemans.org> References: <53e39939.55bc.4ca5432c@svn.freebsd.org> <20140807172841.58633e63@kalimero.tijl.coosemans.org> <53E3A468.5050603@FreeBSD.org> <53E3AC0C.5020904@gmx.de> <53E3AD09.2050000@FreeBSD.org> <53E3B3B5.9000104@gmx.de> <53E3B6D8.9080101@FreeBSD.org> <53E590AC.4020105@FreeBSD.org> <53E7A512.8050008@FreeBSD.org> <53E7D193.3090305@FreeBSD.org> <88dcf721a5ea4bccfb3cf424da694c72@shatow.net> <2DE6FE39-3176-452C-B595-812B83616373@adamw.org> <20140811181734.191e9eed@kalimero.tijl.coosemans.org> Message-ID: <7156bd49a5604a6d9168f5e6731856c7@shatow.net> X-Sender: bdrewery@FreeBSD.org User-Agent: Roundcube Webmail/1.0.1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2014 03:52:11 -0000 On 2014-08-11 11:17, Tijl Coosemans wrote: > On Mon, 11 Aug 2014 11:51:49 -0400 Adam Weinberger wrote: >> Can one of the build cluster machines start logging the actual shlib >> links of each port, after the package is built? That would make it so >> deliciously easy, if a porter could just ask the system for a >> comprehensive list of every port that contains links to a specific >> library. > > There's no dedicated query for this that I know of, but you can get a > list like this: > > % pkg rquery '%o %B' | grep 'libpaper\.so' > print/a2ps libpaper.so.1 > print/c2ps libpaper.so.1 > print/cups-base libpaper.so.1 > print/ghostscript8 libpaper.so.1 > print/ghostscript8-nox11 libpaper.so.1 > print/ghostscript9 libpaper.so.1 > print/ghostscript9-agpl libpaper.so.1 > print/ghostscript9-agpl-nox11 libpaper.so.1 > print/ghostscript9-nox11 libpaper.so.1 > graphics/jpeg2ps libpaper.so.1 > print/lprps libpaper.so.1 > print/psutils libpaper.so.1 > editors/ted libpaper.so.1 > print/tex-dvipdfmx libpaper.so.1 > print/tex-dvipsk libpaper.so.1 > print/tex-xdvik libpaper.so.1 > games/tuxpaint libpaper.so.1 > games/tuxpaint-config libpaper.so.1 > > This only captures default options of course. FYI this will be incorrect until 1.3.7 is out and packages are rebuilt. -- Regards, Bryan Drewery