summaryrefslogtreecommitdiff
path: root/x11/xf86-video-i128
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-04-02 22:16:45 +0000
committertnn <tnn@pkgsrc.org>2015-04-02 22:16:45 +0000
commit63b347a3794aa0969919b11cedc838e16eaf0876 (patch)
treeaea38d1cc76fa68c85ab33d13f6bc46e84e0e8d8 /x11/xf86-video-i128
parent0ba28bf955cf2f2d6ad061ec9bf363a0a9c7fd34 (diff)
downloadpkgsrc-63b347a3794aa0969919b11cedc838e16eaf0876.tar.gz
Make xf86-video-* drivers build against xorg-server-1.17 in addition to the
old 1.12 server. Mostly from FDO git. (xf86-video-ati6 was manually ported)
Diffstat (limited to 'x11/xf86-video-i128')
-rw-r--r--x11/xf86-video-i128/distinfo3
-rw-r--r--x11/xf86-video-i128/patches/patch-src_i128__driver.c29
2 files changed, 31 insertions, 1 deletions
diff --git a/x11/xf86-video-i128/distinfo b/x11/xf86-video-i128/distinfo
index ecc4effd8cd..f9ebb9bc651 100644
--- a/x11/xf86-video-i128/distinfo
+++ b/x11/xf86-video-i128/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2013/05/16 06:10:17 richard Exp $
+$NetBSD: distinfo,v 1.7 2015/04/02 22:16:46 tnn Exp $
SHA1 (xf86-video-i128-1.3.6.tar.bz2) = 4e66922f46169bf893cea00b33f80cf450070270
RMD160 (xf86-video-i128-1.3.6.tar.bz2) = c9d0eb30c260f40aebba0d8bbe2f1f88056c6f9a
Size (xf86-video-i128-1.3.6.tar.bz2) = 324894 bytes
+SHA1 (patch-src_i128__driver.c) = 96ea154c39e120e190e4fa850ecbbc8333528ce9
diff --git a/x11/xf86-video-i128/patches/patch-src_i128__driver.c b/x11/xf86-video-i128/patches/patch-src_i128__driver.c
new file mode 100644
index 00000000000..947d76941b4
--- /dev/null
+++ b/x11/xf86-video-i128/patches/patch-src_i128__driver.c
@@ -0,0 +1,29 @@
+$NetBSD: patch-src_i128__driver.c,v 1.1 2015/04/02 22:16:46 tnn Exp $
+
+From c87753733a6e1f85d1d037dced0b47ce0cf41658 Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax@redhat.com>
+Date: Tue, 25 Sep 2012 08:54:40 -0400
+Subject: Remove mibstore.h
+
+Signed-off-by: Adam Jackson <ajax@redhat.com>
+
+diff --git a/src/i128_driver.c b/src/i128_driver.c
+index a0f08c0..51a4135 100644
+--- src/i128_driver.c
++++ src/i128_driver.c
+@@ -50,8 +50,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+ #include "micmap.h"
+
+ #include "xf86DDC.h"
+@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
+ return FALSE;
+ }
+
+- miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+ xf86SetSilkenMouse(pScreen);