pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-sis Updated xf86-video-sis to 0.10.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8737acbf126
branches:  trunk
changeset: 357317:b8737acbf126
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 18 18:25:18 2017 +0000

description:
Updated xf86-video-sis to 0.10.9.

Adam Jackson (1):
     Adapt Block/WakeupHandler signature for ABI 23

Matt Turner (1):
     xf86-video-sis 0.10.9

Thomas Klausner (1):
     Fix arguments for miSetPointerPosition.

diffstat:

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

diffs (53 lines):

diff -r 063a2f63a813 -r b8737acbf126 x11/xf86-video-sis/Makefile
--- a/x11/xf86-video-sis/Makefile       Wed Jan 18 18:23:34 2017 +0000
+++ b/x11/xf86-video-sis/Makefile       Wed Jan 18 18:25:18 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2016/02/26 11:27:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.25 2017/01/18 18:25:18 wiz Exp $
 
-DISTNAME=      xf86-video-sis-0.10.8
-PKGREVISION=   1
+DISTNAME=      xf86-video-sis-0.10.9
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 063a2f63a813 -r b8737acbf126 x11/xf86-video-sis/distinfo
--- a/x11/xf86-video-sis/distinfo       Wed Jan 18 18:23:34 2017 +0000
+++ b/x11/xf86-video-sis/distinfo       Wed Jan 18 18:25:18 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/11/16 21:53:48 wiz Exp $
+$NetBSD: distinfo,v 1.12 2017/01/18 18:25:18 wiz Exp $
 
-SHA1 (xf86-video-sis-0.10.8.tar.bz2) = 8607cebaf87f3870dfe347bef4db5650a4a0a082
-RMD160 (xf86-video-sis-0.10.8.tar.bz2) = 386cfd6a3162a1c83af7dc6be3715fca8b0f0797
-SHA512 (xf86-video-sis-0.10.8.tar.bz2) = 3740acb13b087fc80c495eeb46ca8f050c6a489f7c1ec60fbee0cdfae26e516dc1a73dd6716aafbf16d8bd904a52db00cdbd538543e12792df1e43a6cbc1b72e
-Size (xf86-video-sis-0.10.8.tar.bz2) = 734785 bytes
-SHA1 (patch-src_compat-api.h) = c6ba716306841c8104f6fbe762ce460a1d6d204c
+SHA1 (xf86-video-sis-0.10.9.tar.bz2) = c0009118307b8cf110d43dbd0a174de2f90dfbcc
+RMD160 (xf86-video-sis-0.10.9.tar.bz2) = 940cae3e90c5dd6dc15e7b4df8047f6260969846
+SHA512 (xf86-video-sis-0.10.9.tar.bz2) = 7cb11d2f1f8be8d92159af7e322a9e4fe4e3436c38932d6d665b8854c2009495e99ff075c7a14d9db9c781114afc8397f0e8c1225d9a2f4bbf1b6a4b6cd6745d
+Size (xf86-video-sis-0.10.9.tar.bz2) = 736272 bytes
diff -r 063a2f63a813 -r b8737acbf126 x11/xf86-video-sis/patches/patch-src_compat-api.h
--- a/x11/xf86-video-sis/patches/patch-src_compat-api.h Wed Jan 18 18:23:34 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 21:53:48 wiz Exp $
-
-Adapt Block/WakeupHandler signature for ABI 23.
-
---- src/compat-api.h.orig      2015-08-29 23:34:25.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