[Fink-devel] using 'dumpinfo' for all fink packages - how?

2008-09-11 Thread Asko Kauppi
I need to find _any_ fink package (installed or not) that still has a Depends: or BuildDepends: on package X. How to do that? fink list -t | cut -f2 | xargs fink dumpinfo -pN -fdepends - fbuilddepends ...must be close, but starts asking about packages to install.. Why? -asko

Re: [Fink-devel] using 'dumpinfo' for all fink packages - how?

2008-09-11 Thread Alexander Hansen
On Sep 11, 2008, at 2:26 PM, Asko Kauppi wrote: I need to find _any_ fink package (installed or not) that still has a Depends: or BuildDepends: on package X. How to do that? fink list -t | cut -f2 | xargs fink dumpinfo -pN -fdepends - fbuilddepends ...must be close, but starts

Re: [Fink-devel] using 'dumpinfo' for all fink packages - how?

2008-09-11 Thread Daniel Macks
On Thu, Sep 11, 2008 at 09:26:16PM +0300, Asko Kauppi wrote: I need to find _any_ fink package (installed or not) that still has a Depends: or BuildDepends: on package X. How to do that? fink list -t | cut -f2 | xargs fink dumpinfo -pN -fdepends - fbuilddepends ...must be