Re: Tracking dependencies...

2003-01-25 Thread Gary W. Swearingen
Andy Akins <[EMAIL PROTECTED]> writes: > is there a command > or commands that would display the packages/ports that require another > port? See the manpages for "portupgrade" (esp. -r, -R, -n) and "pkg_tree". To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions"

Re: Tracking dependencies...

2003-01-25 Thread Matthew Seaman
On Sat, Jan 25, 2003 at 10:51:22AM -0600, Andy Akins wrote: > On Sat, 2003-01-25 at 10:37, Matthew Seaman wrote: > > pkg_info will tell you what you want to know about any currently > > installed port. eg: > > Thanksbut, that sort-of worked. > > I did the pkg_info -R on apache - it tells me t

Re: Tracking dependencies...

2003-01-25 Thread Andy Akins
On Sat, 2003-01-25 at 10:37, Matthew Seaman wrote: > pkg_info will tell you what you want to know about any currently > installed port. eg: Thanksbut, that sort-of worked. I did the pkg_info -R on apache - it tells me that mod_php requires it. So then I to pkg_info -R on mod_php...it returns

Re: Tracking dependencies...

2003-01-25 Thread Matthew Seaman
On Sat, Jan 25, 2003 at 10:20:57AM -0600, Andy Akins wrote: > There are some ports installed on my machine (like Apache, and PHP) that > I did not install. I'm assuming that they were put in place due to > another port that had them as a dependency. Aside from looking on the > FreeBSD website or wi