summaryrefslogtreecommitdiff
path: root/x11/XFree86-4/files/patch-r128xmesa
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-01-22 14:19:57 +0000
committerWill Andrews <will@FreeBSD.org>2002-01-22 14:19:57 +0000
commit50c0b241d4b881a9b8f34262a054d6554dad8b8d (patch)
treef32525b2ca4879af92f802949ceac04763159c35 /x11/XFree86-4/files/patch-r128xmesa
parentDon't compile/install useless statically linked version of shared object. (diff)
Back out XFree86 4.2.0 and all recent modifications for the sake of
preserving the upcoming 4.5 release. Bump PORTEPOCH to denote portversion going backwards. All files have been reverted to exactly what they were 3 days ago, before the 4.2.0 upgrade, except PORTEPOCH bump. Approved by: re, portmgr, maintainer timeout
Notes
Notes: svn path=/head/; revision=53563
Diffstat (limited to 'x11/XFree86-4/files/patch-r128xmesa')
-rw-r--r--x11/XFree86-4/files/patch-r128xmesa13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/XFree86-4/files/patch-r128xmesa b/x11/XFree86-4/files/patch-r128xmesa
new file mode 100644
index 000000000000..fc33b516da12
--- /dev/null
+++ b/x11/XFree86-4/files/patch-r128xmesa
@@ -0,0 +1,13 @@
+--- lib/GL/mesa/src/drv/r128/r128_xmesa.c.orig Fri Oct 5 17:21:31 2001
++++ lib/GL/mesa/src/drv/r128/r128_xmesa.c Fri Oct 5 17:22:59 2001
+@@ -80,8 +80,8 @@
+ }
+
+ /* Check that the DRM driver version is compatible */
+- if ( sPriv->drmMajor != 2 ||
+- sPriv->drmMinor < 1 ) {
++ if ( sPriv->drmMajor != 3 /*||
++ sPriv->drmMinor < 1*/ ) {
+ char msg[1000];
+ sprintf( msg, "R128 DRI driver expected DRM driver version 2.1.x but got version %d.%d.%d", sPriv->drmMajor, sPriv->drmMinor, sPriv->drmPatch );
+ __driMesaMessage( msg );