From owner-freebsd-x11@FreeBSD.ORG Fri Oct 19 20:04:52 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FA1716A417 for ; Fri, 19 Oct 2007 20:04:52 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1962713C45D for ; Fri, 19 Oct 2007 20:04:52 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from susy.dsl-verizon.net ([71.107.22.158]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JQ600HWAD2SYEV0@vms040.mailsrvcs.net> for freebsd-x11@freebsd.org; Fri, 19 Oct 2007 15:04:04 -0500 (CDT) Date: Fri, 19 Oct 2007 13:04:06 -0700 From: vehemens In-reply-to: <200710191552.10026.adamk@voicenet.com> To: Adam K Kirchhoff Message-id: <200710191304.07056.vehemens@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200709161632.32898.vehemens@verizon.net> <200710191232.53838.vehemens@verizon.net> <200710191552.10026.adamk@voicenet.com> User-Agent: KMail/1.9.6 Cc: freebsd-x11@freebsd.org Subject: Re: DRI Breakage 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, 19 Oct 2007 20:04:52 -0000 On Friday 19 October 2007 12:52:09 pm Adam K Kirchhoff wrote: > On Friday 19 October 2007 15:32:53 vehemens wrote: > > On Friday 19 October 2007 07:42:40 am Adam K Kirchhoff wrote: > > > On Sun, 2007-09-16 at 16:32 -0700, vehemens wrote: > > > > The recent change to use a common option file for several ports > > > > including the dri and libGL ports results in a blank window when > > > > running glxgears on my -current xp system with a rv350. > > > > > > > > I have traced the problem down to the inclusion of the following > > > > compile option flags to the dri port: > > > > -e 's|CFLAGS = |CFLAGS = ${CFLAGS} |g' \ > > > > -e 's|OPT_FLAGS = .*|OPT_FLAGS = ${CFLAGS}|g' \ > > > > > > > > I suspect most people didn't notice as the port version wasn't bumped > > > > for this change. > > > > _______________________________________________ > > > > freebsd-x11@freebsd.org mailing list > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > > > To unsubscribe, send any mail to > > > > "freebsd-x11-unsubscribe@freebsd.org" > > > > > > I take it that this hasn't been fixed in the ports tree? I just > > > updated various ports this morning, including dri and libGL, and now I > > > get the black windows again. If I build the drivers from Mesa git, > > > which is what I did before, AIGLX won't work. > > > > Never saw any other reports of the problem (until now), so left my system > > patched. > > > > The patch consisted of copying the shared make file into the dri Makefile > > and removing the two offending lines. > > > > Try the patch followed by a portupgrade -f dri, and see it it works for > > you. > > Sorry, but which shared makefile are you referring to? In the dri Makefile, replace the line .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" with the actual file, then delete two compile option flags lines mentioned above.