Path to this page:
./
x11/xkbcomp,
XKBD keymap compiler
Branch: CURRENT,
Version: 1.4.7,
Package name: xkbcomp-1.4.7,
Maintainer: pkgsrc-usersThe xkbcomp tool converts descriptions of an XKB keymap into other
formats, most importantly the compiled keymaps used by XKB-capable
X servers.
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 233.715 KB
Version history: (Expand)
- (2024-02-09) Updated to version: xkbcomp-1.4.7
- (2022-12-08) Updated to version: xkbcomp-1.4.6
- (2021-03-17) Updated to version: xkbcomp-1.4.5
- (2020-11-05) Updated to version: xkbcomp-1.4.4
- (2020-02-21) Updated to version: xkbcomp-1.4.3
- (2018-06-15) Updated to version: xkbcomp-1.4.2
CVS history: (Expand)
2024-02-09 22:01:41 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xkbcomp: update to 1.4.7.
This release mainly focuses on code cleanup and improving maintainability
and making static analysis work better on this code base. It also fixes
a bug that could cause build failures with gcc when the -ftracer option
was used.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow xkbcomp to
work with files whose timestamps are later than January 19, 2038 on
32-bit platforms, but this has not been tested.
Alan Coopersmith (34):
gitlab CI: stop requiring Signed-off-by in commits
Eliminate 20 -Wimplicit-fallthrough warnings
Remove register keyword from variable declarations
Variable scope reductions
Use C99 struct initializers
Delete unused uTmpAlloc/uTmpFree wrappers around alloca()
Replace uAlloc() and uTypedAlloc() with direct malloc() calls
Replace uCalloc() and uTypedCalloc() with direct calloc() calls
Replace uTypedRealloc() with direct reallocarray() calls
Replace uTypedRecalloc() with direct recallocarray() calls
Replace uFree() with direct free() calls
Remove unnecessary checks for NULL pointers before calling free()
Replace Opaque with direct usage of void *
Remove unnecessary casts from memcpy() calls
Remove unnecessary casts from bzero() calls
Replace malloc()+bzero() pairs with calloc() calls
Fix 106 missing-field-initializers warnings in misc.c
Replace && with & for bitwise comparison
Use asprintf() if the platform supports it
Handle -Wstringop-truncation warning in HandleOverlayDef()
Remove #ifdef sgi sections
FindKeypadVMod: check xkb is not NULL before dereference, not after
XkbAddDirectoryToPath: don't leak existing paths on realloc() failure
Mark more functions and variables static
Remove unused "no indent" (NOI) debug functions
Only build debug infrastructure if DEBUG is defined
Stop building more unused functions
Use unsigned ints when shifting to create bitmasks
Mark more pointers as const
Replace calloc(strlen())+strcpy() pairs with strdup() calls
xkbcomp.h: include config.h before any other headers
configure: raise minimum autoconf requirement to 2.70
GenerateListing: close outFile before returning
xkbcomp 1.4.7
|
2022-12-08 10:54:21 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xkbcomp: update to 1.4.6.
Alan Coopersmith (5):
Fix "upercase" typo
Build xz tarballs instead of bzip2
gitlab CI: update to new templates
man page: remove out-of-date COPYRIGHT section
xkbcomp 1.4.6
Benno Schulenberg (2):
suppress the "Could not resolve" warning when 'warningLevel' is zero
suppress four more warnings when 'warningLevel' is zero
Matt Turner (1):
configure: Use AC_SYS_LARGEFILE to enable large file support
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2021-03-17 09:18:53 by Thomas Klausner | Files touched by this commit (2) | |
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
|
2020-11-05 10:17:06 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xkbcomp: update to 1.4.4.
Alan Coopersmith (1):
Fix spelling/wording issues
Miroslav Koškár (1):
Fix lockdevbtn to be XkbSA_LockDeviceBtn action
Peter Hutterer (3):
For -R and after chdir, add the current directory to the path
Don't pretend unresolved symbols are an error
xkbcomp 1.4.4
|
2020-02-20 23:38:03 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xkbcomp: update to 1.4.3.
Adam Jackson (1):
Suppress high-keycode warnings at the default warning level
Alan Coopersmith (1):
Update configure.ac bug URL for gitlab migration
Andreas Boll (2):
pkgconfig: Remove unneeded Requires.private
configure: Remove unused AC_SUBST([REQUIRED_MODULES])
Andreas Wettstein (1):
xkbcomp Fix missing support for "affect" and incorrect modifier \
handling for ISOLock
Dimitry Andric (1):
Don't compare with string literals
Matt Turner (1):
xkbcomp 1.4.3
Miroslav Koškár (1):
Fix invalid error report on F_Accel field
Peter Hutterer (1):
Error out if we have no default path
|