Source-Changes-HG archive

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

[xsrc/xorg]: xsrc/external/mit/xkbcomp/dist initial import of xkbcomp-1.4.6



details:   https://anonhg.NetBSD.org/xsrc/rev/098bd8cd404d
branches:  xorg
changeset: 7353:098bd8cd404d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 08 10:11:50 2023 +0000

description:
initial import of xkbcomp-1.4.6

diffstat:

 external/mit/xkbcomp/dist/ChangeLog       |    89 +-
 external/mit/xkbcomp/dist/Makefile.in     |    25 +-
 external/mit/xkbcomp/dist/aclocal.m4      |  2329 ++++----
 external/mit/xkbcomp/dist/compat.c        |     2 +-
 external/mit/xkbcomp/dist/compile         |     2 +-
 external/mit/xkbcomp/dist/config.guess    |  1432 +++--
 external/mit/xkbcomp/dist/config.h.in     |    16 +-
 external/mit/xkbcomp/dist/config.sub      |   700 +-
 external/mit/xkbcomp/dist/configure       |  7926 +++++++++++++++-------------
 external/mit/xkbcomp/dist/configure.ac    |     9 +-
 external/mit/xkbcomp/dist/depcomp         |     2 +-
 external/mit/xkbcomp/dist/indicators.c    |     2 +-
 external/mit/xkbcomp/dist/install-sh      |   144 +-
 external/mit/xkbcomp/dist/man/Makefile.in |    12 +-
 external/mit/xkbcomp/dist/man/xkbcomp.man |     4 -
 external/mit/xkbcomp/dist/missing         |     2 +-
 external/mit/xkbcomp/dist/symbols.c       |    21 +-
 external/mit/xkbcomp/dist/xkbparse.c      |  2255 ++++----
 external/mit/xkbcomp/dist/ylwrap          |     2 +-
 19 files changed, 8021 insertions(+), 6953 deletions(-)

diffs (truncated from 22636 to 300 lines):

diff -r 1526f72cb1bb -r 098bd8cd404d external/mit/xkbcomp/dist/ChangeLog
--- a/external/mit/xkbcomp/dist/ChangeLog       Sun Jan 08 10:11:48 2023 +0000
+++ b/external/mit/xkbcomp/dist/ChangeLog       Sun Jan 08 10:11:50 2023 +0000
@@ -1,3 +1,82 @@
+commit 7bac6a25bb44d39710f1b2b5fdad56d7f4c01c39
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Wed Dec 7 17:53:16 2022 -0800
+
+    xkbcomp 1.4.6
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 7cdd50a7471ab67591ceb2e8734483220c5a9205
+Author: Matt Turner <mattst88%gmail.com@localhost>
+Date:   Tue Nov 29 12:00:20 2022 -0500
+
+    configure: Use AC_SYS_LARGEFILE to enable large file support
+    
+    Signed-off-by: Matt Turner <mattst88%gmail.com@localhost>
+
+commit 76eed4986b8c94008853c2215408a100b7e95ecb
+Author: Benno Schulenberg <bensberg%telfort.nl@localhost>
+Date:   Mon Jul 11 09:16:55 2022 +0200
+
+    suppress four more warnings when 'warningLevel' is zero
+    
+    This addresses issue #20 some more.
+    
+    Reported-by: Vincent Lefevre
+    
+    Signed-off-by: Benno Schulenberg <bensberg%telfort.nl@localhost>
+
+commit c230cee968c7e7956a04e4d73bd6f23260f435db
+Author: Benno Schulenberg <bensberg%telfort.nl@localhost>
+Date:   Sun Jul 10 17:31:52 2022 +0200
+
+    suppress the "Could not resolve" warning when 'warningLevel' is zero
+    
+    Two years ago, commit c8cfca25ab changed an error to a warning
+    but forgot to add a check for 'warningLevel'.
+    
+    This partially addresses issue #20.
+    
+    Reported-by: Vincent Lefevre
+    
+    Signed-off-by: Benno Schulenberg <bensberg%telfort.nl@localhost>
+
+commit 97311ebd18e0dbc545d18d1a4b8b94b59c1fbd08
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Apr 2 11:58:18 2022 -0700
+
+    man page: remove out-of-date COPYRIGHT section
+    
+    The information previously listed here didn't match what is present in
+    the source code or the COPYING file, and the X(7) man page doesn't list
+    any license information as this had claimed.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f3f71746ebee5404ccb736b53cddca557cc62060
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Dec 6 14:54:08 2021 -0800
+
+    gitlab CI: update to new templates
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 3aa424c245090ac594b85ce0ba0a438c921101d6
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Dec 6 14:44:55 2021 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 97390d9e15c0c7ac8c69de42e1be1028ae846aad
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 28 11:35:20 2021 -0800
+
+    Fix "upercase" typo
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit f8b240e897ed68b90c116ce4c2f8814e71e5aa97
 Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
 Date:   Wed Mar 17 15:39:53 2021 +1000
@@ -90,7 +169,7 @@
     Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
 
 commit a0a4f112c5858ac2b932247dba2d85061bb59145
-Author: Miroslav Koškár <mk%mkoskar.com@localhost>
+Author: Miroslav Koškár < <mk%mkoskar.com@localhost>
 Date:   Mon Jul 6 07:48:48 2020 +0200
 
     Fix lockdevbtn to be XkbSA_LockDeviceBtn action
@@ -186,7 +265,7 @@
     Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 
 commit 9edd61b91a02bda31fc6edd2c32c553e872b6ea2
-Author: Miroslav Koškár <mk%mkoskar.com@localhost>
+Author: Miroslav Koškár < <mk%mkoskar.com@localhost>
 Date:   Fri Jan 18 20:01:01 2019 +0100
 
     Fix invalid error report on F_Accel field
@@ -1877,7 +1956,7 @@
     Use sed to fill in variables in man page
 
 commit 8c0d310c1acccc424dae29554a5075f9b339e95f
-Author: Kristian Høgsberg <krh%redhat.com@localhost>
+Author: Kristian Høgsberg  <krh%redhat.com@localhost>
 Date:   Thu Sep 1 19:37:02 2005 +0000
 
     Define DFLT_XKB_CONFIG_ROOT to $(datadir)/X11/xkb so we look in the right
@@ -1918,13 +1997,13 @@
         configure cache, you cache it, and the cached value is probably wrong.
 
 commit 8335e5fa471e25675c6a369ec2348883953fcdd0
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Sat Jul 16 20:56:47 2005 +0000
 
     Add xkbcomp data to symlink.sh. Some fixes to xkbcomp/Makefile.am
 
 commit d7b3354575f31caa9044b6c5f7aee4f010f6192a
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Fri Jul 15 18:02:35 2005 +0000
 
     Build system for xkbcomp
diff -r 1526f72cb1bb -r 098bd8cd404d external/mit/xkbcomp/dist/Makefile.in
--- a/external/mit/xkbcomp/dist/Makefile.in     Sun Jan 08 10:11:48 2023 +0000
+++ b/external/mit/xkbcomp/dist/Makefile.in     Sun Jan 08 10:11:50 2023 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.2 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2020 Free Software Foundation, Inc.
+# Copyright (C) 1994-2021 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -251,9 +251,6 @@
   unique=`for i in $$list; do \
     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
        $(srcdir)/xkbcomp.pc.in COPYING ChangeLog INSTALL README \
@@ -294,9 +291,11 @@
     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
   done; \
   reldir="$$dir2"
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
 GZIP_ENV = --best
-DIST_TARGETS = dist-bzip2 dist-gzip
+DIST_TARGETS = dist-xz dist-gzip
+# Exists only to be overridden by the user if desired.
+AM_DISTCHECK_DVI_TARGET = dvi
 distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -317,8 +316,9 @@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
 CHANGELOG_CMD = @CHANGELOG_CMD@
-CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
 CWARNFLAGS = @CWARNFLAGS@
 CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@
@@ -328,11 +328,10 @@
 ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
-EGREP = @EGREP@
+ETAGS = @ETAGS@
 EXEEXT = @EXEEXT@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
-GREP = @GREP@
 INSTALL = @INSTALL@
 INSTALL_CMD = @INSTALL_CMD@
 INSTALL_DATA = @INSTALL_DATA@
@@ -417,6 +416,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -743,7 +743,6 @@
 distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
-
 distdir: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) distdir-am
 
@@ -817,6 +816,7 @@
 dist-gzip: distdir
        tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
        $(am__post_remove_distdir)
+
 dist-bzip2: distdir
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
        $(am__post_remove_distdir)
@@ -824,7 +824,6 @@
 dist-lzip: distdir
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
        $(am__post_remove_distdir)
-
 dist-xz: distdir
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
        $(am__post_remove_distdir)
@@ -892,7 +891,7 @@
            $(DISTCHECK_CONFIGURE_FLAGS) \
            --srcdir=../.. --prefix="$$dc_install_base" \
          && $(MAKE) $(AM_MAKEFLAGS) \
-         && $(MAKE) $(AM_MAKEFLAGS) dvi \
+         && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
          && $(MAKE) $(AM_MAKEFLAGS) check \
          && $(MAKE) $(AM_MAKEFLAGS) install \
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
diff -r 1526f72cb1bb -r 098bd8cd404d external/mit/xkbcomp/dist/aclocal.m4
--- a/external/mit/xkbcomp/dist/aclocal.m4      Sun Jan 08 10:11:48 2023 +0000
+++ b/external/mit/xkbcomp/dist/aclocal.m4      Sun Jan 08 10:11:50 2023 +0000
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.16.2 -*- Autoconf -*-
+# generated automatically by aclocal 1.16.5 -*- Autoconf -*-
 
-# Copyright (C) 1996-2020 Free Software Foundation, Inc.
+# Copyright (C) 1996-2021 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -14,15 +14,1143 @@
 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
-[m4_warning([this file was generated for autoconf 2.69.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
+[m4_warning([this file was generated for autoconf 2.71.
 You have another version of autoconf.  It may work, but is not guaranteed to.
 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'.])])
 
-# pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-# serial 11 (pkg-config-0.29.1)
+# Copyright (C) 2002-2021 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.16'
+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.16.5], [],
+      [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.16.5])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-2021 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.


Home | Main Index | Thread Index | Old Index