Mon Oct 19 22:56:32 2015 UTC ()
Update to 1.6.2:

A couple of minor patches accumulated over the years. One crasher fix, one
exit status correction, two fixes for the test-xi2 printf. And some build
system cleanups.

Gaetan Nadon (1):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Peter Hutterer (6):
      Drop AM_MAINTAINER_MODE
      Fix crash for enable/disable without a device argument
      Fix valuator printf output in test-xi2
      property: return EXIT_FAILURE if at least one device fails (#90226)
      Print touch event flags in test-xi2
      xinput 1.6.2


(wiz)
diff -r1.11 -r1.12 pkgsrc/x11/xinput/Makefile
diff -r1.6 -r1.7 pkgsrc/x11/xinput/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/x11/xinput/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xinput/Makefile 2013/05/16 05:47:01 1.11
+++ pkgsrc/x11/xinput/Makefile 2015/10/19 22:56:32 1.12
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.11 2013/05/16 05:47:01 richard Exp $ 1# $NetBSD: Makefile,v 1.12 2015/10/19 22:56:32 wiz Exp $
2# 
3 2
4DISTNAME= xinput-1.6.0 3DISTNAME= xinput-1.6.2
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://xorg.freedesktop.org/ 8HOMEPAGE= http://xorg.freedesktop.org/
10COMMENT= Xinput diagnostic utility for modular X.org 9COMMENT= Xinput diagnostic utility for modular X.org
11LICENSE= mit 10LICENSE= mit
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15 14
16BUILDLINK_API_DEPENDS.inputproto+= inputproto>=1.6 15BUILDLINK_API_DEPENDS.inputproto+= inputproto>=1.6
17.include "../../x11/inputproto/buildlink3.mk" 16.include "../../x11/inputproto/buildlink3.mk"
18BUILDLINK_API_DEPENDS.libXi+= libXi>=1.2.0 17BUILDLINK_API_DEPENDS.libXi+= libXi>=1.2.0
19.include "../../x11/libXi/buildlink3.mk" 18.include "../../x11/libXi/buildlink3.mk"
20.include "../../x11/libXinerama/buildlink3.mk" 19.include "../../x11/libXinerama/buildlink3.mk"
21.include "../../x11/libXrandr/buildlink3.mk" 20.include "../../x11/libXrandr/buildlink3.mk"
22 21
23.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/x11/xinput/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xinput/distinfo 2013/05/16 05:47:01 1.6
+++ pkgsrc/x11/xinput/distinfo 2015/10/19 22:56:32 1.7
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.6 2013/05/16 05:47:01 richard Exp $ 1$NetBSD: distinfo,v 1.7 2015/10/19 22:56:32 wiz Exp $
2 2
3SHA1 (xinput-1.6.0.tar.gz) = cb36f3bde1aabde7c0d0d907124a05eb2597bd28 3SHA1 (xinput-1.6.2.tar.gz) = c3bdd9c39a0d30db8948ae5e8a1354e6b4e9640a
4RMD160 (xinput-1.6.0.tar.gz) = cab4898e86611c128a26035fd4b4deb28a0dac11 4RMD160 (xinput-1.6.2.tar.gz) = 184e5307c0e4cb1f0075d568598dbfdbbd6bfc1d
5Size (xinput-1.6.0.tar.gz) = 183484 bytes 5SHA512 (xinput-1.6.2.tar.gz) = 0ba2f59eb0fa347beb9219d04cb0279a243856f5b5e333386dd2b8fe287dccf6d8aebf8031c80e06b6a5260db9fe25cfaef6cd9ed373836525f15b85a5e535b3
 6Size (xinput-1.6.2.tar.gz) = 200635 bytes