From owner-freebsd-questions@FreeBSD.ORG Tue Jan 17 12:08:46 2006 Return-Path: X-Original-To: freebsd-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 B18A916A420 for ; Tue, 17 Jan 2006 12:08:46 +0000 (GMT) (envelope-from offbyone@xs4all.nl) Received: from smtp14.wanadoo.fr (smtp14.wanadoo.fr [193.252.23.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DDBB43D68 for ; Tue, 17 Jan 2006 12:08:46 +0000 (GMT) (envelope-from offbyone@xs4all.nl) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1406.wanadoo.fr (SMTP Server) with ESMTP id BC8D47000107 for ; Tue, 17 Jan 2006 13:08:44 +0100 (CET) Received: from [192.168.0.4] (ADijon-151-1-120-248.w81-51.abo.wanadoo.fr [81.51.154.248]) by mwinf1406.wanadoo.fr (SMTP Server) with ESMTP id 83BFD7000106 for ; Tue, 17 Jan 2006 13:08:44 +0100 (CET) X-ME-UUID: 20060117120844539.83BFD7000106@mwinf1406.wanadoo.fr Message-ID: <43CCDBCB.90101@xs4all.nl> Date: Tue, 17 Jan 2006 12:58:03 +0100 From: offbyone User-Agent: Thunderbird 1.5 (X11/20060117) MIME-Version: 1.0 Cc: freebsd-questions@freebsd.org References: <43C78D52.60301@xs4all.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: XFree86 on FreeBSD 5.4 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: Tue, 17 Jan 2006 12:08:46 -0000 Andrew P. wrote: > On 1/13/06, offbyone wrote: >> 0.) How to change the underlying o.s. default expectation to XFree86 AND >> is this a good idea for the present and future of 5.x? > > Look at /usr/local/etc/pkgtools.conf > Nope, that is not it. Turns out the solution for this is a variable set in /etc/make.conf /usr/ports/UPDATING at 20040723 and http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#WHICH-X point the way In the case of the problem system I was working on, X_WINDOW_SYSTEM=xfree86-4 in /etc/make.conf solved it. - Jake