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:           Fri May  5 08:24:30 UTC 2023

Modified Files:
        pkgsrc/x11/xf86-input-mouse: Makefile distinfo
Removed Files:
        pkgsrc/x11/xf86-input-mouse/patches: patch-src_sun__mouse.c

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

This release mainly provides build fixes, bug fixes, and improvements
for OS'es in the Solaris family, including illumos distros.

Alan Coopersmith (5):
      sun_mouse: include more required system headers
      sun_mouse: Add RelToAbs option to convert relative events to absolute
      sun_mouse: remove entry from vuidMouseList in DEVICE_CLOSE
      Remove "All rights reserved" from Oracle copyright notices
      xf86-input-mouse 1.9.5

Thomas Klausner (1):
      Rearrange includes to fix build on OmniOS. Include unistd.h for ioctl(2).


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/xf86-input-mouse/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/xf86-input-mouse/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/x11/xf86-input-mouse/patches/patch-src_sun__mouse.c

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.37 pkgsrc/x11/xf86-input-mouse/Makefile:1.38
--- pkgsrc/x11/xf86-input-mouse/Makefile:1.37   Sun Jan 29 21:18:25 2023
+++ pkgsrc/x11/xf86-input-mouse/Makefile        Fri May  5 08:24:30 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2023/01/29 21:18:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2023/05/05 08:24:30 wiz Exp $
 
-DISTNAME=      xf86-input-mouse-1.9.4
-PKGREVISION=   1
+DISTNAME=      xf86-input-mouse-1.9.5
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.xz
@@ -15,8 +14,6 @@ USE_LIBTOOL=  YES
 GNU_CONFIGURE= YES
 USE_TOOLS+=    pkg-config
 
-RELRO_SUPPORTED=       partial
-
 CONFIGURE_ENV.SunOS+=  DRIVER_MAN_SUFFIX=4
 
 X11_DRV_NAME=  mouse

Index: pkgsrc/x11/xf86-input-mouse/distinfo
diff -u pkgsrc/x11/xf86-input-mouse/distinfo:1.25 pkgsrc/x11/xf86-input-mouse/distinfo:1.26
--- pkgsrc/x11/xf86-input-mouse/distinfo:1.25   Wed Nov  2 08:13:23 2022
+++ pkgsrc/x11/xf86-input-mouse/distinfo        Fri May  5 08:24:30 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.25 2022/11/02 08:13:23 wiz Exp $
+$NetBSD: distinfo,v 1.26 2023/05/05 08:24:30 wiz Exp $
 
-BLAKE2s (xf86-input-mouse-1.9.4.tar.xz) = 2680e534b4b9e92d075e62ea1ff8d4a69a6bb0464b3612b2be6f389989fac469
-SHA512 (xf86-input-mouse-1.9.4.tar.xz) = 7dfde3b1e0c1291c4d78ee920942771808b007f743bfc6eed20de12579383745858673dd874a4b5cf4ab8d9d15f6f7ca2db81ee831547a488d64848a7fe5e16c
-Size (xf86-input-mouse-1.9.4.tar.xz) = 325112 bytes
-SHA1 (patch-src_sun__mouse.c) = ac2c0af528d77440bd3ea0a0a6ebd554f7022b78
+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



Home | Main Index | Thread Index | Old Index