From owner-freebsd-questions@FreeBSD.ORG Fri Dec 17 22:40:33 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 A2E2416A4CE for ; Fri, 17 Dec 2004 22:40:33 +0000 (GMT) Received: from cqgigw.cqg.com (cqgigw.cqg.com [208.48.16.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D70943D1D for ; Fri, 17 Dec 2004 22:40:33 +0000 (GMT) (envelope-from tomc@cqg.com) Received: from cqgmail.cqg.com (int.cqg.com [96.0.0.2]) iBHMeTGf024741; Fri, 17 Dec 2004 15:40:29 -0700 Received: from d3stomc ([192.168.17.154]) by cqgmail.cqg.com (8.12.8/8.12.8) with ESMTP id iBHMeM0f017650; Fri, 17 Dec 2004 15:40:22 -0700 From: "Tom Connolly" To: "'Nikolas Britton'" Date: Fri, 17 Dec 2004 15:40:22 -0700 Message-ID: <003b01c4e489$6497d0e0$9a11a8c0@d3stomc> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <41C35AD1.8020703@nbritton.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 X-MailScanner: Found to be clean, Found to be clean X-MailScanner-Information: Please contact the ISP for more information X-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=0, required 3) 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:40:33 -0000 Do a "make BATCH=3Dyes install clean" Then it is set for all meta ports as well. I had to find this out the hard way. It took 3 days to install Gnome. I kept coming back to a menu configuration screen. Tom -----Original Message----- From: Nikolas Britton [mailto:freebsd@nbritton.org]=20 Sent: Friday, December 17, 2004 3:17 PM To: Tom Connolly Cc: 'Joshua Lokken'; 'Kevin Smith'; freebsd-questions@freebsd.org Subject: Re: cvsup newbie questions Tom Connolly wrote: >[snip] >If you want to install the latest version of gnome, you should cvsup=20 >the ports tree (ports-all), then cd into the directory for the gnome=20 >meta-port (it builds gnome and alot of associated apps) and build it,=20 >like so: > ># cd /usr/ports/x11/gnome2 ># make install clean > =20 > there is also gnome2-lite, gnome2-fifth-toe, gnome2-office, and=20 gnome2-power-tools >Make sure you set BATCH=3Dyes or when you get home you will have a very = >annoying configuration menu on your screen asking you what you want to=20 >install. > =20 > set BATCH=3Dyes where and what does it do with the optional make = options,=20 esp for meta ports?