From owner-freebsd-stable@FreeBSD.ORG Mon Apr 25 14:03:44 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE11916A4CE for ; Mon, 25 Apr 2005 14:03:44 +0000 (GMT) Received: from mail20.syd.optusnet.com.au (mail20.syd.optusnet.com.au [211.29.132.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 427DB43D54 for ; Mon, 25 Apr 2005 14:03:44 +0000 (GMT) (envelope-from mail@iaindooley.com) Received: from [10.0.1.3] (c220-237-12-31.randw1.nsw.optusnet.com.au [220.237.12.31]) (authenticated bits=0)j3PE3eL2019954 for ; Tue, 26 Apr 2005 00:03:43 +1000 Message-ID: <426D8742.7040104@iaindooley.com> Date: Tue, 26 Apr 2005 00:11:46 +0000 From: Iain Dooley User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050407) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20050425120227.BBED416A4D1@hub.freebsd.org> In-Reply-To: <20050425120227.BBED416A4D1@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Uprading to 5.X from 4.X X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 14:03:45 -0000 >> maybe i'll hold off for a little while. it's such a pain having to wait for >> everything to build from source. kde takes forever, so you leave the house >> but when you come back there is one of those configuration options screens >> for some obscure package with bunch of options like "Enable Lib GSSD >> Compatibility" that mean absolutely nothing to me. meanwhile i can't use my >> PC. > You can usually avoid that with make -DBATCH=yes. With portupgrade it > would be portupgrade -m -DBATCH=yes. > Usually, that will, if there are options, choose the defaults, which are > reasonable. You can put BATCH=yes in /etc/make.conf (see > /etc/defaults/make.conf) but of course, what happens then is that you > install something where you ~really~ didn't want the defaults. :) okay that's great advice, thanks. iain