Find run-time dependancies recursively for FreeBSD port

2012-03-21 Thread Rick Miller
Hi all, 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)? -- Take care Rick Miller

Re: Find run-time dependancies recursively for FreeBSD port

2012-03-21 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/21/12 12:51 PM, Rick Miller wrote: Hi all, 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

Re: Find run-time dependancies recursively for FreeBSD port

2012-03-21 Thread Rick Miller
Thanks Greg, I just found the following link in the list archives which gave me an idea that I am currently working on... http://osdir.com/ml/freebsd-questions/2009-04/msg00929.html On Wed, Mar 21, 2012 at 1:15 PM, Greg Larkin glar...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE-

Re: Find run-time dependancies recursively for FreeBSD port

2012-03-21 Thread Matthew Seaman
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:

Re: Find run-time dependancies recursively for FreeBSD port

2012-03-21 Thread Rick Miller
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

Re: Find run-time dependancies recursively for FreeBSD port

2012-03-21 Thread Matthew Seaman
On 21/03/2012 19:10, Rick Miller wrote: 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

Re: Find run-time dependancies recursively for FreeBSD port

2012-03-21 Thread Rick Miller
Yes it does. pebcak, thanks. -- 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