Thanks Matthew...

On Wed, Mar 21, 2012 at 2:35 PM, Matthew Seaman
<m.sea...@infracaninophile.co.uk> wrote:
> On 21/03/2012 16:51, Rick Miller wrote:
>> I can get run-time depends by executing make run-depends-list or all
>> dependancies by running make all-depends-list.  Is there a way to get
>> all run-time depends recursively (I don't need the build depends or
>> their depends)?
>
> If your INDEX is up to date:
>
>   % cd /usr/ports
>   % make search name=packagename-1.2.3 display=rdeps
>
> or
>
>   % make search path=devel/foo display=rdeps

The problem here is that this does not return recursive results,
meaning run-time dependancies of run-time dependancies.  Having said
that, These commands provide me some alternatives in a script I am
writing to ascertain this data for me.

-- 
Take care
Rick Miller
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to