From owner-freebsd-ports@FreeBSD.ORG Thu Nov 30 06:43:39 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF14916A417; Thu, 30 Nov 2006 06:43:39 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1914743C9D; Thu, 30 Nov 2006 06:43:33 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta15.adelphia.net (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20061130053649.RNAG25578.mta15.adelphia.net@default.chvlva.adelphia.net>; Thu, 30 Nov 2006 00:36:49 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id CDB11B5B8; Wed, 29 Nov 2006 02:19:01 -0500 (EST) Date: Wed, 29 Nov 2006 02:19:01 -0500 From: Parv To: Doug Barton Message-ID: <20061129071901.GA6960@holestein.holy.cow> Mail-Followup-To: Doug Barton , Max Khon , ports@FreeBSD.org References: <20061128174728.GB69619@samodelkin.net> <456C799B.9010800@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <456C799B.9010800@FreeBSD.org> Cc: ports@FreeBSD.org, Max Khon Subject: Re: xorg 7.x and non-standard X11BASE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 06:43:39 -0000 in message <456C799B.9010800@FreeBSD.org>, wrote Doug Barton thusly... > > When xorg 7 is imported, it will be installing into /usr/local. > Shortly thereafter the plan is to do away with the X11BASE stuff > altogether, and have all ports install into /usr/local. > > In order to prepare for this change, and to fix as many ports as > possible before it happens, the ports cluster has started running > experimental builds with X11BASE set to something that is not > /usr/X11R6 AND not /usr/local. So, you can easily reproduce this > condition by doing the same thing yourself. ... > There are two ways to do this. Either way you choose, you have to > put something like this in /etc/make.conf: X11BASE= > /usr/local/xorg I chose that directory for my experiment, you can > use whatever directory works for you that is NOT /usr/X11R6 or > /usr/local. I have been using X11BASE=/misc/local/X (set in /etc/rc.conf; /usr/X11R6 is symlinked to it) at least since Dec 2006 (Xorg 6.2). So far I have not noticed any problems with 343-some ports (which do not have a great deal of GNOME or KDE). Short of testing with full blown GNONE|KDE, is there anything else I can try to test? Should I try without the /usr/X11R6 symlink? - Parv --