Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/xorg]: xsrc/external/mit/xinput/dist initial import of xinput-1.6.3
details: https://anonhg.NetBSD.org/xsrc/rev/3d90efdae71a
branches: xorg
changeset: 10361:3d90efdae71a
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Jul 19 07:29:07 2019 +0000
description:
initial import of xinput-1.6.3
diffstat:
external/mit/xinput/dist/ChangeLog | 133 +-
external/mit/xinput/dist/Makefile.in | 25 +-
external/mit/xinput/dist/aclocal.m4 | 2565 ++++++++++++++-------------
external/mit/xinput/dist/compile | 13 +-
external/mit/xinput/dist/config.guess | 970 +++++-----
external/mit/xinput/dist/config.sub | 2716 +++++++++++++++--------------
external/mit/xinput/dist/configure | 298 +-
external/mit/xinput/dist/configure.ac | 4 +-
external/mit/xinput/dist/depcomp | 11 +-
external/mit/xinput/dist/install-sh | 385 ++--
external/mit/xinput/dist/man/Makefile.in | 13 +-
external/mit/xinput/dist/man/xinput.man | 27 +-
external/mit/xinput/dist/missing | 18 +-
external/mit/xinput/dist/src/Makefile.in | 88 +-
external/mit/xinput/dist/src/list.c | 6 +-
external/mit/xinput/dist/src/property.c | 33 +-
external/mit/xinput/dist/src/test_xi2.c | 8 +-
external/mit/xinput/dist/src/xinput.c | 25 +-
external/mit/xinput/dist/src/xinput.h | 2 +-
19 files changed, 3834 insertions(+), 3506 deletions(-)
diffs (truncated from 9510 to 300 lines):
diff -r 94813cbcccf0 -r 3d90efdae71a external/mit/xinput/dist/ChangeLog
--- a/external/mit/xinput/dist/ChangeLog Mon Jul 15 06:01:32 2019 +0000
+++ b/external/mit/xinput/dist/ChangeLog Fri Jul 19 07:29:07 2019 +0000
@@ -1,3 +1,124 @@
+commit cef07c0c8280d7e7b82c3bcc62a1dfbe8cc43ff8
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date: Wed Jul 17 15:25:10 2019 +1000
+
+ xinput 1.6.3
+
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit d0a77e79a73177090ae7dceb7a9802f98db6d9f0
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date: Tue Mar 26 16:06:44 2019 +1000
+
+ Warn if you're running against an XWayland server
+
+ Because there's a 99% chance you don't want this.
+
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit c7ca2b99c099456d0c0e83309d6f426c5feacb25
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Wed Nov 21 17:10:59 2018 -0800
+
+ Update configure.ac bug URL for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 5a8f3121c7f64dbb47fad99c027389e7d78453e4
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date: Thu Sep 13 09:39:22 2018 +1000
+
+ test-xi2: add an extra NULL-check
+
+ Shuts up coverity because it doesn't know that by the time we get here, we're
+ guaranteed that the device exists. Otherwise the list() call a few lines above
+ would've failed and we wouldn't get here.
+
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit 3ea8f02027b18cf06774c8f26a719e321e9a78f2
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date: Wed Sep 12 14:49:21 2018 +1000
+
+ property: plug a memory leak
+
+ Not that it matters since we'll exit after this call anyway, but coverity is
+ unhappy and that makes us all unhappy, doesn't it?
+
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit 988488127cdf49b47cd075a698c78f25ee193467
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date: Tue Jul 25 14:32:56 2017 +1000
+
+ man: document an example for a set-prop call
+
+ Because it's 99% of the use-cases people use libinput for these days.
+
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit ed8c0865a2c1ec470b7c179a2907edb37bbad3a6
+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 60d812e56dd6da3f32aea574ef33826f62379d03
+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 fb9cb61708c2cbe832824575daef27ea1c51ab38
+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 d63b2f2d36289396b097bf9b35fc8969bf8f31c4
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jun 1 21:03:14 2014 -0700
+
+ autogen.sh: Honor NOCONFIGURE=1
+
+ See http://people.gnome.org/~walters/docs/build-api.txt
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 5ecd774d28f011c3ab0008084aa280f65911454a
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date: Thu Jan 26 10:37:26 2017 +1000
+
+ autogen.sh: drop maintainer mode
+
+ Missing from 1f812f44a3a22e27de00a447c34657e590231a76
+
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit 29e7ec5a3d7e920950d5a5c97020ce82b30c4888
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date: Mon Oct 24 08:58:22 2016 +1000
+
+ Switch to using "#if HAVE_XI..." exclusively
+
+ Don't mix "if" and "ifdef"
+
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
commit 2865729adc2f004b61ba853d98a4c2758fd0b601
Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
Date: Tue Oct 20 07:35:40 2015 +1000
@@ -481,7 +602,7 @@
Merge branch 'smooth-scrolling'
Conflicts:
- src/test_xi2.c
+ src/test_xi2.c
commit 7bbf4624b8be1bcac7a782057b9c2db5e8bbcc75
Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
@@ -1590,7 +1711,7 @@
Merge branch 'master' into xi2
Conflicts:
- src/xinput.h
+ src/xinput.h
commit 239cd6a673be2821915301c1b3c3bae063e9dd94
Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
@@ -1671,9 +1792,9 @@
Merge branch 'master' into xi2
Conflicts:
- src/property.c
- src/xinput.c
- src/xinput.h
+ src/property.c
+ src/xinput.c
+ src/xinput.h
commit 4e6e0dd562e8e844bede349bd11c339644447d78
Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
@@ -2142,7 +2263,7 @@
Conflicts:
- src/xinput.c
+ src/xinput.c
(just a whitespace conflict)
diff -r 94813cbcccf0 -r 3d90efdae71a external/mit/xinput/dist/Makefile.in
--- a/external/mit/xinput/dist/Makefile.in Mon Jul 15 06:01:32 2019 +0000
+++ b/external/mit/xinput/dist/Makefile.in Fri Jul 19 07:29:07 2019 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -154,7 +154,7 @@
$(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
- cscope distdir dist dist-all distcheck
+ 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,
@@ -179,7 +179,7 @@
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
COPYING ChangeLog INSTALL NEWS README compile config.guess \
- config.sub depcomp install-sh missing
+ config.sub install-sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -377,8 +377,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)
@@ -511,7 +511,10 @@
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
$(am__remove_distdir)
test -d "$(distdir)" || mkdir "$(distdir)"
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -579,7 +582,7 @@
! -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
@@ -604,7 +607,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
@@ -622,7 +625,7 @@
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -632,7 +635,7 @@
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
diff -r 94813cbcccf0 -r 3d90efdae71a external/mit/xinput/dist/aclocal.m4
--- a/external/mit/xinput/dist/aclocal.m4 Mon Jul 15 06:01:32 2019 +0000
+++ b/external/mit/xinput/dist/aclocal.m4 Fri Jul 19 07:29:07 2019 +0000
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15 -*- Autoconf -*-
+# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -20,32 +20,63 @@
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 1 (pkg-config-0.24)
-#
-# Copyright © 2004 Scott James Remnant <scott%netsplit.com@localhost>.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
+# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
+# serial 11 (pkg-config-0.29.1)
+
Home |
Main Index |
Thread Index |
Old Index