From owner-freebsd-x11@FreeBSD.ORG Mon Aug 30 04:54:22 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8DDB16A4D1; Mon, 30 Aug 2004 04:54:22 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E03243D2D; Mon, 30 Aug 2004 04:54:22 +0000 (GMT) (envelope-from stephen@math.missouri.edu) Received: from [10.0.0.3] (12-216-240-169.client.mchsi.com[12.216.240.169]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20040830045421m92008lidre>; Mon, 30 Aug 2004 04:54:21 +0000 Message-ID: <4132B2FC.50205@math.missouri.edu> Date: Sun, 29 Aug 2004 23:54:20 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040825 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Walter Venable References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: x11@FreeBSD.org Subject: Re: XFree86-4 in make.conf X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 04:54:22 -0000 Walter Venable wrote: > > > A couple of things: > xorg is the default X windows system in 5.3. You must explicitly say if > you want Xfree86. See below. Also, you are talking about two > intentionally separate directives. The one that asks XFREE86_VERSION > was put in place when Xfree86-4 came onto the scene and some people may > have still preferred version 4 over version 3. The X_WINDOW_SYSTEM > directive lets you choose between Xorg and Xfree86. > > -Walter Venable > That is not quite right. My reading of ports/UPDATING is that XFREE86_VERSION in /etc/make.conf currently does nothing. X_WINDOW_VERSION can be set to xorg, xfree86-4 or xfree86-3. Right now, a person moving from FreeBSD-4.x to FreeBSD-5.x is going to get a surprize when they try installing any ports that use X Windows. When they see this, the info they might read needs to be accurate, especially if they want to stay with XFree86. What is written in ports/UPDATING is good, but what is written in x11/XFree86-4/pkg-message is wrong. I was mislead by it, and I imagine that so can other people.