Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/xdpyinfo/dist initial import of xdpyinfo-1.3.3



details:   https://anonhg.NetBSD.org/xsrc/rev/d2f635b4f765
branches:  trunk
changeset: 7014:d2f635b4f765
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 11 08:40:11 2022 +0000

description:
initial import of xdpyinfo-1.3.3

diffstat:

 external/mit/xdpyinfo/dist/ChangeLog       |   160 +-
 external/mit/xdpyinfo/dist/Makefile.am     |     2 +
 external/mit/xdpyinfo/dist/Makefile.in     |   104 +-
 external/mit/xdpyinfo/dist/README.md       |    22 +
 external/mit/xdpyinfo/dist/aclocal.m4      |   546 +-
 external/mit/xdpyinfo/dist/compile         |    17 +-
 external/mit/xdpyinfo/dist/config.guess    |  1685 +++--
 external/mit/xdpyinfo/dist/config.h.in     |    10 +-
 external/mit/xdpyinfo/dist/config.sub      |  2911 ++++----
 external/mit/xdpyinfo/dist/configure       |  8558 ++++++++++++++-------------
 external/mit/xdpyinfo/dist/configure.ac    |    10 +-
 external/mit/xdpyinfo/dist/depcomp         |    10 +-
 external/mit/xdpyinfo/dist/install-sh      |   172 +-
 external/mit/xdpyinfo/dist/man/Makefile.in |    21 +-
 external/mit/xdpyinfo/dist/missing         |    16 +-
 external/mit/xdpyinfo/dist/xdpyinfo.c      |    44 +-
 16 files changed, 7827 insertions(+), 6461 deletions(-)

diffs (truncated from 21395 to 300 lines):

diff -r 09344f467a4b -r d2f635b4f765 external/mit/xdpyinfo/dist/ChangeLog
--- a/external/mit/xdpyinfo/dist/ChangeLog      Mon Jul 11 08:03:30 2022 +0000
+++ b/external/mit/xdpyinfo/dist/ChangeLog      Mon Jul 11 08:40:11 2022 +0000
@@ -1,3 +1,159 @@
+commit 61bc4b764030bdc9a731ee74c7c56bf2b2a4bddf
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Apr 7 13:43:48 2022 -0700
+
+    xdpyinfo 1.3.3
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 47770a9bd7b8af662ebaeb56911bfd4ee7ca5b9b
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Thu Feb 10 12:01:57 2022 -0500
+
+    xdpyinfo: Fix printing the X.Org release version for xserver >= 21
+    
+    Without this you'd get 1.21.1.4 instead of 21.1.4.
+
+commit 0cde4d53d3fea82004ccefef5a059287a6e9e861
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Wed Apr 6 14:56:53 2022 -0700
+
+    gitlab CI: stop requiring Signed-off-by in commits
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 46df61a5b8e7171d97614b8553221b5ea1debcdd
+Author: Thomas Kuehne <thomas%kuehne.cn@localhost>
+Date:   Sat Dec 11 18:31:12 2021 +0100
+
+    fix -Wunused-[...] compiler warnings
+    
+    xdpyinfo.c:148:1: warning: ‘silent_errors’ defined but not used [-Wunused-function]
+      148 | silent_errors(_X_UNUSED Display *dpy, _X_UNUSED XErrorEvent *ev)
+    xdpyinfo.c:155:14: warning: ‘old_handler’ defined but not used [-Wunused-variable]
+      155 | static int (*old_handler)(Display *, XErrorEvent *) = NULL;
+    
+    Signed-off-by: Thomas Kuehne <thomas%kuehne.cn@localhost>
+
+commit 4158bd9d4269b237cacc24ce458ec7751a11a2cd
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jan 9 13:13:41 2022 -0800
+
+    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 3fb972d2d81d341187adf6b5496a2ffcba733453
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Dec 4 11:57:10 2021 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit c4e733af14dfefe524d3c5e3afec1b45ec09388a
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Dec 4 11:57:07 2021 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 7a227dcfadefeb50a5dca333f3bb65c738567583
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Sep 12 07:53:32 2021 -0700
+
+    Disable DMX support by default, leave --with-dmx to enable it
+    
+    Since Xserver 21 has removed DMX support, we can stop pulling in dependences
+    on libdmx on systems that won't be using it.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 67a512759f0d8d4e16585b1f04c071f3ea08b8fa
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Mar 24 16:27:00 2019 -0700
+
+    Add explicit casts to clear implicit conversion warnings
+    
+    xdpyinfo.c:173:17: warning: implicit conversion changes signedness: 'int' to
+          'size_t' (aka 'unsigned long') [-Wsign-conversion]
+            qsort(extlist, n, sizeof(char *), StrCmp);
+            ~~~~~          ^
+    xdpyinfo.c:183:26: warning: implicit conversion changes signedness: 'int' to
+          'unsigned long' [-Wsign-conversion]
+                qe_cookies = calloc(n, sizeof(xcb_query_extension_cookie_t));
+                             ~~~~~~ ^
+    xdpyinfo.c:195:12: warning: implicit conversion loses integer precision:
+          'unsigned long' to 'uint16_t' (aka 'unsigned short') [-Wconversion]
+                                                         strlen(extlist[i]),
+                                                         ^~~~~~~~~~~~~~~~~~
+    xdpyinfo.c:1382:51: warning: implicit conversion loses integer precision:
+          'unsigned long' to 'int' [-Wshorten-64-to-32]
+            int extlen = strlen(known_extensions[i].extname) + 1;
+                ~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 4fc3902a090c8ed2aff11d6e8a2c0df600d69966
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Mar 3 11:22:22 2019 -0800
+
+    Only check for XFree86 if vendor string doesn't match X.Org
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit ae5c4a040680b3889c8ea332c21d2caea2d918d1
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Wed Nov 21 17:01:52 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 873220f791f494ab9659ba6fcb85737c1cd4b99d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Nov 16 21:34:53 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit bbac7d201e78e2837e418baa3e0d16a475469c3b
+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 84785447ba88a93cd1c2e3edbba7bdf11e37e7b5
+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 b9a3e30239cd890ff53f0f996cd99a1f4a7e7e12
+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 122dfb8dbff5238f5272781f940c5a6f24086137
 Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 Date:   Thu Apr 16 23:00:15 2015 -0700
@@ -861,7 +1017,7 @@
         build)
 
 commit d99fbcde4c892e8d84e02b40ed3f5862a731e9c2
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Wed Jul 6 19:56:47 2005 +0000
 
     Add buildsystem for xdpyinfo
@@ -897,7 +1053,7 @@
         libXaw.
 
 commit a667763d5b733f5ae2d8a3ca7e1e99d3deed2830
-Author: Kristian Høgsberg <krh%redhat.com@localhost>
+Author: Kristian Høgsberg  <krh%redhat.com@localhost>
 Date:   Mon Aug 16 16:36:15 2004 +0000
 
     As discussed and agreed on on the release-wranglers meeting of August 16,
diff -r 09344f467a4b -r d2f635b4f765 external/mit/xdpyinfo/dist/Makefile.am
--- a/external/mit/xdpyinfo/dist/Makefile.am    Mon Jul 11 08:03:30 2022 +0000
+++ b/external/mit/xdpyinfo/dist/Makefile.am    Mon Jul 11 08:40:11 2022 +0000
@@ -73,3 +73,5 @@
 lint:
        $(LINT) $(ALL_LINT_FLAGS) $(AM_CFLAGS) $(xdpyinfo_SOURCES)
 endif LINT
+
+EXTRA_DIST = README.md
diff -r 09344f467a4b -r d2f635b4f765 external/mit/xdpyinfo/dist/Makefile.in
--- a/external/mit/xdpyinfo/dist/Makefile.in    Mon Jul 11 08:03:30 2022 +0000
+++ b/external/mit/xdpyinfo/dist/Makefile.in    Mon Jul 11 08:40:11 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,
@@ -148,7 +148,8 @@
 am__v_at_1 = 
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
+am__maybe_remake_depfiles = depfiles
+am__depfiles_remade = ./$(DEPDIR)/xdpyinfo.Po
 am__mv = mv -f
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -184,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.
@@ -203,12 +204,9 @@
   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 COPYING \
-       ChangeLog INSTALL README compile config.guess config.sub \
+       ChangeLog INSTALL README.md compile config.guess config.sub \
        depcomp install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
@@ -245,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$$'
@@ -268,8 +268,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@
@@ -303,11 +304,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@
@@ -337,6 +337,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@
@@ -388,6 +390,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -433,6 +436,7 @@
 @LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 @LINT_TRUE@            $(AM_CPPFLAGS) $(CPPFLAGS)
 
+EXTRA_DIST = README.md


Home | Main Index | Thread Index | Old Index