From owner-freebsd-questions@FreeBSD.ORG Fri Apr 1 13:51:17 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 C653A16A4CE for ; Fri, 1 Apr 2005 13:51:17 +0000 (GMT) Received: from av1-1-sn3.vrr.skanova.net (av1-1-sn3.vrr.skanova.net [81.228.9.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F6543D45 for ; Fri, 1 Apr 2005 13:51:16 +0000 (GMT) (envelope-from freebsd@stortsett.se) Received: by av1-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 6A27A37E4D; Fri, 1 Apr 2005 15:51:15 +0200 (CEST) Received: from smtp1-1-sn3.vrr.skanova.net (smtp1-1-sn3.vrr.skanova.net [81.228.9.177]) by av1-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 5AF0037E43; Fri, 1 Apr 2005 15:51:15 +0200 (CEST) Received: from foo.telia.com (h90n3fls32o286.telia.com [81.230.166.90]) by smtp1-1-sn3.vrr.skanova.net (Postfix) with SMTP id 06A7F3800D; Fri, 1 Apr 2005 15:51:14 +0200 (CEST) Received: by foo.telia.com (sSMTP sendmail emulation); Fri, 1 Apr 2005 15:51:14 +0200 From: "Per Berger" Date: Fri, 1 Apr 2005 15:51:14 +0200 To: RW Message-ID: <20050401135114.GA1556@kalle.stortsett.local> References: <20050331125702.GA95112@kalle.stortsett.local> <200503312035.52520.list-freebsd-2004@morbius.sent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503312035.52520.list-freebsd-2004@morbius.sent.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org 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: Fri, 01 Apr 2005 13:51:17 -0000 On Thu, Mar 31, 2005 at 08:35:51PM +0100, RW wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Thank you! Exactly what I was looking for! /P