From owner-freebsd-questions Wed Oct 13 21:38:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id CD1E51530C for ; Wed, 13 Oct 1999 21:38:15 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id VAA34491; Wed, 13 Oct 1999 21:38:13 -0700 (PDT) (envelope-from mph) Date: Wed, 13 Oct 1999 21:38:13 -0700 From: Matthew Hunt To: Arcady Genkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ports system *rocks* (was: CVSup conceptual question) Message-ID: <19991013213813.C34044@wopr.caltech.edu> References: <871zazvtou.fsf@main.wgaf.net> <87g0zevk9o.fsf@main.wgaf.net> <871zayvcps.fsf_-_@main.wgaf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <871zayvcps.fsf_-_@main.wgaf.net>; from Arcady Genkin on Wed, Oct 13, 1999 at 11:32:47PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Oct 13, 1999 at 11:32:47PM -0400, Arcady Genkin wrote: > Q: How do I find out what other ports does a port depend on? Here's Yet Another Way(tm) aside from all the others people have offered: wopr:/usr/ports/audio/xmcd$ make run-depends-list /usr/ports/graphics/xpm /usr/ports/x11/XFree86 wopr:/usr/ports/audio/xmcd$ make build-depends-list /usr/ports/graphics/xpm /usr/ports/x11/XFree86 "Build depends" are things you need to build the port. "Run depends" are things you need to use the software after it's installed. Often, as in the case above, they're the same. -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message