From owner-freebsd-questions@FreeBSD.ORG Fri Dec 17 22:16:52 2004 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 22C9F16A4CE for ; Fri, 17 Dec 2004 22:16:52 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB6B443D53 for ; Fri, 17 Dec 2004 22:16:51 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20041217221650i92002bcgie>; Fri, 17 Dec 2004 22:16:50 +0000 Message-ID: <41C35AD1.8020703@nbritton.org> Date: Fri, 17 Dec 2004 16:16:49 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 0.9 (X11/20041203) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Connolly References: <003201c4e482$8b303410$9a11a8c0@d3stomc> In-Reply-To: <003201c4e482$8b303410$9a11a8c0@d3stomc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: 'Kevin Smith' cc: 'Joshua Lokken' cc: freebsd-questions@freebsd.org Subject: Re: cvsup newbie questions 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, 17 Dec 2004 22:16:52 -0000 Tom Connolly wrote: >[snip] >If you want to install the latest version of gnome, you should cvsup the >ports tree (ports-all), then cd into the directory for the gnome >meta-port (it builds gnome and alot of associated apps) and build it, >like so: > ># cd /usr/ports/x11/gnome2 ># make install clean > > there is also gnome2-lite, gnome2-fifth-toe, gnome2-office, and gnome2-power-tools >Make sure you set BATCH=yes or when you get home you will have a very >annoying configuration menu on your screen asking you what you want to >install. > > set BATCH=yes where and what does it do with the optional make options, esp for meta ports?