pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: more xorg updates



Le 01/04/13 20:16, Thomas Klausner a écrit :
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

xorg-server 1.13.3 doesn't build with the current, needs at least 7.8

configure: error: Package requirements (fixesproto >= 5.0 damageproto >= 1.1 xcmiscproto >= 1.2.0 xtrans >= 1.2.2 bigreqsproto 
>= 1.1.0 xproto >= 7.0.22 randrproto >= 1.4.0 renderproto >= 0.11 xextproto >= 7.1.99 inputproto >= 2.1.99.6 kbproto >= 
1.0.3 fontsproto pixman-1 >= 0.21.8 videoproto compositeproto >= 0.4 recordproto >= 1.13.99.1 scrnsaverproto >= 1.1 resourceproto 
>= 1.2.0 xf86driproto >= 2.1.0 glproto >= 1.4.16 dri >= 7.8.0 xineramaproto xkbfile  pixman-1 >= 0.21.8 xfont >= 1.4.2 xau 
xdmcp) were not met:

Requested 'dri >= 7.8.0' but version of dri is 7.4.4

Again, pkgsrc Mesa seems complicated, 7.11 seems daunting (at least at first, perhaps I'll try first 7.8.x)..

BTW, the following screws globals on solaris/gcc4.7 (I deleted the patches to get things globals back in Xorg):
--- 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




Home | Main Index | Thread Index | Old Index