From owner-freebsd-questions Tue Jan 21 5: 1: 0 2003 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 49EB237B401 for ; Tue, 21 Jan 2003 05:00:59 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2883643F18 for ; Tue, 21 Jan 2003 05:00:58 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a195.otenet.gr [212.205.215.195]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0LD0qHI018897; Tue, 21 Jan 2003 15:00:55 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0LD0ovu000837; Tue, 21 Jan 2003 15:00:50 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0LD0mci000836; Tue, 21 Jan 2003 15:00:48 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 21 Jan 2003 15:00:48 +0200 From: Giorgos Keramidas To: Wayne Pascoe Cc: freebsd-questions@FreeBSD.org Subject: Re: make.conf in FreeBSD 5.0-RELEASE Message-ID: <20030121130048.GC657@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-01-21 10:41, Wayne Pascoe wrote: > I'm prodding at FreeBSD 5.0 and making sure I can still do > everything I did in 4.x. I'm now trying to prep for a make world and > I've run into a problem. > > /etc/defaults/make.conf doesn't seem to exist anymore. There is a > /usr/share/examples/make.conf but that doesn't contain any of the > lines that are present in /etc/make.conf It does. Some things have changed, others have been added, and yet others have been removed. This is the file that holds the default values that /etc/defaults/make.conf used to have though. > Do I still specify things like NO_BIND="YES" the same way I used to > in this file ? Do it in /etc/make.conf please. > Also, in /etc/make.conf, I currently have > PERL_VER=5.6.1 > PERL_VERSION=5.6.1 > PERL_ARCH=mach > NOPERL=yo > NO_PERL=yo > NO_PERL_WRAPPER=yo > > what the hell does yo mean? Yes or no ? It means "this make variable *has* a value". Some things depend on the existence of certain make variables. Others depend on the variables having particular values. This is one of the things that fall in the first category. Any value would be as good as "yes", "yeah", "Yes, please.", etc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message