Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2002 23:51:53 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        "Sean O'Neill" <sean@seanoneill.info>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: How to display port dependencies of installed ports?
Message-ID:  <20020827045153.GC6858@dan.emsphone.com>
In-Reply-To: <5.1.0.14.0.20020826230414.00ad0580@postoffice.swbell.net>
References:  <5.1.0.14.0.20020826230414.00ad0580@postoffice.swbell.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Aug 26), Sean O'Neill said:
> How can I display all the installed ports that are dependent on the 
> installed port "myport" (as a bad example)?
> 
> I didn't see anything in the pkg* commands man pages that looked like this 
> capability.

pkg_info -R myport-1.2

The descriptions for -r and -R in the manpage are rather unclear.  -r
lists the ports required by the named port, -R lists ports requiring
the named port.

-- 
	Dan Nelson
	dnelson@allantgroup.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020827045153.GC6858>