pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xkbcomp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 17 08:18:53 UTC 2021

Modified Files:
        pkgsrc/x11/xkbcomp: Makefile distinfo

Log Message:
xkbcomp: update to 1.4.5.

No exciting changes here. If anything, this release is less exciting than
previous versions.

The default keymaps now all ship with high keycodes which the server won't
support and and they also include keycodes that aren't mapped to any
keysyms. So screaming multiple warnings at every user on every keymap
compile about this is rather pointless and generates unwanted bugs.

These blood-curdling, adrenaline-laden warnings have been downgraded to mere
informational messages. And we all know no-one reads those.

Peter Hutterer (7):
      Remove trailing whitespaces
      gitlab CI: add basic build test
      Replace WARN[1-9], ERROR[1-9], etc. with their unnumbered version
      Downgrade the warning for missing symbols to info
      keycodes: downgrade the >255 keycode warning to an info
      keycodes: compress the high keycode warning
      xkbcomp 1.4.5


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/xkbcomp/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xkbcomp/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/xkbcomp/Makefile
diff -u pkgsrc/x11/xkbcomp/Makefile:1.22 pkgsrc/x11/xkbcomp/Makefile:1.23
--- pkgsrc/x11/xkbcomp/Makefile:1.22    Thu Nov  5 09:17:06 2020
+++ pkgsrc/x11/xkbcomp/Makefile Wed Mar 17 08:18:53 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/11/05 09:17:06 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2021/03/17 08:18:53 wiz Exp $
 
-DISTNAME=              xkbcomp-1.4.4
+DISTNAME=              xkbcomp-1.4.5
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/x11/xkbcomp/distinfo
diff -u pkgsrc/x11/xkbcomp/distinfo:1.15 pkgsrc/x11/xkbcomp/distinfo:1.16
--- pkgsrc/x11/xkbcomp/distinfo:1.15    Thu Nov  5 09:17:06 2020
+++ pkgsrc/x11/xkbcomp/distinfo Wed Mar 17 08:18:53 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/11/05 09:17:06 wiz Exp $
+$NetBSD: distinfo,v 1.16 2021/03/17 08:18:53 wiz Exp $
 
-SHA1 (xkbcomp-1.4.4.tar.bz2) = 9c173c9153d623de4503ddba99ccff91a4fdfc59
-RMD160 (xkbcomp-1.4.4.tar.bz2) = 635ecf94e8e05ddfb61a8aebdee2567ea2149f98
-SHA512 (xkbcomp-1.4.4.tar.bz2) = 971eb06277a49083b42154472596f1452fa94cdee28bad345bbcd85b028441bfd975763c20ed92aa69d6605b3fb23d27fee89df91501963b77c863667bae41c4
-Size (xkbcomp-1.4.4.tar.bz2) = 251224 bytes
+SHA1 (xkbcomp-1.4.5.tar.bz2) = 3505b70268572375078982cab98aeb96f72ff14c
+RMD160 (xkbcomp-1.4.5.tar.bz2) = c22378b5ba551d48619288c6d3028e699a34921a
+SHA512 (xkbcomp-1.4.5.tar.bz2) = 2e84f8d6b083e2e818cb95e5d2a184da00e50d71b280e92d1a71465a9a4348f922f4ddccb42cfeee6f76705bbfc8580ef67aedd0d958aaa1ae6bbcc66ccd8154
+Size (xkbcomp-1.4.5.tar.bz2) = 251617 bytes



Home | Main Index | Thread Index | Old Index