Source-Changes-HG archive

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

[xsrc/xorg]: xsrc/external/mit/xload/dist initial import of xload-1.1.4



details:   https://anonhg.NetBSD.org/xsrc/rev/55d99cbf81c6
branches:  xorg
changeset: 7031:55d99cbf81c6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 11 08:40:19 2022 +0000

description:
initial import of xload-1.1.4

diffstat:

 external/mit/xload/dist/ChangeLog       |   106 +-
 external/mit/xload/dist/Makefile.am     |     3 +-
 external/mit/xload/dist/Makefile.in     |   115 +-
 external/mit/xload/dist/README.md       |    17 +
 external/mit/xload/dist/aclocal.m4      |  2313 ++++----
 external/mit/xload/dist/compile         |    17 +-
 external/mit/xload/dist/config.guess    |  1488 +++--
 external/mit/xload/dist/config.h.in     |    98 +-
 external/mit/xload/dist/config.sub      |  2885 +++++-----
 external/mit/xload/dist/configure       |  8258 ++++++++++++++++--------------
 external/mit/xload/dist/configure.ac    |     6 +-
 external/mit/xload/dist/depcomp         |    10 +-
 external/mit/xload/dist/get_load.c      |    19 +-
 external/mit/xload/dist/install-sh      |   172 +-
 external/mit/xload/dist/man/Makefile.in |    19 +-
 external/mit/xload/dist/man/xload.man   |    24 +-
 external/mit/xload/dist/missing         |    16 +-
 17 files changed, 8320 insertions(+), 7246 deletions(-)

diffs (truncated from 21858 to 300 lines):

diff -r 7cddfcd8ccc1 -r 55d99cbf81c6 external/mit/xload/dist/ChangeLog
--- a/external/mit/xload/dist/ChangeLog Mon Jul 11 08:40:16 2022 +0000
+++ b/external/mit/xload/dist/ChangeLog Mon Jul 11 08:40:19 2022 +0000
@@ -1,3 +1,107 @@
+commit 8f9450b897b16bc9b9940b137dd805d443be050e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Apr 3 16:27:26 2022 -0700
+
+    xload 1.1.4
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 74f67044d995d7f2c37943589724bfbd72aaa65f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Mar 20 14:34:48 2022 -0700
+
+    unifdef -Usgi
+    
+    SGI's End of Support Life for Irix was December 2013
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit c4908fbfb34d0dfb9dc36308a271fe280593c36b
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Mar 13 11:00:18 2022 -0700
+
+    Use _CONST_X_STRING to make libXt declare String as const char *
+    
+    Clears 4 out of 24 -Wdiscarded-qualifiers warnings from gcc 7.3
+    (The rest come from libX11's XrmOptionDescRec defined in Xresource.h.)
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 8d6a06b7204726af803e3d31e92fc193088c694c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Mar 13 10:47:19 2022 -0700
+
+    xload.man: remove out-of-date COPYRIGHT section
+    
+    The information previously listed here didn't match what is present in
+    the source code or the COPYING file, and the X(7) man page doesn't list
+    any license information as this had claimed.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit aa31b5a446c538b4d009442af7c0c203116b9c76
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Mar 13 10:46:16 2022 -0700
+
+    xload.man: adopt standard formatting for man page references
+    
+    Fixes: https://gitlab.freedesktop.org/xorg/app/xload/-/issues/2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 33515f139ecb3a254b9aa1e4d237a595032d74a1
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Dec 6 15:19:02 2021 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 965c749c2f1d2eca73cf5970d7fb9f1811b9958e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Dec 6 15:18:59 2021 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 454466e4e863fa86a79a3fe6edff1d5552c2f45d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Dec 4 17:57:27 2020 -0800
+
+    Fix formatting issues in xload man page
+    
+    Fixes: https://gitlab.freedesktop.org/xorg/app/xload/-/issues/1
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f80d0c5023853de4038bcc8cffcffe6558262b72
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Jul 23 10:15:41 2020 -0700
+
+    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 32c88fc4b23e75159c12aa33c277fe43e99b9f59
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Wed Nov 21 17:12:58 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 2380579ba73fcb21f747a2e354251cb318f44816
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Nov 16 22:31:55 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit 57adc3d88856d96975479ba6a386ca1af1bc3cb8
 Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 Date:   Fri Mar 9 17:51:02 2018 -0800
@@ -920,7 +1024,7 @@
         configure cache, you cache it, and the cached value is probably wrong.
 
 commit 62d4ea34f0fd64e258abb993004c8966eecc6cf7
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Tue Jul 5 22:36:58 2005 +0000
 
     Build system for xload
diff -r 7cddfcd8ccc1 -r 55d99cbf81c6 external/mit/xload/dist/Makefile.am
--- a/external/mit/xload/dist/Makefile.am       Mon Jul 11 08:40:16 2022 +0000
+++ b/external/mit/xload/dist/Makefile.am       Mon Jul 11 08:40:19 2022 +0000
@@ -22,6 +22,7 @@
 SUBDIRS = man
 bin_PROGRAMS = xload
 
+AM_CPPFLAGS = -D_CONST_X_STRING
 AM_CFLAGS = $(CWARNFLAGS) $(XLOAD_CFLAGS)
 xload_LDADD = $(XLOAD_LIBS)
 
@@ -41,7 +42,7 @@
 dist_appdefault_DATA = \
         app-defaults/XLoad
 
-EXTRA_DIST = xload.bit
+EXTRA_DIST = xload.bit README.md
 MAINTAINERCLEANFILES = ChangeLog INSTALL
 
 .PHONY: ChangeLog INSTALL
diff -r 7cddfcd8ccc1 -r 55d99cbf81c6 external/mit/xload/dist/Makefile.in
--- a/external/mit/xload/dist/Makefile.in       Mon Jul 11 08:40:16 2022 +0000
+++ b/external/mit/xload/dist/Makefile.in       Mon Jul 11 08:40:19 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,
@@ -147,7 +147,9 @@
 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)/get_load.Po ./$(DEPDIR)/get_rload.Po \
+       ./$(DEPDIR)/xload.Po
 am__mv = mv -f
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -211,9 +213,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.
@@ -230,12 +232,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)
@@ -272,9 +271,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$$'
@@ -297,8 +298,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@
@@ -308,11 +310,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@
@@ -395,6 +396,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -404,6 +406,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = man
+AM_CPPFLAGS = -D_CONST_X_STRING
 AM_CFLAGS = $(CWARNFLAGS) $(XLOAD_CFLAGS)
 xload_LDADD = $(XLOAD_LIBS)
 ACLOCAL_AMFLAGS = -I m4
@@ -419,7 +422,7 @@
 dist_appdefault_DATA = \
         app-defaults/XLoad
 
-EXTRA_DIST = xload.bit
+EXTRA_DIST = xload.bit README.md
 MAINTAINERCLEANFILES = ChangeLog INSTALL
 @USE_GETTEXT_TRUE@noinst_DATA = xload.po
 @USE_GETTEXT_TRUE@CLEANFILES = xload.po
@@ -449,8 +452,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)
@@ -529,9 +532,15 @@
 distclean-compile:
        -rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_load.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_rload.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xload.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_load.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_rload.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xload.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 $@ $<
@@ -673,8 +682,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'`; \
@@ -742,8 +753,9 @@
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        || chmod -R a+r "$(distdir)"
 dist-gzip: distdir



Home | Main Index | Thread Index | Old Index