summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-11-17 08:06:52 +0000
committerwiz <wiz@pkgsrc.org>2016-11-17 08:06:52 +0000
commitd515f64581c9c7c99e51fd4d58666c3380c1726e (patch)
treeabd66ec5ef8ad78cdba84308fadd4c8ac77c7d06 /x11
parent780d8cb721c27cebf4383e763b8843612fc1c97c (diff)
downloadpkgsrc-d515f64581c9c7c99e51fd4d58666c3380c1726e.tar.gz
Updated xf86-input-mouse to 1.9.2.
This release supports the hot-off-the-line X server 1.19. And it comes, just as you're out partying with the keyboard driver. Another reason to party! Guess you will have troubles getting up tomorrow morning. Alan Coopersmith (2): README: Add "or xf86-input-libinput" to -evdev note for Linux README: Drop ancient, no longer supported versions of Solaris Keith Packard (2): Support ABI_XINPUT_VERSION 23 (use input_lock/input_unlock) Support ABI_XINPUT_VERSION 24 (remove LastSelectMask from block/wakeup) Peter Hutterer (1): mouse 1.9.2 Thomas Klausner (1): Add some standard defines to pkg-config file.
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-input-mouse/Makefile5
-rw-r--r--x11/xf86-input-mouse/distinfo12
-rw-r--r--x11/xf86-input-mouse/patches/patch-src_sun__mouse.c4
3 files changed, 11 insertions, 10 deletions
diff --git a/x11/xf86-input-mouse/Makefile b/x11/xf86-input-mouse/Makefile
index d12ec3c8d92..add97563538 100644
--- a/x11/xf86-input-mouse/Makefile
+++ b/x11/xf86-input-mouse/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2016/02/26 11:27:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.27 2016/11/17 08:06:52 wiz Exp $
-DISTNAME= xf86-input-mouse-1.9.1
-PKGREVISION= 3
+DISTNAME= xf86-input-mouse-1.9.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xf86-input-mouse/distinfo b/x11/xf86-input-mouse/distinfo
index 501d5ac5160..890cacd6d05 100644
--- a/x11/xf86-input-mouse/distinfo
+++ b/x11/xf86-input-mouse/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2015/11/04 03:29:01 agc Exp $
+$NetBSD: distinfo,v 1.19 2016/11/17 08:06:52 wiz Exp $
-SHA1 (xf86-input-mouse-1.9.1.tar.bz2) = edde3e0201ec18fbbbcf3c157f912dbae3b5a3cd
-RMD160 (xf86-input-mouse-1.9.1.tar.bz2) = 8d9807362b6be0b552e2fef605665dc30ce379ed
-SHA512 (xf86-input-mouse-1.9.1.tar.bz2) = 0b9647c21b949fe5b357de29028d823b5d385ebb5c59fddd53a11fceae3bf65e25bb988ac05d833abe7e071f6813d5a4dc4cdf61d240fc8a4f591866a86b5926
-Size (xf86-input-mouse-1.9.1.tar.bz2) = 348244 bytes
-SHA1 (patch-src_sun__mouse.c) = 2d8b285af1110c1dbad85ff356f916ca28ffa033
+SHA1 (xf86-input-mouse-1.9.2.tar.bz2) = d3a0839ad5a33665bb261a4fba33e3a6271817dc
+RMD160 (xf86-input-mouse-1.9.2.tar.bz2) = c7d68c0de19787ceda4e4307b113b6d74e0cb62d
+SHA512 (xf86-input-mouse-1.9.2.tar.bz2) = 30fdc4f699d434e2fb4a9f8d2f4f980538d646a6e4d2d572737fc5498c0bce0fb1ba080173ea0aa3480f574dde3f58d5a7ac837afdb29640ccb092b3f18ff209
+Size (xf86-input-mouse-1.9.2.tar.bz2) = 377685 bytes
+SHA1 (patch-src_sun__mouse.c) = e23157bc9bdb5840ac008648d1c9a894e7a900cc
diff --git a/x11/xf86-input-mouse/patches/patch-src_sun__mouse.c b/x11/xf86-input-mouse/patches/patch-src_sun__mouse.c
index 18f088a1133..554d16d9957 100644
--- a/x11/xf86-input-mouse/patches/patch-src_sun__mouse.c
+++ b/x11/xf86-input-mouse/patches/patch-src_sun__mouse.c
@@ -1,4 +1,6 @@
-$NetBSD: patch-src_sun__mouse.c,v 1.1 2015/04/06 13:28:22 tnn Exp $
+$NetBSD: patch-src_sun__mouse.c,v 1.2 2016/11/17 08:06:52 wiz Exp $
+
+rearrange includes to fix build on OmniOS. Include unistd.h for ioctl(2).
--- src/sun_mouse.c.orig 2014-08-12 06:36:34.000000000 +0000
+++ src/sun_mouse.c