From owner-freebsd-questions@FreeBSD.ORG Wed Nov 29 21:18:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 55AC616A4D2 for ; Wed, 29 Nov 2006 21:18:05 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay1.av-mx.com (relay1.av-mx.com [137.118.16.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id E341A43CC8 for ; Wed, 29 Nov 2006 21:16:00 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.54] (HELO mx4.av-mx.com) by relay1.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 487684702 for freebsd-questions@freebsd.org; Wed, 29 Nov 2006 16:16:03 -0500 Received: (qmail 27909 invoked by uid 504); 29 Nov 2006 21:16:02 -0000 Received: from dsl25202.ywave.com (HELO ?192.168.1.66?) (micahjon@ywave.com@216.227.114.202) by 0 with SMTP; 29 Nov 2006 21:16:02 -0000 X-CLIENT-IP: 216.227.114.202 X-CLIENT-HOST: dsl25202.ywave.com Message-ID: <456DF890.3020108@ywave.com> Date: Wed, 29 Nov 2006 13:16:00 -0800 From: Micah User-Agent: Thunderbird 1.5.0.8 (X11/20061114) MIME-Version: 1.0 To: Matthew Seaman References: <629233.82571.qm@web51109.mail.yahoo.com> <456DED57.90704@infracaninophile.co.uk> In-Reply-To: <456DED57.90704@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Dino Vliet , freebsd-questions@freebsd.org Subject: Re: simple question...how to show packages which depend upon a particular port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 21:18:05 -0000 Matthew Seaman wrote: > Dino Vliet wrote: > >> I'm almost ashamed to ask this BUT I really don't know >> how to find the packages which depend upon a >> particular port. > > pkg_info -R port-name-\* > > (-r does the inverse, packages on which port-name depends) > > Cheers, > > Matthew > Also, if you're into gui things, gpkgdep is pretty handy as it will show you the whole dependency tree rather than just the first level dependencies. HTH, Micah