From owner-svn-ports-all@FreeBSD.ORG Mon Aug 11 16:31:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F6F9ADD; Mon, 11 Aug 2014 16:31:05 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (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 612B920C8; Mon, 11 Aug 2014 16:31:05 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id CB20015ED7C; Mon, 11 Aug 2014 12:31:02 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r364287 - head/ports-mgmt/pkg-devel From: Adam Weinberger In-Reply-To: <20140811181734.191e9eed@kalimero.tijl.coosemans.org> Date: Mon, 11 Aug 2014 12:31:01 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: 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> To: Tijl Coosemans X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, Vsevolod Stakhov , svn-ports-all@freebsd.org, ports-committers@freebsd.org, Matthias Andree , Bryan Drewery X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 11 Aug 2014 16:31:05 -0000 On 11 Aug, 2014, at 12: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. >=20 > There's no dedicated query for this that I know of, but you can get a > list like this: >=20 > % 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 >=20 > This only captures default options of course. Ooooh, that is insanely helpful, thank you. Any docs folk around, that=92d= be a great thing to put into the PHB. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org