pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-r128 Updated xf86-video-r128 to 6.10.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d160e112dca
branches:  trunk
changeset: 357335:1d160e112dca
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 18 20:22:39 2017 +0000

description:
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:

 x11/xf86-video-r128/Makefile                       |   4 ++--
 x11/xf86-video-r128/distinfo                       |  11 +++++------
 x11/xf86-video-r128/patches/patch-src_compat-api.h |  20 --------------------
 3 files changed, 7 insertions(+), 28 deletions(-)

diffs (52 lines):

diff -r baee4ff64b53 -r 1d160e112dca x11/xf86-video-r128/Makefile
--- a/x11/xf86-video-r128/Makefile      Wed Jan 18 20:21:23 2017 +0000
+++ b/x11/xf86-video-r128/Makefile      Wed Jan 18 20:22:39 2017 +0000
@@ -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 -r baee4ff64b53 -r 1d160e112dca x11/xf86-video-r128/distinfo
--- a/x11/xf86-video-r128/distinfo      Wed Jan 18 20:21:23 2017 +0000
+++ b/x11/xf86-video-r128/distinfo      Wed Jan 18 20:22:39 2017 +0000
@@ -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 -r baee4ff64b53 -r 1d160e112dca x11/xf86-video-r128/patches/patch-src_compat-api.h
--- a/x11/xf86-video-r128/patches/patch-src_compat-api.h        Wed Jan 18 20:21:23 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index