summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-18 20:22:39 +0000
committerwiz <wiz@pkgsrc.org>2017-01-18 20:22:39 +0000
commit52c92c956f679e71e5f7e48d0295627634443d6e (patch)
treecffdf9d0b4bac4cc0de73ed137f487c2e97b66bc /x11
parentc4bdab0d58e184d30bfb613a7798535aad80f6ec (diff)
downloadpkgsrc-52c92c956f679e71e5f7e48d0295627634443d6e.tar.gz
Updated xf86-video-r128 to 6.10.2.
Adam Jackson (1): Adapt Block/WakeupHandler signature for ABI 23 Connor Behan (1): Remove gatos advertisement Kevin Brace (1): xextproto 7.1 support update to the source code Matt Turner (1): xf86-video-r128 6.10.2
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-video-r128/Makefile4
-rw-r--r--x11/xf86-video-r128/distinfo11
-rw-r--r--x11/xf86-video-r128/patches/patch-src_compat-api.h20
3 files changed, 7 insertions, 28 deletions
diff --git a/x11/xf86-video-r128/Makefile b/x11/xf86-video-r128/Makefile
index ec5af984f92..d3580adf980 100644
--- a/x11/xf86-video-r128/Makefile
+++ b/x11/xf86-video-r128/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2016/02/26 11:27:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2017/01/18 20:22:39 wiz Exp $
-DISTNAME= xf86-video-r128-6.10.1
+DISTNAME= xf86-video-r128-6.10.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xf86-video-r128/distinfo b/x11/xf86-video-r128/distinfo
index 5282ac4dcce..478ab582853 100644
--- a/x11/xf86-video-r128/distinfo
+++ b/x11/xf86-video-r128/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/11/16 22:01:36 wiz Exp $
+$NetBSD: distinfo,v 1.10 2017/01/18 20:22:39 wiz Exp $
-SHA1 (xf86-video-r128-6.10.1.tar.bz2) = 25559ee795b7f417770086a53d9acdfaad8423da
-RMD160 (xf86-video-r128-6.10.1.tar.bz2) = 46285f3e0e1c3f30ced5e516faf5a1396bcfa48c
-SHA512 (xf86-video-r128-6.10.1.tar.bz2) = c1c68e548357d9f9e357dcf6e2c1614a253cf0f19b23577720de51801ae2e6160306cdf8bdbf9976d0036910f46dc4fa0e562304d38c84560bb852d3e9dbdd0f
-Size (xf86-video-r128-6.10.1.tar.bz2) = 495306 bytes
-SHA1 (patch-src_compat-api.h) = 5744b3275f786bba80c05040dad06f9df5ca3db8
+SHA1 (xf86-video-r128-6.10.2.tar.bz2) = ea3c739efda6ce785b057ac9c39f9247ae9ede8e
+RMD160 (xf86-video-r128-6.10.2.tar.bz2) = 1a277f08a3ab63a07b35a9fda239cce70109973c
+SHA512 (xf86-video-r128-6.10.2.tar.bz2) = 564b65454ee538c1b9dc5d22a52a57bdff0c1f94e1832719a8310699cee7167c1ca8fcd26243dfc4089832b1fcbab9efafb69c9061b328532f689d02a0acac23
+Size (xf86-video-r128-6.10.2.tar.bz2) = 504031 bytes
diff --git a/x11/xf86-video-r128/patches/patch-src_compat-api.h b/x11/xf86-video-r128/patches/patch-src_compat-api.h
deleted file mode 100644
index c225592fe73..00000000000
--- a/x11/xf86-video-r128/patches/patch-src_compat-api.h
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-src_compat-api.h,v 1.1 2016/11/16 22:01:36 wiz Exp $
-
-Adapt Block/WakeupHandler signature for ABI 23.
-
---- src/compat-api.h.orig 2014-10-01 01:49:41.000000000 +0000
-+++ src/compat-api.h
-@@ -75,8 +75,13 @@
-
- #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
-
-+#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
-+#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
-+#define BLOCKHANDLER_ARGS arg, pTimeout
-+#else
- #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer pReadmask
- #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
-+#endif
-
- #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
- #define CLOSE_SCREEN_ARGS pScreen