From owner-freebsd-questions@FreeBSD.ORG Sun Nov 19 22:16:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E90416A403 for ; Sun, 19 Nov 2006 22:16:26 +0000 (UTC) (envelope-from gelsemap@superhero.nl) Received: from superman.superhero.nl (superhero.nl [213.84.142.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F8643D67 for ; Sun, 19 Nov 2006 22:16:04 +0000 (GMT) (envelope-from gelsemap@superhero.nl) Received: (qmail 90260 invoked by uid 89); 19 Nov 2006 22:16:15 -0000 Received: by simscan 1.1.0 ppid: 90253, pid: 90255, t: 4.7991s scanners: attach: 1.1.0 clamav: 0.87.1/m:34/d:1180 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on superman.superhero.nl X-Spam-Level: X-Spam-Status: No, score=-1.4 required=4.0 tests=ALL_TRUSTED,AWL autolearn=ham version=3.1.0 Received: from unknown (HELO ?10.202.77.88?) (gelsemap@10.202.77.88) by superman.superhero.nl with SMTP; 19 Nov 2006 22:16:10 -0000 From: "Gelsema, P (Patrick)" To: Kris Kennaway Date: Sun, 19 Nov 2006 23:16:05 +0100 User-Agent: KMail/1.9.4 References: <50369.10.202.77.88.1163973486.squirrel@webmail.superhero.nl> <20061119220606.GA3960@xor.obsecurity.org> In-Reply-To: <20061119220606.GA3960@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611192316.07079.gelsemap@superhero.nl> Cc: freebsd-questions@freebsd.org Subject: Re: make.conf FreeBSD 6.2 RC1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Nov 2006 22:16:26 -0000 On Sunday 19 November 2006 23:06, Kris Kennaway wrote: > On Sun, Nov 19, 2006 at 10:58:06PM +0100, Gelsema, P (Patrick) - FreeBSD wrote: > > Hi, > > > > I've recently installed 6.2-Beta3 and got KDE working with Xorg. As RC1 > > is now released I want to upgrade to this version as I have been > > witnessing some kernel errors and also want to 'play' with the system. > > > > I've installed Xorg and KDE from the ports. > > > > I am currently creating a make.conf file which should build the world but > > nothing more than required. I have come up with the following but I am > > unsure if certain lines shouldn't be commented out. > > Such as NO_X. As I have build Xorg from the port, should I not build it > > with the world? > > The only thing in the world that was affected by NO_X was doscmd (per > the command), but this was removed from the tree some time ago. > > In fact, so was the NO_X entry from the example make.conf, so I guess > you're basing off an old version. True. I got FreeBSD 5.4 running on another box and used the make.conf as a starter. I have amended the make.conf file. My err. What I basically want is a make.conf with just enough to start FreeBSD, with SSH. Everything else to be installed from ports. Is this feasible? And if yes, which options are required? Crypto, CCX and OPENSSH? Any pointer in any direction much appreciated. Cheers Patrick > > Kris