summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-18 18:28:03 +0000
committerwiz <wiz@pkgsrc.org>2017-01-18 18:28:03 +0000
commitdcd51f5cd779fd54e2bf0b7a7fa2e31425afe6b1 (patch)
tree18e26bd52614404d58a39b215a9b8c73170d14b8 /x11
parent8c2da3b67434b247ba2cd4782f8c680c9ad4e34b (diff)
downloadpkgsrc-dcd51f5cd779fd54e2bf0b7a7fa2e31425afe6b1.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/xf86-video-chips/Makefile5
-rw-r--r--x11/xf86-video-chips/distinfo11
-rw-r--r--x11/xf86-video-chips/patches/patch-src_compat-api.h20
3 files changed, 7 insertions, 29 deletions
diff --git a/x11/xf86-video-chips/Makefile b/x11/xf86-video-chips/Makefile
index cb02efe97b4..0607df8db1c 100644
--- a/x11/xf86-video-chips/Makefile
+++ b/x11/xf86-video-chips/Makefile
@@ -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 --git a/x11/xf86-video-chips/distinfo b/x11/xf86-video-chips/distinfo
index ce4e7456f60..b73b890da45 100644
--- a/x11/xf86-video-chips/distinfo
+++ b/x11/xf86-video-chips/distinfo
@@ -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 --git a/x11/xf86-video-chips/patches/patch-src_compat-api.h b/x11/xf86-video-chips/patches/patch-src_compat-api.h
deleted file mode 100644
index e46db0b0d54..00000000000
--- a/x11/xf86-video-chips/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: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