Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/xprop/dist initial import of xprop-1.2.6



details:   https://anonhg.NetBSD.org/xsrc/rev/26c33f6ddb8a
branches:  trunk
changeset: 7336:26c33f6ddb8a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 08 09:55:01 2023 +0000

description:
initial import of xprop-1.2.6

diffstat:

 external/mit/xprop/dist/ChangeLog       |    95 +-
 external/mit/xprop/dist/Makefile.in     |    28 +-
 external/mit/xprop/dist/README.md       |     2 +-
 external/mit/xprop/dist/aclocal.m4      |   299 +-
 external/mit/xprop/dist/compile         |     2 +-
 external/mit/xprop/dist/config.guess    |  1490 +++--
 external/mit/xprop/dist/config.h.in     |    10 +-
 external/mit/xprop/dist/config.sub      |  2885 +++++-----
 external/mit/xprop/dist/configure       |  7734 ++++++++++++++++--------------
 external/mit/xprop/dist/configure.ac    |     6 +-
 external/mit/xprop/dist/depcomp         |     2 +-
 external/mit/xprop/dist/dsimple.c       |    30 +-
 external/mit/xprop/dist/install-sh      |   144 +-
 external/mit/xprop/dist/man/Makefile.in |    11 +-
 external/mit/xprop/dist/missing         |     2 +-
 external/mit/xprop/dist/xprop.c         |   130 +-
 16 files changed, 6905 insertions(+), 5965 deletions(-)

diffs (truncated from 19115 to 300 lines):

diff -r 41f877d9c8e1 -r 26c33f6ddb8a external/mit/xprop/dist/ChangeLog
--- a/external/mit/xprop/dist/ChangeLog Sun Jan 08 09:54:59 2023 +0000
+++ b/external/mit/xprop/dist/ChangeLog Sun Jan 08 09:55:01 2023 +0000
@@ -1,3 +1,92 @@
+commit 6d5cb0110b8b21ce94a52993e6e175266a4153fb
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Dec 3 14:29:46 2022 -0800
+
+    xprop 1.2.6
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 6e2ab69bc4e339c555b03037db3c073d1a5fa965
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Tue Nov 8 19:04:05 2022 -0800
+
+    Variable scope reductions as suggested by cppcheck
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit b14f4fa558db643d1462e9346f138122cb63ce28
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Tue Nov 8 18:48:44 2022 -0800
+
+    Resolve many gcc -Wsign-compare warnings
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f7b1a3f4fec15a0f0a0cd95308f29310adb023a4
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Tue Nov 8 18:34:35 2022 -0800
+
+    Rename "dpy" function arguments to "display" to avoid shadowing global
+    
+    Clears many gcc -Wshadow warnings
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 07f869b9024847a98d0593a3d05cff122ae7c8eb
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Tue Nov 8 18:24:23 2022 -0800
+
+    Declare help() and print_help() as static
+    
+    Resolves gcc -Wmissing-prototypes warnings
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 7ae07138436c9700c65192c4fbc3015819999666
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Tue Nov 8 18:23:21 2022 -0800
+
+    Mark help(), usage(), and grammar() with _X_NORETURN _X_COLD
+    
+    Resolves gcc -Wsuggest-attribute=noreturn warning
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 55c9f8d4b5caf48c1d79252340e1750e160ded1e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Jul 28 17:30:21 2022 -0700
+
+    gitlab CI: stop requiring Signed-off-by in commits
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit c36de8de9b2a5832f848259583631310c04b3715
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Tue Dec 7 13:30:04 2021 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit d7ec12530b4e45adb6f1c88e92fb25b3ff172c79
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Tue Dec 7 13:30:01 2021 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit ca85da483ab1817ed449fccf3e54e8280112bdbf
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 28 09:50:10 2021 -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 ec5aeaddddec4b4bdb532451f5a2bc8e3b7148a9
 Author: Keith Packard <keithp%keithp.com@localhost>
 Date:   Thu Nov 19 16:24:50 2020 -0800
@@ -672,13 +761,13 @@
     Signed-off-by: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
 
 commit 11fb62d5aa6304d1813b56a372b8b662f0016f92
-Author: Søren Sandmann Pedersen <sandmann%redhat.com@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%redhat.com@localhost>
 Date:   Tue Apr 21 21:13:16 2009 -0400
 
     Display _NET_WM_ICONs as ASCII art instead of as a big list of integers
 
 commit 1b89edb419ee103d0ef834433b16a3822398a519
-Author: Søren Sandmann Pedersen <sandmann%redhat.com@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%redhat.com@localhost>
 Date:   Tue Apr 21 15:10:07 2009 -0400
 
     The "visible bit" is called "urgency bit" in the ICCCM 2.0
@@ -986,7 +1075,7 @@
         configure cache, you cache it, and the cached value is probably wrong.
 
 commit 721114f44cbd225a8fcd3655d4ded2dc8cc8837f
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Fri Jul 8 20:58:05 2005 +0000
 
     Add build system for xprop
diff -r 41f877d9c8e1 -r 26c33f6ddb8a external/mit/xprop/dist/Makefile.in
--- a/external/mit/xprop/dist/Makefile.in       Sun Jan 08 09:54:59 2023 +0000
+++ b/external/mit/xprop/dist/Makefile.in       Sun Jan 08 09:55:01 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,
@@ -201,13 +201,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 COPYING \
-       ChangeLog INSTALL compile config.guess config.sub depcomp \
-       install-sh missing
+       ChangeLog INSTALL README.md compile config.guess config.sub \
+       depcomp install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -243,9 +240,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$$'
@@ -266,8 +265,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@
@@ -277,11 +277,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@
@@ -623,7 +622,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
 
@@ -697,6 +695,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)
@@ -704,7 +703,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)
@@ -772,7 +770,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 41f877d9c8e1 -r 26c33f6ddb8a external/mit/xprop/dist/README.md
--- a/external/mit/xprop/dist/README.md Sun Jan 08 09:54:59 2023 +0000
+++ b/external/mit/xprop/dist/README.md Sun Jan 08 09:55:01 2023 +0000
@@ -8,7 +8,7 @@
 
  * https://lists.x.org/mailman/listinfo/xorg
 
-The master development code repository can be found at:
+The primary development code repository can be found at:
 
  * https://gitlab.freedesktop.org/xorg/app/xprop
 
diff -r 41f877d9c8e1 -r 26c33f6ddb8a external/mit/xprop/dist/aclocal.m4
--- a/external/mit/xprop/dist/aclocal.m4        Sun Jan 08 09:54:59 2023 +0000
+++ b/external/mit/xprop/dist/aclocal.m4        Sun Jan 08 09:55:01 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,13 +14,13 @@
 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'.])])
 
-# Copyright (C) 2002-2020 Free Software Foundation, Inc.
+# 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,
@@ -35,7 +35,7 @@
 [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.2], [],
+m4_if([$1], [1.16.5], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -51,14 +51,14 @@
 # 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.2])dnl
+[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-2020 Free Software Foundation, Inc.
+# 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,
@@ -110,7 +110,7 @@
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
 
-# Copyright (C) 1997-2020 Free Software Foundation, Inc.
+# Copyright (C) 1997-2021 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -141,7 +141,7 @@
 Usually this means the macro was only invoked conditionally.]])
 fi])])



Home | Main Index | Thread Index | Old Index