Path to this page:
./
x11/libxkbfile,
The xkbfile Library from modular X.org
Branch: CURRENT,
Version: 1.1.3,
Package name: libxkbfile-1.1.3,
Maintainer: pkgsrc-userslibxkbfile is used by the X servers and utilities to parse the XKB
configuration data files.
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 307.148 KB
Version history: (Expand)
- (2024-02-10) Updated to version: libxkbfile-1.1.3
- (2022-12-09) Updated to version: libxkbfile-1.1.2
- (2022-10-18) Updated to version: libxkbfile-1.1.1
- (2019-03-17) Updated to version: libxkbfile-1.1.0
- (2018-03-07) Updated to version: libxkbfile-1.0.9nb1
- (2015-05-01) Updated to version: libxkbfile-1.0.9
CVS history: (Expand)
2025-03-04 10:37:39 by Nia Alarie | Files touched by this commit (31) |
Log message:
*: Assume that the user has a C99-capable compiler.
A compiler that supports -std=c99 is required for
bootstrap, so it doesn't make sense to specify a c99
compiler everywhere in package makefiles.
At any rate, I would bet my entire life's savings that
this is a small fraction of the total number of packages
requiring c99.
Note that compilers that default to c89 but support c99
are still supported...
|
2024-02-21 11:32:01 by Nia Alarie | Files touched by this commit (1) |
Log message:
libxkbfile: Fix building with compilers that default to c89.
|
2024-02-09 22:13:53 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
libxkbfile: update to 1.1.3.
This release adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to our
gitlab issue tracker at:
https://gitlab.freedesktop.org/xorg/lib/libxkbfile/-/issues
as we plan on removing the autoconf build support in a future release.
Alan Coopersmith (13):
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Set close-on-exec when opening files
_XkbMakeAtom: remove check for impossible case
_XkbInitAtoms: check for malloc() failure
XkbChangeAtomDisplay: stop leaking atom name
XkbCFReportError: avoid -Wformat-nonliteral warning
XkbWriteCFile: stop leaking header file ifdef name
DefaultParser: avoid -Wimplicit-fallthrough warnings
xkbtext.c: Add tbGetBufferString helper function
XkbIndentText: Fix -Wsign-compare warning
Fix -Wsign-compare warnings in xkbtext.c & xkmread.c
Add a meson build system
libxkbfile 1.1.3
|
2022-12-09 00:35:00 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libxkbfile: update to 1.1.2.
Matt Turner (2):
configure: Use AC_SYS_LARGEFILE to enable large file support
libxkbfile 1.1.2
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-10-18 09:50:27 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
libxkbfile: update to 1.1.1.
Alan Coopersmith (6):
Use strndup if available to avoid -Wstringop-overflow warning from gcc 9
Convert check for strcasecmp to normal autoconf style
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
libxkbfile 1.1.1
Benno Schulenberg (1):
fix an off-by-one error in copying the name of a virtual modifier
Peter Hutterer (2):
Escape non-printable characters correctly
unifdef NOTYET
Ran Benita (1):
Fix check for appending '|' character when applying rules
|
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
|