pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xev



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 19 07:11:45 UTC 2026

Modified Files:
        pkgsrc/x11/xev: Makefile distinfo

Log Message:
xev: update to 1.2.7.

This release adds support for -help, --help, and --version options,
cleans up the man page, adds missing indentation to the CreateNotify
event output, and protects against XErrors when getting output info.

This release also adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to:
  https://gitlab.freedesktop.org/xorg/app/xev/-/issues
as we plan on removing the autoconf build support in a future release.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/xev/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xev/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/xev/Makefile
diff -u pkgsrc/x11/xev/Makefile:1.20 pkgsrc/x11/xev/Makefile:1.21
--- pkgsrc/x11/xev/Makefile:1.20        Sun Mar  3 23:10:45 2024
+++ pkgsrc/x11/xev/Makefile     Tue May 19 07:11:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/03/03 23:10:45 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2026/05/19 07:11:45 wiz Exp $
 
-DISTNAME=      xev-1.2.6
+DISTNAME=      xev-1.2.7
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz
@@ -9,13 +9,9 @@ MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
 COMMENT=       Display X events
 
-GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
-CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
-
-.include "../../meta-pkgs/modular-xorg/hacks.mk"
-
+.include "../../devel/meson/build.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/xorgproto/buildlink3.mk"

Index: pkgsrc/x11/xev/distinfo
diff -u pkgsrc/x11/xev/distinfo:1.13 pkgsrc/x11/xev/distinfo:1.14
--- pkgsrc/x11/xev/distinfo:1.13        Sun Mar  3 23:10:45 2024
+++ pkgsrc/x11/xev/distinfo     Tue May 19 07:11:45 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/03/03 23:10:45 wiz Exp $
+$NetBSD: distinfo,v 1.14 2026/05/19 07:11:45 wiz Exp $
 
-BLAKE2s (xev-1.2.6.tar.xz) = efb96c2577b1cec4ad0bf5825455caad736d35c3df40065ff4e68cee5108aa62
-SHA512 (xev-1.2.6.tar.xz) = aaabb635622abfbf0b7ef2a1978070a918ea94480f375dd0798375274cf378ddb25007cc42426bb2292ed65c8af922f88e6a04c5a2f6cff3fadb0194b53eb7e7
-Size (xev-1.2.6.tar.xz) = 129724 bytes
+BLAKE2s (xev-1.2.7.tar.xz) = cae6fa010b01ecf945ed46d9b9f69ed01da16db13a3b3757d2714355bdb063e9
+SHA512 (xev-1.2.7.tar.xz) = e6537827972b80bd58af4569054d44028cbb8a86e94445e9e99c7a6299500454da7b7dad0783bd49e937ca43e39cde1bf564762576ae3f2c52dc4a5c7c68b333
+Size (xev-1.2.7.tar.xz) = 136784 bytes



Home | Main Index | Thread Index | Old Index