On Mon, Apr 01, 2013 at 08:11:47PM +0200, Richard PALO wrote:
Le 15/07/12 01:52, Thomas Klausner a écrit :
So are xorg-server and the drivers working for you with the current
Mesa? How about dri*/drm?
I'd also like to get a recent mesa 8.0 or better going.
As I said, I'd appreciate it if you could limit updates to 7.11.2 for
now, since that's the last release with DR[IM] support needed on
NetBSD.
Thanks,
Thomas
--- a/x11/xproto/patches/patch-ad
+++ /dev/null
@@ -1,58 +0,0 @@
-$NetBSD: patch-ad,v 1.5 2012/11/16 20:04:48 joerg Exp $
-
-Patch from https://bugs.freedesktop.org/attachment.cgi?id=66181
-
---- Xfuncproto.h.in.orig 2012-03-16 06:11:44.000000000 +0000
-+++ Xfuncproto.h.in
-@@ -83,10 +83,10 @@ in this Software without prior written a
- #endif /* GNUC >= 4 */
-
- /* Added in X11R6.9, so available in any version of modular xproto */
--#if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__CYGWIN__)
--# define _X_EXPORT __attribute__((visibility("default")))
--# define _X_HIDDEN __attribute__((visibility("hidden")))
--# define _X_INTERNAL __attribute__((visibility("internal")))
-+#if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__CYGWIN__) &&
!defined(__sun)
-+# define _X_EXPORT __attribute__((__visibility__("default")))
-+# define _X_HIDDEN __attribute__((__visibility__("hidden")))
-+# define _X_INTERNAL __attribute__((__visibility__("internal")))
- #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
- # define _X_EXPORT __global
- # define _X_HIDDEN __hidden
-@@ -108,7 +108,7 @@ in this Software without prior written a