From owner-freebsd-questions@FreeBSD.ORG Mon Jun 8 19:06:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B58210656A8 for ; Mon, 8 Jun 2009 19:06:22 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 422A38FC08 for ; Mon, 8 Jun 2009 19:06:22 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MDkAm-0005N3-8q for freebsd-questions@freebsd.org; Mon, 08 Jun 2009 19:06:20 +0000 Received: from pool-68-239-70-200.res.east.verizon.net ([68.239.70.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jun 2009 19:06:20 +0000 Received: from nightrecon by pool-68-239-70-200.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jun 2009 19:06:20 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Mon, 08 Jun 2009 15:08:01 -0400 Lines: 29 Message-ID: References: <20090608124323.1e422575@scorpio> <20090608134827.51c25950@scorpio> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-68-239-70-200.res.east.verizon.net Sender: news Subject: Re: NO_PROFILE option in FBSD-7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2009 19:06:22 -0000 Jerry wrote: > On Mon, 8 Jun 2009 10:59:30 -0600 > Tim Judd wrote: > >>If that's related to 'world', all world-related build options should >>be placed in src.conf now. What make.conf was to world+ports, is now >>src.conf = world, make.conf = ports > > Please don't top post. It makes following a thread a lot harder than > necessary. I all ready know about 'src.conf'; it was the NO_PROFILE > option that I was inquiring about. > > I just did some Googling and found this: > > WITHOUT_PROFILE=true > > I am wondering if that is a replacement for NO_PROFILE? Yes. Just WITHOUT_PROFILE in /etc/src.conf is all you need. > Interestingly enough, there does not seem to be a > '/usr/share/examples/etc/src.conf' file either. The list can be found in man src.conf -Mike