pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xf86-input-joystick



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov 18 08:10:25 UTC 2016

Modified Files:
        pkgsrc/x11/xf86-input-joystick: Makefile distinfo
Removed Files:
        pkgsrc/x11/xf86-input-joystick/patches: patch-src_jstk.c
            patch-src_jstk.h

Log Message:
Updated xf86-input-joystick to 1.6.3.

just as you stagger home from the release party for the mouse and keyboard
driver, here's another one for the joystick driver. An accumulated bunch (5)
fixes, some of them almost 4 years old, the hair of the dog looks tempting
now, doesn't it?

On a more serious note, this is the last release for the joystick driver.
I'll put the usual 'discontinued' messages into the repository over the next
couple of days.

To prevent at least some of the ... "encouraging" emails: this driver does
*not* make your joystick work. This driver is solely for making a joystick
behave like a mouse pointer, which is a decidedly niche case to begin with.

Hans de Goede (3):
      Use jstkCloseDevice_* on error in jstkOpenDevice_* backend functions
      Add a generic jstkCloseDevice helper function
      Add support for server managed fds

Matthieu Herrb (1):
      use xf86{Add,Remove}EnabledDevice()

Peter Hutterer (2):
      Handle DEVICE_ABORT for input ABI 19.1
      joystick 1.6.3


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xf86-input-joystick/Makefile \
    pkgsrc/x11/xf86-input-joystick/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/x11/xf86-input-joystick/patches/patch-src_jstk.c \
    pkgsrc/x11/xf86-input-joystick/patches/patch-src_jstk.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xf86-input-joystick/Makefile
diff -u pkgsrc/x11/xf86-input-joystick/Makefile:1.3 pkgsrc/x11/xf86-input-joystick/Makefile:1.4
--- pkgsrc/x11/xf86-input-joystick/Makefile:1.3 Fri Feb 26 11:27:17 2016
+++ pkgsrc/x11/xf86-input-joystick/Makefile     Fri Nov 18 08:10:24 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/02/26 11:27:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2016/11/18 08:10:24 wiz Exp $
 
-DISTNAME=      xf86-input-joystick-1.6.2
-PKGREVISION=   1
+DISTNAME=      xf86-input-joystick-1.6.3
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2
Index: pkgsrc/x11/xf86-input-joystick/distinfo
diff -u pkgsrc/x11/xf86-input-joystick/distinfo:1.3 pkgsrc/x11/xf86-input-joystick/distinfo:1.4
--- pkgsrc/x11/xf86-input-joystick/distinfo:1.3 Wed Nov 16 22:57:33 2016
+++ pkgsrc/x11/xf86-input-joystick/distinfo     Fri Nov 18 08:10:24 2016
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/11/16 22:57:33 wiz Exp $
+$NetBSD: distinfo,v 1.4 2016/11/18 08:10:24 wiz Exp $
 
-SHA1 (xf86-input-joystick-1.6.2.tar.bz2) = 61658b8d829fdaed6064c7c26232c3884d359187
-RMD160 (xf86-input-joystick-1.6.2.tar.bz2) = c2821f284ba33488032d0dc9fe3300c9dad95d84
-SHA512 (xf86-input-joystick-1.6.2.tar.bz2) = 2c3e9d9fefa8010198a895fea1caa0475c8005480b5db14fc7e547ae9ac4da2dbfa10e8ecbdcf7a6bf31c7590f6414685a11964ef00f6ca99b88e81b404f5ef8
-Size (xf86-input-joystick-1.6.2.tar.bz2) = 327539 bytes
-SHA1 (patch-src_jstk.c) = d49c87500aa95765d92e352f93cb8d8894c30d8c
-SHA1 (patch-src_jstk.h) = 2bd6f7d3ce10b4969a6e61eca5d98ea69f0a6703
+SHA1 (xf86-input-joystick-1.6.3.tar.bz2) = b8664249d50ed266556877e15e3782c40614459c
+RMD160 (xf86-input-joystick-1.6.3.tar.bz2) = 9619dfef02eef577c69fe859ca87fd44e6f0eaa1
+SHA512 (xf86-input-joystick-1.6.3.tar.bz2) = 541c993bd37dd74d96d90060407d9fb9ebd3fbca352189a08c6b0c899c84609a1b5a3c1ea3febb4ceb5e2b881b54e45c75b8f9b2e475e16d7cffbbe42a3221e5
+Size (xf86-input-joystick-1.6.3.tar.bz2) = 351846 bytes



Home | Main Index | Thread Index | Old Index