From owner-freebsd-questions@FreeBSD.ORG Thu Mar 31 19:35:58 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF3116A4CE for ; Thu, 31 Mar 2005 19:35:58 +0000 (GMT) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB9C43D4C for ; Thu, 31 Mar 2005 19:35:57 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id AECE1C6B0ED for ; Thu, 31 Mar 2005 14:35:56 -0500 (EST) X-Sasl-enc: es/ClnWvJ/bFLpKsdHQ31Q 1112297755 Received: from gumby.localhost (dsl-80-41-67-167.access.as9105.com [80.41.67.167]) by frontend2.messagingengine.com (Postfix) with ESMTP id 3941D56F785 for ; Thu, 31 Mar 2005 14:35:55 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Thu, 31 Mar 2005 20:35:51 +0100 User-Agent: KMail/1.8 References: <20050331125702.GA95112@kalle.stortsett.local> In-Reply-To: <20050331125702.GA95112@kalle.stortsett.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503312035.52520.list-freebsd-2004@morbius.sent.com> Subject: Re: How do I know what a meta port installs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 19:35:58 -0000 On Thursday 31 March 2005 13:57, Per Berger wrote: > Hi all! > > I am running freebsd 5.3 RELEASE p5 and have installed several ports, so > now I have X, gnome 2.10, firefox, openoffice and several other > "goodies" installed. And most of it without a glitch! :-) > > However, I have a question... (Of course, why else bother the list?? ;-) > ) > > I have installed a couple of "meta" ports, for example gnome2. How can I > see exactly which ports the meta port installs? I have tried to figure > it out but failed... cd /usr/ports/x11/gnome2-power-tools && make run-depends-list also look at make pretty-print-run-depends-list which is recursive. If your readmes are up to date you can see this in the README.html file