From owner-freebsd-x11@FreeBSD.ORG Sun May 9 05:32:57 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 30EDB16A4CE for ; Sun, 9 May 2004 05:32:57 -0700 (PDT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA4E243D48 for ; Sun, 9 May 2004 05:32:55 -0700 (PDT) (envelope-from tilman@arved.at) Received: from huckfinn-wi0.arved.de (localhost [127.0.0.1]) i49CWuna069401; Sun, 9 May 2004 14:32:57 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from tilman@localhost) by huckfinn-wi0.arved.de (8.12.11/8.12.6/Submit) id i49CWueD069400; Sun, 9 May 2004 14:32:56 +0200 (CEST) X-Authentication-Warning: huckfinn-wi0.arved.de: tilman set sender to tilman@arved.at using -f Date: Sun, 9 May 2004 14:32:56 +0200 From: Tilman Linneweh To: Eric Anholt Message-ID: <20040509123255.GA69311@arved.at> References: <200405082350.i48NoTeN014588@freefall.freebsd.org> <1084090864.1492.40.camel@leguin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1084090864.1492.40.camel@leguin> User-Agent: Mutt/1.4.2.1i cc: x11@FreeBSD.org Subject: Re: ports/66404: New port: x11-servers/X.org-devel 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: Sun, 09 May 2004 12:32:57 -0000 * Eric Anholt [So, 09 Mai 2004 at 10:21 GMT]: Welcome back. You must have really missed hacking, since you spend the first days home hacking instead of adding the last Cuba entry to your LJ :-) > The next steps, off the top of my head: > - Commit remaining libraries > - Make sure libX11's locale stuff is complete. Unfortunately, us > English-speaking folks that autotooled it may have missed important > things (I think so). > - Check xorg-server build on non-x86 > - Commit xorg-server > - prepare XFree86-4-Server to coexist with and depend appropriately on > the new libraries I wonder if this is really necessary. Why not keep the XFree-libraries as non-default, and if people want to use the XFree86-server, they can set XFREE86_VERSION? > The last part is what I'm not sure on. I've thrown the switch locally > by changing bsd.port.mk to depend on x11-libraries instead of > XFree86-4-libraries. However, I don't know how doing this will > interfere with non-clean installations, what with CONFLICTS and origin > differences and all of that. I'd love advice from other porters on > this. Well perhaps we do it the same way, as we did it with XFree 3 vs 4. Defining XFREE86_VERSION in make.conf. regards tilman