pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-chips Updated xf86-video-chips to 1.2.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea4cdba08f57
branches:  trunk
changeset: 357321:ea4cdba08f57
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 18 18:28:03 2017 +0000

description:
Updated xf86-video-chips to 1.2.7.

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

Matt Turner (1):
     xf86-video-chips 1.2.7

diffstat:

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

diffs (54 lines):

diff -r 002b6d7cc197 -r ea4cdba08f57 x11/xf86-video-chips/Makefile
--- a/x11/xf86-video-chips/Makefile     Wed Jan 18 18:26:50 2017 +0000
+++ b/x11/xf86-video-chips/Makefile     Wed Jan 18 18:28:03 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2016/02/26 11:27:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/18 18:28:03 wiz Exp $
 
-DISTNAME=      xf86-video-chips-1.2.6
-PKGREVISION=   1
+DISTNAME=      xf86-video-chips-1.2.7
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 002b6d7cc197 -r ea4cdba08f57 x11/xf86-video-chips/distinfo
--- a/x11/xf86-video-chips/distinfo     Wed Jan 18 18:26:50 2017 +0000
+++ b/x11/xf86-video-chips/distinfo     Wed Jan 18 18:28:03 2017 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.10 2016/11/16 22:14:53 wiz Exp $
+$NetBSD: distinfo,v 1.11 2017/01/18 18:28:03 wiz Exp $
 
-SHA1 (xf86-video-chips-1.2.6.tar.bz2) = b8312cd084ba6d5604a59c1f1469cf8fd612018a
-RMD160 (xf86-video-chips-1.2.6.tar.bz2) = b2196bd31d3dde2ee6c546d73faea128533a440a
-SHA512 (xf86-video-chips-1.2.6.tar.bz2) = 7844852fe514281f5613e6bc3254a207d6028663895228976edd77fc3b214e2fb344929eca238b632218f730ef30503ff14500b84289bc7ab3108888078e72f5
-Size (xf86-video-chips-1.2.6.tar.bz2) = 413528 bytes
+SHA1 (xf86-video-chips-1.2.7.tar.bz2) = ec0944c94b50a0b2078af6a025226e5f383422ce
+RMD160 (xf86-video-chips-1.2.7.tar.bz2) = 57e75a76bbc32c55fa6780c50266190b8c9f9c48
+SHA512 (xf86-video-chips-1.2.7.tar.bz2) = 12a98b79b9eba42fd408b9ac9568600dd3b1e7552841dff9b86afad78f3730e354e9ce0df1f6229a06933b7f4d7598a36227f203749447076eb63c4a9c9811f9
+Size (xf86-video-chips-1.2.7.tar.bz2) = 426013 bytes
 SHA1 (patch-configure) = 2a7d72260b5f1650e2aa6dc8c90cfc896f36ddb2
-SHA1 (patch-src_compat-api.h) = efdd840fd50e7d4dab154f12c6b1f5bdd325bb60
diff -r 002b6d7cc197 -r ea4cdba08f57 x11/xf86-video-chips/patches/patch-src_compat-api.h
--- a/x11/xf86-video-chips/patches/patch-src_compat-api.h       Wed Jan 18 18:26:50 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:14:53 wiz Exp $
-
-Adapt Block/WakeupHandler signature for ABI 23.
-
---- src/compat-api.h.orig      2015-09-26 16:28:01.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