From owner-freebsd-current@FreeBSD.ORG Wed Apr 18 11:56:36 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B8A916A401 for ; Wed, 18 Apr 2007 11:56:36 +0000 (UTC) (envelope-from freebsd@superhero.nl) Received: from superman.superhero.nl (superhero.nl [213.84.142.150]) by mx1.freebsd.org (Postfix) with ESMTP id 9A18113C489 for ; Wed, 18 Apr 2007 11:56:35 +0000 (UTC) (envelope-from freebsd@superhero.nl) Received: (qmail 5505 invoked by uid 80); 18 Apr 2007 11:56:51 -0000 Received: from 195.50.100.20 (SquirrelMail authenticated user gelsemap) by www.superhero.nl with HTTP; Wed, 18 Apr 2007 13:56:51 +0200 (CEST) Message-ID: <26831.195.50.100.20.1176897411.squirrel@www.superhero.nl> In-Reply-To: <20070418072722.GA60755@freebsd.org> References: <200704172319.22458.gelsemap@superhero.nl> <20070418072722.GA60755@freebsd.org> Date: Wed, 18 Apr 2007 13:56:51 +0200 (CEST) From: "Gelsema, P \(Patrick\) - FreeBSD" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: what's the best make.conf for current? How does developer dist translates into make.conf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2007 11:56:36 -0000 On Wed, April 18, 2007 09:27, Roman Divacky wrote: > On Tue, Apr 17, 2007 at 11:19:19PM +0200, Gelsema, P (Patrick) wrote: >> Hi, >> >> When I install Freebsd from cd with Sysinstall I selected Developer as >> distribution. After cvsup-ping I went into make.conf and tried to >> determine >> what I want to build with buildworld. >> >> I want to buildworld with the same settings chosen in sysinstall, >> however I am >> unable to find how developer translates into a make.conf. >> >> Reviewing man sysinstall and google does not shed much light on the >> matter. >> Anyone to clarify this or know where to find? > > /usr/share/examples/etc/make.conf Thanks, I did have a look at this file yesterday, and I just checked cvsweb just to make sure I haven't missed anything. The problem I have is that I want to buildworld with setlike distributionset Developer as chosen in Sysinstall. I dont want to install things which I don't need. Basically I am looking for the definitions of the distribution sets of sysinstall which I can use for make.conf. Rgds, Patrick