From owner-freebsd-questions@FreeBSD.ORG Mon May 17 21:10:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7B6D16A4CE for ; Mon, 17 May 2004 21:10:17 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEA2C43D2D for ; Mon, 17 May 2004 21:10:16 -0700 (PDT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BPvvd-00012a-00 for ; Tue, 18 May 2004 06:10:15 +0200 Received: from 82-36-141-108.cable.ubr02.perr.blueyonder.co.uk ([82.36.141.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 May 2004 06:10:09 +0200 Received: from andy by 82-36-141-108.cable.ubr02.perr.blueyonder.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 May 2004 06:10:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Andy Smith Date: Tue, 18 May 2004 04:05:54 +0000 (UTC) Lines: 13 Message-ID: References: <20040515014423.GR457@cashmere.blitzed.org> <200405150911.09895.platanthera@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 82.36.141.108 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040309 Galeon/1.3.14) Sender: news Subject: Re: Display installed port dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 04:10:17 -0000 platanthera web.de> writes: > On Saturday 15 May 2004 03:44, Andy Smith wrote: > > Hi, > > > > Is there a simple way to display a list of all installed packages > > that depend on another given installed package? > > pkg_info -R foo > will list all currently installed packages that depend on foo Doh! I'm really sorry, that is right in the man page which I DID read. I have no idea how I missed it.