From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 18:40:34 2005 Return-Path: X-Original-To: questions@freebsd.org 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 E16F716A420 for ; Mon, 7 Nov 2005 18:40:34 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11FF343D55 for ; Mon, 7 Nov 2005 18:40:31 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so456108wxc for ; Mon, 07 Nov 2005 10:40:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dyevB1hMEShpZJYHbRojFO9XP4NcmZjN0xe1NXG3LivxNRVYXtVLk58sk7AkOZHw8VchmdlYs6RxzyVIs/r22fiX05AZBc91A8Y277jJXzBZq3YBao6dvQnjfc+rlqVBixU4ppccAzeZafvgmsyOJjGLTkAHWfeKDmAktC3/tmY= Received: by 10.70.61.8 with SMTP id j8mr947033wxa; Mon, 07 Nov 2005 10:40:30 -0800 (PST) Received: by 10.70.104.18 with HTTP; Mon, 7 Nov 2005 10:40:30 -0800 (PST) Message-ID: <35c231bf0511071040p5d47ef02td66f7596a200311b@mail.gmail.com> Date: Mon, 7 Nov 2005 10:40:30 -0800 From: David Kirchner Sender: dpkirchner@gmail.com To: Dinesh Nair In-Reply-To: <436F9E0F.5040800@alphaque.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051107131443.E26113@prime.gushi.org> <436F9E0F.5040800@alphaque.com> Cc: questions@freebsd.org Subject: Re: build ports without X -- make.conf 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: Mon, 07 Nov 2005 18:40:35 -0000 On 11/7/05, Dinesh Nair wrote: > > > On 11/08/05 02:16 Dan Mahoney, System Admin said the following: > > For some reason this is gone in 5.x -- what's the appropriate way to do > > this now (since WITHOUT_X11 still worked on a couple ports I've tried.) > > am also not sure if this is related, but an install of 6.0-RELEASE follow= ed > by a cvsup of RELENG_6 yesterday didnt have an /etc/make.conf. is this an > omission or is this by design ? That's by design. The install stores a default make.conf file in /etc/defaults/make.conf . Local changes should go in a new file named /etc/make.conf . The idea being that if you upgrade later, the upgrade will modify /etc/defaults/make.conf leaving your local changes intact. (Of course there's no guarantee that the local changes will still work after an upgrade, but at least they won't be overwritten.) There are a number of files in /etc/defaults -- it's worth checking that ou= t.