Date: Thu, 03 Jan 2008 22:03:21 -0500 From: "Frank J. Laszlo" <laszlof@FreeBSD.org> To: Aryeh Friedman <aryeh.friedman@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: determining what ports directly depend on X Message-ID: <477DA1F9.9080407@FreeBSD.org> In-Reply-To: <bef9a7920801031842m5ea28cdrcf312380cb7dadbd@mail.gmail.com> References: <bef9a7920801031842m5ea28cdrcf312380cb7dadbd@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Aryeh Friedman wrote: > I need to determine which ports depend directly (i.e. they have it > listed as a B/RDEPS). The specfic task I am working on right now > (but this will need to be more general later) is attempting to find > all the direct childern of libtool15 > A quick hack would be grep libtool-1.5 /usr/ports/INDEX-6| awk -F"|" {'print $2'} Regards, Frank Laszlo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?477DA1F9.9080407>