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/50ba8b1f9813
branches:  xorg
changeset: 7211:50ba8b1f9813
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Oct 29 21:00:07 2022 +0000

description:
initial import of libxkbfile-1.1.1

diffstat:

 external/mit/libxkbfile/dist/ChangeLog        |    119 +-
 external/mit/libxkbfile/dist/Makefile.in      |     57 +-
 external/mit/libxkbfile/dist/README.md        |      2 +-
 external/mit/libxkbfile/dist/aclocal.m4       |  20213 ++++++++++++-----------
 external/mit/libxkbfile/dist/compile          |     17 +-
 external/mit/libxkbfile/dist/config.guess     |   1488 +-
 external/mit/libxkbfile/dist/config.h.in      |     19 +-
 external/mit/libxkbfile/dist/config.sub       |   2885 +-
 external/mit/libxkbfile/dist/configure        |  12366 +++++++------
 external/mit/libxkbfile/dist/configure.ac     |     12 +-
 external/mit/libxkbfile/dist/depcomp          |     10 +-
 external/mit/libxkbfile/dist/install-sh       |    172 +-
 external/mit/libxkbfile/dist/ltmain.sh        |    881 +-
 external/mit/libxkbfile/dist/missing          |     16 +-
 external/mit/libxkbfile/dist/src/Makefile.in  |     95 +-
 external/mit/libxkbfile/dist/src/XKBfileInt.h |      2 +-
 external/mit/libxkbfile/dist/src/cout.c       |      4 -
 external/mit/libxkbfile/dist/src/maprules.c   |      2 +-
 external/mit/libxkbfile/dist/src/srvmisc.c    |     21 -
 external/mit/libxkbfile/dist/src/xkbatom.c    |     12 +-
 external/mit/libxkbfile/dist/src/xkbmisc.c    |      2 +-
 external/mit/libxkbfile/dist/src/xkbtext.c    |      4 +-
 22 files changed, 20112 insertions(+), 18287 deletions(-)

diffs (truncated from 46225 to 300 lines):

diff -r e33fdc0bf11a -r 50ba8b1f9813 external/mit/libxkbfile/dist/ChangeLog
--- a/external/mit/libxkbfile/dist/ChangeLog    Sat Oct 29 21:00:04 2022 +0000
+++ b/external/mit/libxkbfile/dist/ChangeLog    Sat Oct 29 21:00:07 2022 +0000
@@ -1,3 +1,114 @@
+commit f855ea9cf3aecc74c3b07da924ff2e36944e4be1
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Oct 17 19:00:30 2022 -0700
+
+    libxkbfile 1.1.1
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 04336c9260b2d130f57fcf3dedc3ba73bb45889d
+Author: Ran Benita <ran234%gmail.com@localhost>
+Date:   Wed Aug 29 12:33:33 2012 +0300
+
+    Fix check for appending '|' character when applying rules
+    
+    There are two ways to separate multiple files in XKB include statements:
+    '+' will cause the later file to override the first in case of conflict,
+    while '|' will cause it augment it (this is done by xkbcomp). '!' is
+    unrelated here.
+    Currently, if someone tries to use '|' in a rule instead of '+', it
+    won't have any effect. Since '|' is practically never used, this wasn't
+    noticed.
+    
+    Signed-off-by: Ran Benita <ran234%gmail.com@localhost>
+
+commit 6fa239504743475d566f53c278dae0f651ea199c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jul 17 15:41:39 2022 -0700
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 4939a3e9d584ab46f1d082f6a61b3cd307614150
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jul 17 15:40:34 2022 -0700
+
+    Fix spelling/wording issues
+    
+    Found by using:
+        codespell --builtin clear,rare,usage,informal,code,names
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 849d0b22ec46bee1f72170722bde8d493ce163ba
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jul 17 15:39:10 2022 -0700
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit e51e5c704c5bd7a91233b37f0cf4beaef6f06a5d
+Author: Benno Schulenberg <bensberg%telfort.nl@localhost>
+Date:   Sun Jun 5 09:15:05 2022 +0200
+
+    fix an off-by-one error in copying the name of a virtual modifier
+    
+    This fixes issue #9.
+    
+    Bug existed since commit 816a8db326 from sixteen years ago.
+    
+    Signed-off-by: Benno Schulenberg <bensberg%telfort.nl@localhost>
+
+commit 8e45c7f55dcb35ae710a223a28fb6d6443c711c6
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date:   Wed Sep 2 14:19:44 2020 +1000
+
+    unifdef NOTYET
+    
+    This has been ifdef'd out since at least 2003, time to accept that it won't be
+    handled. One part was unreachable code anyway, the second part affects
+    GeomDoodads which are unnecessary and barely used anyway.
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit 81e8b72daf3ad0a3f36e4ae0ef6b38e427e251b5
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date:   Fri Jun 19 14:34:51 2020 +1000
+
+    Escape non-printable characters correctly
+    
+    This is the equivalent patch to xserver commit
+    eaf1f72ed8994b708d94ec2de7b1a99f5c4a39b8:
+    
+     XkbStringText escapes non-printable characters using octal numbers. Such escape
+     sequence would be at most 5 characters long ("\0123"), so it reserves 5 bytes
+     in the buffer. Due to char->unsigned int conversion, it would print much longer
+     string for negative numbers.
+    
+    Fixes https://gitlab.freedesktop.org/xorg/lib/libxkbfile/-/issues/8
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit 6c4de3386ee102040fc567708958a60a9d254b02
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Mar 29 19:07:43 2019 -0700
+
+    Convert check for strcasecmp to normal autoconf style
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 2d017a68e12acf2463edc9cfbdae0aea3ce477b1
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Mar 29 19:02:51 2019 -0700
+
+    Use strndup if available to avoid -Wstringop-overflow warning from gcc 9
+    
+    Reported in https://gitlab.freedesktop.org/xorg/lib/libxkbfile/issues/5
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit 261992d42905f209cd5bf6afcf8a7ae3aa30b3ff
 Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 Date:   Sat Mar 16 11:30:41 2019 -0700
@@ -131,7 +242,7 @@
     Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 
 commit 9fa04388dcbb5bf205319569f540a62c03754688
-Author: Jörg Sonnenberger <joerg%NetBSD.org@localhost>
+Author: Jörg Sonnenberger  <joerg%NetBSD.org@localhost>
 Date:   Wed Nov 26 14:33:38 2014 +0100
 
     Remove unnecessary check.
@@ -766,20 +877,20 @@
     Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
 
 commit e5ddd6b3020045b7d8426618fd2515bc02ca045d
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Mon Jun 13 22:54:28 2005 +0000
 
     Makefile.am: Add $(top_srcdir)/include to INCLUDES
 
 commit 019fc282d476d3dd8f79e0472d3868f6a0785a56
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Mon Jun 13 21:51:46 2005 +0000
 
     Add xkbfile to symlink.sh, conditionally include "config.h" in
         xc/lib/xkbfile
 
 commit 43a2d4898c64c11101b500ab12466570d747ce5f
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Mon Jun 13 21:49:05 2005 +0000
 
     - Add xkbfile build system
diff -r e33fdc0bf11a -r 50ba8b1f9813 external/mit/libxkbfile/dist/Makefile.in
--- a/external/mit/libxkbfile/dist/Makefile.in  Sat Oct 29 21:00:04 2022 +0000
+++ b/external/mit/libxkbfile/dist/Makefile.in  Sat Oct 29 21:00:07 2022 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 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,
@@ -185,9 +185,9 @@
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-       cscope distdir dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-       $(LISP)config.h.in
+       cscope distdir distdir-am dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+       config.h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -204,13 +204,10 @@
   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)/xkbfile.pc.in COPYING ChangeLog INSTALL compile \
-       config.guess config.sub install-sh ltmain.sh missing
+       $(srcdir)/xkbfile.pc.in COPYING ChangeLog INSTALL README.md \
+       compile config.guess config.sub install-sh ltmain.sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -246,9 +243,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$$'
@@ -270,8 +269,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@
@@ -285,8 +285,10 @@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
+ETAGS = @ETAGS@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+FILECMD = @FILECMD@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 GREP = @GREP@
@@ -384,6 +386,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -422,8 +425,8 @@
            echo ' $(SHELL) ./config.status'; \
            $(SHELL) ./config.status;; \
          *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
+           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
        esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -587,8 +590,10 @@
 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
 
-distdir: $(DISTFILES)
+distdir-am: $(DISTFILES)
        $(am__remove_distdir)
        test -d "$(distdir)" || mkdir "$(distdir)"
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -656,8 +661,9 @@
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        || chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+       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)
@@ -665,11 +671,14 @@
 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)
 
+dist-zstd: distdir
+       tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
+       $(am__post_remove_distdir)
+
 dist-tarZ: distdir
        @echo WARNING: "Support for distribution archives compressed with" \
                       "legacy program 'compress' is deprecated." >&2
@@ -681,7 +690,7 @@
        @echo WARNING: "Support for shar distribution archives is" \
                       "deprecated." >&2
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-       shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+       shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
        $(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -699,7 +708,7 @@
 distcheck: dist
        case '$(DIST_ARCHIVES)' in \
        *.tar.gz*) \



Home | Main Index | Thread Index | Old Index