From owner-freebsd-x11@FreeBSD.ORG Fri Dec 30 03:23:32 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org 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 5DDB816A41F for ; Fri, 30 Dec 2005 03:23:32 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C357543D5C for ; Fri, 30 Dec 2005 03:23:30 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail4.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id BC16D17B863; Fri, 30 Dec 2005 04:23:29 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59866-10-2; Fri, 30 Dec 2005 04:23:26 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 166F317B849; Fri, 30 Dec 2005 04:23:26 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 0AA3C1702C; Fri, 30 Dec 2005 04:23:26 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Fri, 30 Dec 2005 04:23:24 +0100 User-Agent: KMail/1.8.3 References: <86psnjavwy.fsf@wagner.bjencks.net> In-Reply-To: <86psnjavwy.fsf@wagner.bjencks.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512300423.25326.dejan.lesjak@ijs.si> Cc: Ben Jencks Subject: Re: X.Org ports upgrade to 6.9 release X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2005 03:23:32 -0000 On Tuesday 27 of December 2005 07:36, Ben Jencks wrote: > Dejan Lesjak wrote: > > As you might already know, new X Window System has been released by X.Org > > a couple of days ago. > > Anyhow, the first cut of patch for ports tree to upgrade X.Org ports to > > 6.9.0 is here: > > http://www.ijs.si/~lesi/xorg/xorg-69/xorg-up-690-1.patch > > It also does away with separate mtree file for xorg-* and dependent ports > > so it touches a few of other ports as well. > > According to the 6.9 release notes, the bundled Mesa was upgraded to > 6.4.1. It looks we don't use the bundled Mesa, but instead use the > graphics/dri port, which is Mesa 6.2.1. Either graphics/dri should be > upgraded to 6.4.1, or the bundled Mesa should be used. Working on upgrade. > It looks like newer versions of Mesa require libdrm to be installed. > xorg-server installs libdrm.so, but not the pkg-config file Mesa > requires. I made a port for libdrm that uses the distribution from > http://dri.freedesktop.org/libdrm/ but it would probably be better to > use the one bundled with xorg, in extras/drm/libdrm. Should this be a > separate port, or part of xorg-server or -libraries? > -Ben Jencks Separate port I think, since we're going to go with modular X.Org 7.0 builds eventually anyway. Thanks for noticing. Dejan