Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/xorg]: xsrc/external/mit/libxkbfile/dist initial import of libxkbfile-1...
details: https://anonhg.NetBSD.org/xsrc/rev/575c21a7710f
branches: xorg
changeset: 10241:575c21a7710f
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Mar 18 04:24:25 2019 +0000
description:
initial import of libxkbfile-1.1.0
diffstat:
external/mit/libxkbfile/dist/ChangeLog | 124 +
external/mit/libxkbfile/dist/Makefile.am | 2 +
external/mit/libxkbfile/dist/Makefile.in | 8 +-
external/mit/libxkbfile/dist/README.md | 21 +
external/mit/libxkbfile/dist/aclocal.m4 | 5305 +++++----
external/mit/libxkbfile/dist/config.guess | 679 +-
external/mit/libxkbfile/dist/config.h.in | 3 +-
external/mit/libxkbfile/dist/config.sub | 304 +-
external/mit/libxkbfile/dist/configure | 2277 ++-
external/mit/libxkbfile/dist/configure.ac | 4 +-
external/mit/libxkbfile/dist/include/X11/extensions/XKMformat.h | 126 +-
external/mit/libxkbfile/dist/ltmain.sh | 5812 ++++++---
external/mit/libxkbfile/dist/src/Makefile.in | 3 +
external/mit/libxkbfile/dist/src/xkbtext.c | 70 +-
14 files changed, 8749 insertions(+), 5989 deletions(-)
diffs (truncated from 26006 to 300 lines):
diff -r e0d584a06bb4 -r 575c21a7710f external/mit/libxkbfile/dist/ChangeLog
--- a/external/mit/libxkbfile/dist/ChangeLog Mon Mar 18 04:24:22 2019 +0000
+++ b/external/mit/libxkbfile/dist/ChangeLog Mon Mar 18 04:24:25 2019 +0000
@@ -1,3 +1,127 @@
+commit 261992d42905f209cd5bf6afcf8a7ae3aa30b3ff
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Mar 16 11:30:41 2019 -0700
+
+ libxkbfile 1.1.0
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 306087b60496d6493323433573ee9b9fb392dd7b
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Mar 16 11:22:06 2019 -0700
+
+ Add description of libxkbfile to README.md
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 28822317438b6800435145a0312dbce59a03eaa3
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri Dec 7 19:44:24 2018 -0800
+
+ Update configure.ac bug URL for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 340581e83d57414b5f33fd2f9f22fdfebf0d4b8d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Mon Nov 19 23:07:00 2018 -0800
+
+ Update README for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit b660c757e308b7c561dba16d45d18863bfa2973e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Nov 10 13:21:42 2018 -0800
+
+ Remove obsolete B16 & B32 tags in struct definitions
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit d2ec504fec2550f4fd046e801b34317ef4a4bab9
+Author: Martin Burggraf <TSO%gmx.net@localhost>
+Date: Thu Aug 13 21:16:40 2015 +0200
+
+ correcting mathematical nonsense
+
+ V2: Fixing the issue with numbers between 0 -1
+
+ Reviewed-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 1c070d1153e293169909b0fc8e9ff65be9121fa0
+Author: Mihail Konev <k.mvc%ya.ru@localhost>
+Date: Thu Jan 26 13:52:49 2017 +1000
+
+ autogen: add default patch prefix
+
+ Signed-off-by: Mihail Konev <k.mvc%ya.ru@localhost>
+
+commit 9e39e36316f3dd28b1fd6f71562ec93bce2da35a
+Author: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+Date: Mon Mar 9 12:00:52 2015 +0000
+
+ autogen.sh: use quoted string variables
+
+ Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+ fall-outs, when they contain space.
+
+ Signed-off-by: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+ Reviewed-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit cfea939bb7d61d51b74493d77294010ddef490f0
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date: Tue Jan 24 10:32:07 2017 +1000
+
+ autogen.sh: use exec instead of waiting for configure to finish
+
+ Syncs the invocation of configure with the one from the server.
+
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+ Reviewed-by: Emil Velikov <emil.velikov%collabora.com@localhost>
+
+commit 56fa447282c47bf23d05e18a42bbd0184dbd8302
+Author: Andreas Wettstein <wettstein509%solnet.ch@localhost>
+Date: Sat Feb 15 17:35:50 2014 +0100
+
+ Fix mistyped argument of sizeof
+
+ A pointer rather than the buffer was given to sizeof. As the data to be
+ written is only one or two bytes, a pointer size is at least four bytes, and
+ the buffer has 32 bytes, this error did not have negative effects.
+
+ Signed-off-by: Andreas Wettstein <wettstein509%solnet.ch@localhost>
+ Reviewed-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit a594dde52b7903feab839f5cfe08755753aca20e
+Author: Andreas Wettstein <wettstein509%solnet.ch@localhost>
+Date: Sat Feb 15 17:35:29 2014 +0100
+
+ Add support for genKeyEvent flag
+
+ ActionMessage has an optional flag genKeyEvent. This change makes sure this
+ flag is printed when it is set.
+
+ Signed-off-by: Andreas Wettstein <wettstein509%solnet.ch@localhost>
+ Reviewed-By: Ran Benita <ran234%gmail.com@localhost>
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 6223ec08213cb8cc546418690c27e0fdd4f0addd
+Author: Andreas Wettstein <wettstein509%solnet.ch@localhost>
+Date: Sat Feb 15 17:35:09 2014 +0100
+
+ Add missing support for NoLock and NoUnlock flags
+
+ The LockMods, ISOLock and LockControls support an "affect" flag to selectively
+ enable and disable locking and unlocking for these actions. This change adds
+ output of these flags.
+
+ Signed-off-by: Andreas Wettstein <wettstein509%solnet.ch@localhost>
+ Reviewed-By: Ran Benita <ran234%gmail.com@localhost>
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
commit de4f2307448583988a55a587cb6a3f43e4868378
Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
Date: Thu Apr 30 22:24:39 2015 -0700
diff -r e0d584a06bb4 -r 575c21a7710f external/mit/libxkbfile/dist/Makefile.am
--- a/external/mit/libxkbfile/dist/Makefile.am Mon Mar 18 04:24:22 2019 +0000
+++ b/external/mit/libxkbfile/dist/Makefile.am Mon Mar 18 04:24:25 2019 +0000
@@ -35,3 +35,5 @@
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff -r e0d584a06bb4 -r 575c21a7710f external/mit/libxkbfile/dist/Makefile.in
--- a/external/mit/libxkbfile/dist/Makefile.in Mon Mar 18 04:24:22 2019 +0000
+++ b/external/mit/libxkbfile/dist/Makefile.in Mon Mar 18 04:24:25 2019 +0000
@@ -209,8 +209,8 @@
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
- $(srcdir)/xkbfile.pc.in COPYING ChangeLog INSTALL README \
- compile config.guess config.sub install-sh ltmain.sh missing
+ $(srcdir)/xkbfile.pc.in COPYING ChangeLog INSTALL compile \
+ config.guess config.sub install-sh ltmain.sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -306,6 +306,7 @@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
+LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MAN_SUBSTS = @MAN_SUBSTS@
@@ -327,6 +328,8 @@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
@@ -393,6 +396,7 @@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xkbfile.pc
MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = README.md
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
diff -r e0d584a06bb4 -r 575c21a7710f external/mit/libxkbfile/dist/README.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/libxkbfile/dist/README.md Mon Mar 18 04:24:25 2019 +0000
@@ -0,0 +1,21 @@
+libxkbfile - XKB file handling routines
+---------------------------------------
+
+libxkbfile is used by the X servers and utilities to parse the XKB
+configuration data files.
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ https://lists.x.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+ https://gitlab.freedesktop.org/xorg/lib/libxkbfile
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
diff -r e0d584a06bb4 -r 575c21a7710f external/mit/libxkbfile/dist/aclocal.m4
--- a/external/mit/libxkbfile/dist/aclocal.m4 Mon Mar 18 04:24:22 2019 +0000
+++ b/external/mit/libxkbfile/dist/aclocal.m4 Mon Mar 18 04:24:25 2019 +0000
@@ -20,1141 +20,9 @@
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_AUTOMAKE_VERSION(VERSION)
-# ----------------------------
-# Automake X.Y traces this macro to ensure aclocal.m4 has been
-# generated from the m4 files accompanying Automake X.Y.
-# (This private macro should not be called outside this file.)
-AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.15'
-dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
-dnl require some minimum version. Point them to the right macro.
-m4_if([$1], [1.15], [],
- [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
-])
-
-# _AM_AUTOCONF_VERSION(VERSION)
-# -----------------------------
-# aclocal traces this macro to find the Autoconf version.
-# This is a private macro too. Using m4_define simplifies
-# the logic in aclocal, which can simply ignore this definition.
-m4_define([_AM_AUTOCONF_VERSION], [])
-
-# AM_SET_CURRENT_AUTOMAKE_VERSION
-# -------------------------------
-# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
-# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
-AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.15])dnl
-m4_ifndef([AC_AUTOCONF_VERSION],
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
-
-# AM_AUX_DIR_EXPAND -*- Autoconf -*-
-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
-# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
-# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
-#
-# Of course, Automake must honor this variable whenever it calls a
-# tool from the auxiliary directory. The problem is that $srcdir (and
-# therefore $ac_aux_dir as well) can be either absolute or relative,
-# depending on how configure is run. This is pretty annoying, since
-# it makes $ac_aux_dir quite unusable in subdirectories: in the top
-# source directory, any form will work fine, but in subdirectories a
-# relative path needs to be adjusted first.
-#
-# $ac_aux_dir/missing
-# fails when called from a subdirectory if $ac_aux_dir is relative
-# $top_srcdir/$ac_aux_dir/missing
-# fails if $ac_aux_dir is absolute,
-# fails when called from a subdirectory in a VPATH build with
-# a relative $ac_aux_dir
-#
-# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
-# are both prefixed by $srcdir. In an in-source build this is usually
-# harmless because $srcdir is '.', but things will broke when you
-# start a VPATH build or use an absolute $srcdir.
-#
-# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
-# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
-# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
-# and then we would define $MISSING as
-# MISSING="\${SHELL} $am_aux_dir/missing"
-# This will work as long as MISSING is not called from configure, because
-# unfortunately $(top_srcdir) has no meaning in configure.
-# However there are other variables, like CC, which are often used in
-# configure, and could therefore not use this "fixed" $ac_aux_dir.
-#
-# Another solution, used here, is to always expand $ac_aux_dir to an
-# absolute PATH. The drawback is that using absolute paths prevent a
-# configured tree to be moved without reconfiguration.
-
-AC_DEFUN([AM_AUX_DIR_EXPAND],
-[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-# Expand $ac_aux_dir to an absolute path.
-am_aux_dir=`cd "$ac_aux_dir" && pwd`
-])
-
-# AM_CONDITIONAL -*- Autoconf -*-
Home |
Main Index |
Thread Index |
Old Index