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 close, but starts asking about packages to install.. Why?
What specifically do you mean by "asking about packages to install"? I can't see why either 'fink list' or 'fink dumpinfo' would try to install or build anything, so would be interesting to debug that. For the actual goal, I usually just grep -r my .info collection. Only works if the X is fairly unique (or if similar strings can be excluded easily), but that is often the case. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
