Source-Changes-HG archive

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

[xsrc/xorg]: xsrc/external/mit/xmodmap/dist initial import of xmodmap-1.0.10



details:   https://anonhg.NetBSD.org/xsrc/rev/9aeeb9e9b437
branches:  xorg
changeset: 10129:9aeeb9e9b437
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 03 08:35:06 2019 +0000

description:
initial import of xmodmap-1.0.10

diffstat:

 external/mit/xmodmap/dist/ChangeLog       |    97 +
 external/mit/xmodmap/dist/Makefile.am     |     1 +
 external/mit/xmodmap/dist/Makefile.in     |     7 +-
 external/mit/xmodmap/dist/README.md       |    21 +
 external/mit/xmodmap/dist/aclocal.m4      |  2549 +++++++++++++++-------------
 external/mit/xmodmap/dist/autogen.sh      |    11 +-
 external/mit/xmodmap/dist/config.guess    |   679 ++++---
 external/mit/xmodmap/dist/config.sub      |   304 +-
 external/mit/xmodmap/dist/configure       |    85 +-
 external/mit/xmodmap/dist/configure.ac    |     4 +-
 external/mit/xmodmap/dist/handle.c        |     3 +
 external/mit/xmodmap/dist/man/Makefile.in |     2 +
 external/mit/xmodmap/dist/man/xmodmap.man |     3 +-
 external/mit/xmodmap/dist/xmodmap.c       |     2 +-
 14 files changed, 2051 insertions(+), 1717 deletions(-)

diffs (truncated from 5548 to 300 lines):

diff -r db96668df39e -r 9aeeb9e9b437 external/mit/xmodmap/dist/ChangeLog
--- a/external/mit/xmodmap/dist/ChangeLog       Sun Mar 03 08:16:19 2019 +0000
+++ b/external/mit/xmodmap/dist/ChangeLog       Sun Mar 03 08:35:06 2019 +0000
@@ -1,3 +1,100 @@
+commit c5a5fb06fd25c044f343f4571c645fd6c954d038
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Tue Feb 19 15:33:29 2019 -0800
+
+    xmodmap 1.0.10
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit d0d28d45a2479b4ddc3c5656ac75433cc922bf46
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Wed Nov 21 17:16:14 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 0a4cc4af3d3fc38e10d3ff23c36380b5252bd520
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Nov 16 22:40:31 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 9be2acabde0364a3a6b506ea59db24d922844ccc
+Author: Wolfgang Pfeiffer <roto%gmx.net@localhost>
+Date:   Mon Jul 9 10:20:35 2018 +1000
+
+    man: remove reference to the XKeysymDB
+    
+    The XKeysymDB was removed around 2010 - please see:
+    https://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=eb023c0f8919e809b8b609e1467b14d20a290aa7
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit c4df95c5075a728c0d089bed208042fdfa7a7765
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat May 5 15:15:33 2018 -0700
+
+    Change fall through comment in xmodmap.c to match gcc's requirements
+    
+    Needs to match one of the regexps shown under
+    https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gcc/Warning-Options.html#index-Wimplicit-fallthrough
+    
+    Silences warning from gcc 7.3.0:
+    
+    xmodmap.c: In function â??mainâ??:
+    xmodmap.c:358:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
+       arg[1] = tolower (arg[1]);
+       ~~~~~~~^~~~~~~~~~~~~~~~~~
+    xmodmap.c:360:8: note: here
+            case 's':
+            ^~~~
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 9067c5b2aac51cdd1e45d5652a2a43db6c440cac
+Author: Mihail Konev <k.mvc%ya.ru@localhost>
+Date:   Thu Jan 26 14:00:21 2017 +1000
+
+    autogen: add default patch prefix
+    
+    Signed-off-by: Mihail Konev <k.mvc%ya.ru@localhost>
+
+commit dd8de1b4eebd39b36566bdeb2c8bc594add7c1a8
+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 29e2bd5a257a4f60c1729ab823ed990597294ffc
+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 6d5aa481669cdbf2f0cb83bb0b8f142ba94307ae
+Author: Matthew Green <mrg%NetBSD.org@localhost>
+Date:   Mon Jul 20 10:22:43 2015 +0200
+
+    Properly hide config.h behind HAVE_CONFIG_H.
+    
+    Signed-off-by: Thomas Klausner <wiz%NetBSD.org@localhost>
+    Reviewed-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit 1e0d98566d01fb5da9836e1fc402fb28f8d8b499
 Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 Date:   Fri Apr 17 00:06:59 2015 -0700
diff -r db96668df39e -r 9aeeb9e9b437 external/mit/xmodmap/dist/Makefile.am
--- a/external/mit/xmodmap/dist/Makefile.am     Sun Mar 03 08:16:19 2019 +0000
+++ b/external/mit/xmodmap/dist/Makefile.am     Sun Mar 03 08:35:06 2019 +0000
@@ -35,6 +35,7 @@
 
 EXTRA_DIST = \
         autogen.sh \
+        README.md \
        swap.km
 
 MAINTAINERCLEANFILES = ChangeLog INSTALL
diff -r db96668df39e -r 9aeeb9e9b437 external/mit/xmodmap/dist/Makefile.in
--- a/external/mit/xmodmap/dist/Makefile.in     Sun Mar 03 08:16:19 2019 +0000
+++ b/external/mit/xmodmap/dist/Makefile.in     Sun Mar 03 08:35:06 2019 +0000
@@ -204,8 +204,8 @@
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
-       COPYING ChangeLog INSTALL README compile config.guess \
-       config.sub depcomp install-sh missing
+       COPYING ChangeLog INSTALL compile config.guess config.sub \
+       depcomp install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -309,6 +309,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@
 SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
@@ -381,6 +383,7 @@
 
 EXTRA_DIST = \
         autogen.sh \
+        README.md \
        swap.km
 
 MAINTAINERCLEANFILES = ChangeLog INSTALL
diff -r db96668df39e -r 9aeeb9e9b437 external/mit/xmodmap/dist/README.md
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xmodmap/dist/README.md       Sun Mar 03 08:35:06 2019 +0000
@@ -0,0 +1,21 @@
+The xmodmap program is used to edit and display the keyboard modifier
+map and keymap table that are used by client applications to convert
+event keycodes into keysyms.  It is usually run from the user's
+session startup script to configure the keyboard according to personal
+tastes.
+
+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/app/xmodmap
+
+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 db96668df39e -r 9aeeb9e9b437 external/mit/xmodmap/dist/aclocal.m4
--- a/external/mit/xmodmap/dist/aclocal.m4      Sun Mar 03 08:16:19 2019 +0000
+++ b/external/mit/xmodmap/dist/aclocal.m4      Sun Mar 03 08:35:06 2019 +0000
@@ -20,1165 +20,71 @@
 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 -*-
-
-# Copyright (C) 1997-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_CONDITIONAL(NAME, SHELL-CONDITION)
-# -------------------------------------
-# Define a conditional.
-AC_DEFUN([AM_CONDITIONAL],
-[AC_PREREQ([2.52])dnl
- m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
-       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
-AC_SUBST([$1_TRUE])dnl
-AC_SUBST([$1_FALSE])dnl
-_AM_SUBST_NOTMAKE([$1_TRUE])dnl
-_AM_SUBST_NOTMAKE([$1_FALSE])dnl
-m4_define([_AM_COND_VALUE_$1], [$2])dnl
-if $2; then
-  $1_TRUE=
-  $1_FALSE='#'
-else
-  $1_TRUE='#'
-  $1_FALSE=
-fi
-AC_CONFIG_COMMANDS_PRE(
-[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
-  AC_MSG_ERROR([[conditional "$1" was never defined.
-Usually this means the macro was only invoked conditionally.]])
-fi])])
-
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.



Home | Main Index | Thread Index | Old Index