Source-Changes-HG archive

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

[xsrc/xorg]: xsrc/external/mit/xconsole/dist initial import of xconsole-1.0.8



details:   https://anonhg.NetBSD.org/xsrc/rev/e4263b61e449
branches:  xorg
changeset: 7035:e4263b61e449
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 11 08:48:03 2022 +0000

description:
initial import of xconsole-1.0.8

diffstat:

 external/mit/xconsole/dist/ChangeLog       |    97 +-
 external/mit/xconsole/dist/Makefile.am     |     3 +
 external/mit/xconsole/dist/Makefile.in     |   105 +-
 external/mit/xconsole/dist/README.md       |    18 +
 external/mit/xconsole/dist/aclocal.m4      |  2533 ++++----
 external/mit/xconsole/dist/compile         |    17 +-
 external/mit/xconsole/dist/config.guess    |  1623 +++--
 external/mit/xconsole/dist/config.h.in     |    98 +-
 external/mit/xconsole/dist/config.sub      |  2935 +++++----
 external/mit/xconsole/dist/configure       |  8229 ++++++++++++++-------------
 external/mit/xconsole/dist/configure.ac    |     6 +-
 external/mit/xconsole/dist/depcomp         |    10 +-
 external/mit/xconsole/dist/install-sh      |   172 +-
 external/mit/xconsole/dist/man/Makefile.in |    19 +-
 external/mit/xconsole/dist/missing         |    16 +-
 external/mit/xconsole/dist/xconsole.c      |    22 +-
 16 files changed, 8518 insertions(+), 7385 deletions(-)

diffs (truncated from 22248 to 300 lines):

diff -r efaed319a254 -r e4263b61e449 external/mit/xconsole/dist/ChangeLog
--- a/external/mit/xconsole/dist/ChangeLog      Mon Jul 11 08:48:02 2022 +0000
+++ b/external/mit/xconsole/dist/ChangeLog      Mon Jul 11 08:48:03 2022 +0000
@@ -1,3 +1,98 @@
+commit 025697278897648e33be6b5d662fbeda2a14871f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jul 10 15:07:08 2022 -0700
+
+    xconsole 1.0.8
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 6c8e22bcc450bcd6c0697fab4d89d99bae168b8c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Apr 16 07:50:50 2022 -0700
+
+    gitlab CI: stop requiring Signed-off-by in commits
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit a5a13a9eb0cb2ab0627192dce684ccb61e59678a
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Apr 8 08:29:40 2022 -0700
+
+    Reduce scope of ttydev & ptydev
+    
+    Eliminates them completely if HAS_OPENPTY is set.
+    
+    Resolves gcc warnings:
+    xconsole.c: In function ‘get_pty’:
+    xconsole.c:792:35: warning: declaration of ‘ttydev’ shadows a
+     global declaration [-Wshadow]
+     get_pty(int *pty, int *tty, char *ttydev, char *ptydev)
+                                       ^~~~~~
+    xconsole.c:181:13: note: shadowed declaration is here
+     static char ttydev[64], ptydev[64];
+                 ^~~~~~
+    xconsole.c:792:49: warning: declaration of ‘ptydev’ shadows a
+     global declaration [-Wshadow]
+     get_pty(int *pty, int *tty, char *ttydev, char *ptydev)
+                                                     ^~~~~~
+    xconsole.c:181:25: note: shadowed declaration is here
+     static char ttydev[64], ptydev[64];
+                             ^~~~~~
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit c374939e9e2cf36fcb6aa1984a472d73b05a821d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Apr 7 18:17:32 2022 -0700
+
+    unifdef sgi
+    
+    SGI Irix end of support life was in 2013
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit a223524f5f4b62cf8bd85bd7467314629de93a9a
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Apr 7 18:08:23 2022 -0700
+
+    Use _CONST_X_STRING to make libXt declare String as const char *
+    
+    Clears 18 out of 44 -Wdiscarded-qualifiers warnings from gcc
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 85a37c5a06633022723cd44a3d8d35cd317e1c53
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Dec 4 11:27:53 2021 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 32c9d454a20b4c55b08b27f06f9c4da239153a31
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Dec 4 11:27:51 2021 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit cfc99aa8eb3beb9da60e14240c6edf3e43eee859
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Wed Nov 21 17:00:33 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 2e23fd38e1cb43d552ad6e27f491a2550bc3cea4
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Nov 16 21:20:23 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit 61318786d4c171423cea84071da1bc7ab1a36427
 Author: Matt Turner <mattst88%gmail.com@localhost>
 Date:   Sun Jan 29 11:17:53 2017 -0800
@@ -701,7 +796,7 @@
     fix rules to work with non-GNU make.
 
 commit 6fa7b824f077a0c04eb678c8736cda077232a084
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Thu Jul 7 23:08:22 2005 +0000
 
     - Build system for xconsole
diff -r efaed319a254 -r e4263b61e449 external/mit/xconsole/dist/Makefile.am
--- a/external/mit/xconsole/dist/Makefile.am    Mon Jul 11 08:48:02 2022 +0000
+++ b/external/mit/xconsole/dist/Makefile.am    Mon Jul 11 08:48:03 2022 +0000
@@ -22,6 +22,7 @@
 SUBDIRS = man
 bin_PROGRAMS = xconsole
 
+AM_CPPFLAGS = -D_CONST_X_STRING
 AM_CFLAGS = $(XCONSOLE_CFLAGS) $(CWARNFLAGS)
 xconsole_LDADD = $(XCONSOLE_LIBS)
 
@@ -47,3 +48,5 @@
        $(CHANGELOG_CMD)
 
 dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff -r efaed319a254 -r e4263b61e449 external/mit/xconsole/dist/Makefile.in
--- a/external/mit/xconsole/dist/Makefile.in    Mon Jul 11 08:48:02 2022 +0000
+++ b/external/mit/xconsole/dist/Makefile.in    Mon Jul 11 08:48:03 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,
@@ -145,7 +145,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)/xconsole.Po
 am__mv = mv -f
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -209,9 +210,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.
@@ -228,12 +229,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)
@@ -270,9 +268,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$$'
@@ -295,8 +295,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@
@@ -306,11 +307,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@
@@ -392,6 +392,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -401,6 +402,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = man
+AM_CPPFLAGS = -D_CONST_X_STRING
 AM_CFLAGS = $(XCONSOLE_CFLAGS) $(CWARNFLAGS)
 xconsole_LDADD = $(XCONSOLE_LIBS)
 xconsole_SOURCES = \
@@ -413,6 +415,7 @@
         app-defaults/XConsole
 
 MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = README.md
 all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
@@ -439,8 +442,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)
@@ -519,7 +522,13 @@
 distclean-compile:
        -rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xconsole.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xconsole.Po@am__quote@ # am--include-marker
+
+$(am__depfiles_remade):
+       @$(MKDIR_P) $(@D)
+       @echo '# dummy' >$@-t && $(am__mv) $@-t $@
+
+am--depfiles: $(am__depfiles_remade)
 
 .c.o:
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -661,8 +670,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'`; \
@@ -730,8 +741,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)
@@ -739,11 +751,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


Home | Main Index | Thread Index | Old Index