pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 13 07:16:14 UTC 2025

Modified Files:
        pkgsrc/x11/xf86-input-mouse: Makefile distinfo

Log Message:
xf86-input-mouse: update to 2.0.0.

This mouse driver is primarily used with BSD, GNU Hurd, illumos, & Solaris
systems.  Linux systems should instead use either xf86-input-libinput or
xf86-input-evdev.

While versions 1.9.5 and earlier had rudimentary support for Linux as well,
that has been removed in this release.

Alan Coopersmith (19):
      gitlab CI: update to latest ci-templates & FreeBSD 14.0
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      gitlab CI: install xorgproto from git before building the Xserver
      bsd_mouse: include sys/stat.h directly instead of relying on xf86_OSlib.h
      Raise required xserver version from 1.7 to 1.10 (ABI_XINPUT_VERSION 12.2)
      Move sizeof to second argument in calloc calls
      gitlab CI: fix missing runner tag on FreeBSD jobs after gitlab migration
      README: drop more unsupported OS'es
      man page: Remove USB & Xqueue from protocol list
      Improve man page formatting
      mouse.c: handle -Wanalyzer-null-dereference in createProtoList
      mouse.c: Remove stray semicolons after closing brackets
      mouse.c: wrap multi-statement macros in do { ... } while (0)
      Make switch fallthrough markers compatible with clang and C23
      mouse.c: remove breaks after return statements [-Wunreachable-code-break]
      mouse.c: remove useless cast for return from calloc
      man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
      man page: Replace __xservername__ & __xconfigfile__ with Xorg & xorg.conf
      xf86-input-mouse 2.0.0

Enrico Weigelt, metux IT consult (9):
      Fix missing #include <errno.h>
      use XNFalloc() instead of xnfalloc
      use XNFstrdup() instead of xnfstrdup
      use XNFrealloc() instead of xnfrealloc
      gitlab CI: FTBS: fix missing libepoll-shim
      gitlab CI: FTBS: fix pkg-config path
      Use strdup() instead of xstrdup()
      lnx_mouse: don't hard-crash the whole Xserver on strdup() fail
      drop Linux support


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/xf86-input-mouse/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/xf86-input-mouse/distinfo

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-mouse/Makefile
diff -u pkgsrc/x11/xf86-input-mouse/Makefile:1.39 pkgsrc/x11/xf86-input-mouse/Makefile:1.40
--- pkgsrc/x11/xf86-input-mouse/Makefile:1.39   Sun Nov 12 13:24:33 2023
+++ pkgsrc/x11/xf86-input-mouse/Makefile        Wed Aug 13 07:16:14 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2023/11/12 13:24:33 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2025/08/13 07:16:14 wiz Exp $
 
-DISTNAME=      xf86-input-mouse-1.9.5
-PKGREVISION=   1
+DISTNAME=      xf86-input-mouse-2.0.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/xf86-input-mouse/distinfo
diff -u pkgsrc/x11/xf86-input-mouse/distinfo:1.26 pkgsrc/x11/xf86-input-mouse/distinfo:1.27
--- pkgsrc/x11/xf86-input-mouse/distinfo:1.26   Fri May  5 08:24:30 2023
+++ pkgsrc/x11/xf86-input-mouse/distinfo        Wed Aug 13 07:16:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2023/05/05 08:24:30 wiz Exp $
+$NetBSD: distinfo,v 1.27 2025/08/13 07:16:14 wiz Exp $
 
-BLAKE2s (xf86-input-mouse-1.9.5.tar.xz) = ed07924eaedf918cf08bc2a1f4be85da0d9fcbbf0e618de7e7a27eb47cf871a0
-SHA512 (xf86-input-mouse-1.9.5.tar.xz) = ed9bd9cb9a05dac0ff1bfb4e4704cb2e94117afb400aa9e0b7ccdbb102bc6db1b0d3af7cb6f99d0892f8fc306f1643286291c0fa7114af8e65864412bd6c1afa
-Size (xf86-input-mouse-1.9.5.tar.xz) = 326896 bytes
+BLAKE2s (xf86-input-mouse-2.0.0.tar.xz) = c164202ec8a610d1d603d187e0f7cb140e7f2b0b0365a69dec618d818b5fa562
+SHA512 (xf86-input-mouse-2.0.0.tar.xz) = 8579fe4d7beeb676a93c4f232283bbfccf2bea2859bfffea2af4d945ffac24e453843b002007d7d5e34375bc6f14eff896e519886e7b8886abab5f33b343e15e
+Size (xf86-input-mouse-2.0.0.tar.xz) = 334704 bytes



Home | Main Index | Thread Index | Old Index