pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xf86-input-joystick xf86-input-joystick: update to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f9790b1ee11
branches: trunk
changeset: 389745:3f9790b1ee11
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Dec 09 08:47:33 2022 +0000
description:
xf86-input-joystick: update to 1.6.4.
Alan Coopersmith (8):
Fix quoting in man page synopsis section
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
gitlab CI: stop requiring Signed-off-by in commits
xf86-input-joystick 1.6.4
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Emil Velikov (1):
autogen.sh: use quoted string variables
Manuel Bouyer (1):
Adapt to USB HID header changes on NetBSD-8.99.9.
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (2):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: use exec instead of waiting for configure to finish
diffstat:
x11/xf86-input-joystick/Makefile | 7 ++--
x11/xf86-input-joystick/distinfo | 11 ++----
x11/xf86-input-joystick/patches/patch-config.h.in | 16 ----------
x11/xf86-input-joystick/patches/patch-configure | 25 -----------------
x11/xf86-input-joystick/patches/patch-src_backend_bsd.c | 16 ----------
5 files changed, 7 insertions(+), 68 deletions(-)
diffs (102 lines):
diff -r f624ebba444f -r 3f9790b1ee11 x11/xf86-input-joystick/Makefile
--- a/x11/xf86-input-joystick/Makefile Fri Dec 09 08:45:14 2022 +0000
+++ b/x11/xf86-input-joystick/Makefile Fri Dec 09 08:47:33 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2022/04/10 08:53:18 nia Exp $
+# $NetBSD: Makefile,v 1.14 2022/12/09 08:47:33 wiz Exp $
-DISTNAME= xf86-input-joystick-1.6.3
-PKGREVISION= 2
+DISTNAME= xf86-input-joystick-1.6.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://xorg.freedesktop.org/
diff -r f624ebba444f -r 3f9790b1ee11 x11/xf86-input-joystick/distinfo
--- a/x11/xf86-input-joystick/distinfo Fri Dec 09 08:45:14 2022 +0000
+++ b/x11/xf86-input-joystick/distinfo Fri Dec 09 08:47:33 2022 +0000
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:34:39 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/12/09 08:47:34 wiz Exp $
-BLAKE2s (xf86-input-joystick-1.6.3.tar.bz2) = 96c524090bbd9a068c10a68d9319df2228c9f2b6564ba5d976c8b1691d199d41
-SHA512 (xf86-input-joystick-1.6.3.tar.bz2) = 541c993bd37dd74d96d90060407d9fb9ebd3fbca352189a08c6b0c899c84609a1b5a3c1ea3febb4ceb5e2b881b54e45c75b8f9b2e475e16d7cffbbe42a3221e5
-Size (xf86-input-joystick-1.6.3.tar.bz2) = 351846 bytes
-SHA1 (patch-config.h.in) = d1586bb4db52a4498ddad3fc77551a583126fcba
-SHA1 (patch-configure) = 698f6a5611e300dcce385b7d54c34e6fc7178eb5
-SHA1 (patch-src_backend_bsd.c) = 09135fbb638328b77fdf6e1f2a6a5d55ab9a064d
+BLAKE2s (xf86-input-joystick-1.6.4.tar.xz) = 8d74f779ab0ea2ca25e49351b45a425efbd9707b9b615bbe6cbf760ad2689713
+SHA512 (xf86-input-joystick-1.6.4.tar.xz) = 4e9127f125543060f9e6bc4b0aa384bc98a92acc52bfb240c9a114c565e0b24d2e9dcbc0e866845abc8aeb1e1a6c78cd5e3f0c0f22007aa93460b6a1910d67ef
+Size (xf86-input-joystick-1.6.4.tar.xz) = 296132 bytes
diff -r f624ebba444f -r 3f9790b1ee11 x11/xf86-input-joystick/patches/patch-config.h.in
--- a/x11/xf86-input-joystick/patches/patch-config.h.in Fri Dec 09 08:45:14 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-config.h.in,v 1.1 2017/12/27 14:13:55 wiz Exp $
-
-Adapt for NetBSD-8.99.9.
-
---- config.h.in.orig 2017-12-27 12:38:30.274552468 +0100
-+++ config.h.in 2017-12-27 12:42:21.573673909 +0100
-@@ -12,6 +12,9 @@
- /* Define to 1 if you have the <dev/usb/usbhid.h> header file. */
- #undef HAVE_DEV_USB_USBHID_H
-
-+/* Define to 1 if you have the <dev/hid/hid.h> header file. */
-+#undef HAVE_DEV_HID_HID_H
-+
- /* Define to 1 if you have the <dev/usb/usb.h> header file. */
- #undef HAVE_DEV_USB_USB_H
-
diff -r f624ebba444f -r 3f9790b1ee11 x11/xf86-input-joystick/patches/patch-configure
--- a/x11/xf86-input-joystick/patches/patch-configure Fri Dec 09 08:45:14 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2017/12/27 14:13:55 wiz Exp $
-
-Adapt for NetBSD-8.99.9.
-
---- configure.orig 2017-12-27 12:38:30.273523326 +0100
-+++ configure 2017-12-27 12:48:39.451130924 +0100
-@@ -18680,6 +18680,18 @@
-
- done
-
-+for ac_header in dev/hid/hid.h
-+do :
-+ ac_fn_c_check_header_mongrel "$LINENO" "dev/hid/hid.h" "ac_cv_header_dev_hid_hid_h" "$ac_includes_default"
-+if test "x$ac_cv_header_dev_hid_hid_h" = xyes; then :
-+ cat >>confdefs.h <<_ACEOF
-+#define HAVE_DEV_HID_HID_H 1
-+_ACEOF
-+
-+fi
-+
-+done
-+
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hid_get_item in -lusbhid" >&5
- $as_echo_n "checking for hid_get_item in -lusbhid... " >&6; }
- if ${ac_cv_lib_usbhid_hid_get_item+:} false; then :
diff -r f624ebba444f -r 3f9790b1ee11 x11/xf86-input-joystick/patches/patch-src_backend_bsd.c
--- a/x11/xf86-input-joystick/patches/patch-src_backend_bsd.c Fri Dec 09 08:45:14 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_backend_bsd.c,v 1.1 2017/12/27 14:13:55 wiz Exp $
-
-Adapt for NetBSD-8.99.9.
-
---- src/backend_bsd.c.orig 2017-12-27 12:38:30.270838738 +0100
-+++ src/backend_bsd.c 2017-12-27 12:39:31.650117455 +0100
-@@ -44,6 +44,9 @@
- #include <usbhid.h>
- #include <dev/usb/usb.h>
- #include <dev/usb/usbhid.h>
-+#ifdef HAVE_DEV_HID_HID_H
-+ #include <dev/hid/hid.h>
-+#endif
- #ifdef HAVE_DEV_USB_USB_IOCTL_H
- #include <dev/usb/usb_ioctl.h>
- #endif
Home |
Main Index |
Thread Index |
Old Index