Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ark/files: xf86-video-ark-0.7.5-remove-mibstore_h.patch
Date: Thu, 28 Nov 2013 18:37:01
Message-Id: 20131128183653.281372004B@flycatcher.gentoo.org
1 chithanh 13/11/28 18:36:53
2
3 Added: xf86-video-ark-0.7.5-remove-mibstore_h.patch
4 Log:
5 Add patch to build against recent xorg-server. Drop old.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 x11-drivers/xf86-video-ark/files/xf86-video-ark-0.7.5-remove-mibstore_h.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ark/files/xf86-video-ark-0.7.5-remove-mibstore_h.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-ark/files/xf86-video-ark-0.7.5-remove-mibstore_h.patch?rev=1.1&content-type=text/plain
14
15 Index: xf86-video-ark-0.7.5-remove-mibstore_h.patch
16 ===================================================================
17 From 3a3eb72baec46f48e6cf15a834271c3d3386deac Mon Sep 17 00:00:00 2001
18 From: Gaetan Nadon <memsize@×××××××××.ca>
19 Date: Tue, 17 Sep 2013 19:55:37 +0000
20 Subject: Remove usage of mibstore.h (removed from server)
21
22 The module had a compile error for this missing header file.
23
24 Changes similar to vmware commit
25 23d87c92b7211cc5249eefe4ab3a2c7f370e279e
26
27 Reviewed-by: Alex Deucher <alexander.deucher@×××.com>
28 Signed-off-by: Gaetan Nadon <memsize@×××××××××.ca>
29 ---
30 diff --git a/src/ark_driver.c b/src/ark_driver.c
31 index b7c287c..65cfe84 100644
32 --- a/src/ark_driver.c
33 +++ b/src/ark_driver.c
34 @@ -39,7 +39,6 @@
35 #include "compiler.h"
36 #include "mipointer.h"
37 #include "micmap.h"
38 -#include "mibstore.h"
39 #include "fb.h"
40 #include "ark.h"
41
42 @@ -538,7 +537,6 @@ static Bool ARKScreenInit(SCREEN_INIT_ARGS_DECL)
43
44 fbPictureInit (pScreen, 0, 0);
45
46 - miInitializeBackingStore(pScreen);
47 xf86SetBackingStore(pScreen);
48
49 if (!pARK->NoAccel) {
50 --
51 cgit v0.9.0.2-2-gbebe