Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/x11perf/dist initial import of x11perf-1.6.2



details:   https://anonhg.NetBSD.org/xsrc/rev/3a99fac269d5
branches:  trunk
changeset: 7254:3a99fac269d5
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Nov 13 02:48:18 2022 +0000

description:
initial import of x11perf-1.6.2

diffstat:

 external/mit/x11perf/dist/ChangeLog       |    73 +-
 external/mit/x11perf/dist/Makefile.in     |   179 +-
 external/mit/x11perf/dist/README.md       |     2 +-
 external/mit/x11perf/dist/aclocal.m4      |  2313 ++++----
 external/mit/x11perf/dist/compile         |    17 +-
 external/mit/x11perf/dist/config.guess    |  1488 +++--
 external/mit/x11perf/dist/config.h.in     |    10 +-
 external/mit/x11perf/dist/config.sub      |  2885 +++++-----
 external/mit/x11perf/dist/configure       |  8016 +++++++++++++++-------------
 external/mit/x11perf/dist/configure.ac    |     6 +-
 external/mit/x11perf/dist/depcomp         |    10 +-
 external/mit/x11perf/dist/do_arcs.c       |    18 +-
 external/mit/x11perf/dist/do_blt.c        |    22 +-
 external/mit/x11perf/dist/do_complex.c    |    33 +-
 external/mit/x11perf/dist/do_dots.c       |    10 +-
 external/mit/x11perf/dist/do_lines.c      |     9 +-
 external/mit/x11perf/dist/do_movewin.c    |    50 +-
 external/mit/x11perf/dist/do_rects.c      |    13 +-
 external/mit/x11perf/dist/do_segs.c       |     6 +-
 external/mit/x11perf/dist/do_simple.c     |    32 +-
 external/mit/x11perf/dist/do_text.c       |    92 +-
 external/mit/x11perf/dist/do_traps.c      |    35 +-
 external/mit/x11perf/dist/do_tris.c       |    25 +-
 external/mit/x11perf/dist/do_valgc.c      |     3 +-
 external/mit/x11perf/dist/do_windows.c    |    47 +-
 external/mit/x11perf/dist/install-sh      |   172 +-
 external/mit/x11perf/dist/man/Makefile.in |    19 +-
 external/mit/x11perf/dist/missing         |    16 +-
 external/mit/x11perf/dist/x11perf.h       |     2 +-
 29 files changed, 8271 insertions(+), 7332 deletions(-)

diffs (truncated from 22613 to 300 lines):

diff -r 5b682d813100 -r 3a99fac269d5 external/mit/x11perf/dist/ChangeLog
--- a/external/mit/x11perf/dist/ChangeLog       Sat Nov 12 06:05:13 2022 +0000
+++ b/external/mit/x11perf/dist/ChangeLog       Sun Nov 13 02:48:18 2022 +0000
@@ -1,3 +1,72 @@
+commit 95ff3954dea7deb1cc995c09c404ebb22b6f18a0
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Oct 28 19:19:52 2022 -0700
+
+    x11perf 1.6.2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 74b90ae3c226295a6ff196b71273983da3e1a70e
+Author: Aaron Plattner <aplattner%nvidia.com@localhost>
+Date:   Wed Sep 14 10:20:47 2022 -0700
+
+    tests: Skip trapezoids for unsupported XRender formats
+    
+    xserver commit 436fd7e8b4966c305ea9c43f3c14c2ca04c35539 removed support
+    for PictStandardA4. x11perf assumes this format always exists, so trying
+    to run the -aa4trap* tests causes a segmentation fault when
+    `XRenderFindStandardFormat (xp->d, PictStandardA4)` returns NULL.
+    
+    Since the server change was intentional, skip the tests if
+    XRenderFindStandardFormat() returns NULL.
+    
+    See also: https://gitlab.freedesktop.org/xorg/xserver/-/commit/436fd7e8b4966c305ea9c43f3c14c2ca04c35539
+
+commit c420f450d0a2b1f26d4043334bb8b6524fea4b07
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Oct 15 13:10:52 2022 -0700
+
+    Stop casting return value of malloc() and calloc()
+    
+    Not needed in C89 and later, and may hide errors
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 2900d7a7e7929414268cb142bf00c57d370e1396
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Oct 15 13:00:22 2022 -0700
+
+    Variable scope reductions as recommended by cppcheck
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f021fe33579e75bd19e7b5784858be14c3e3c4b6
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Jul 21 15:57:38 2022 -0700
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit e7d9ca95f3afacd4d14eccc9d3492d651b8936fe
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Jul 21 15:52:42 2022 -0700
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 8527d4cf67018d793e8912f66fde0cd8a19d30a5
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jan 9 13:02:18 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 ed96e6ce90f8a2177db00c56c2af9311bc167cc4
 Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 Date:   Sat Mar 16 15:49:38 2019 -0700
@@ -641,7 +710,7 @@
     Replace static ChangeLog with dist-hook to generate from git log
 
 commit b1c5b72bb4bb5f3e116255f9d04b368137ff25f7
-Author: Michel Dänzer <michel%tungstengraphics.com@localhost>
+Author: Michel Dänzer  <michel%tungstengraphics.com@localhost>
 Date:   Thu Nov 1 09:13:43 2007 +0100
 
     Fix typos in descriptions of -compwinwin{1,5}00.
@@ -874,7 +943,7 @@
         correctly
 
 commit 68ebb5b755791822c2f1d9f9659c2ee94bb63f1c
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Wed Jun 29 20:41:01 2005 +0000
 
     Add x11perf build system Add some x11perf shell script to symlink.sh
diff -r 5b682d813100 -r 3a99fac269d5 external/mit/x11perf/dist/Makefile.in
--- a/external/mit/x11perf/dist/Makefile.in     Sat Nov 12 06:05:13 2022 +0000
+++ b/external/mit/x11perf/dist/Makefile.in     Sun Nov 13 02:48:18 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,
@@ -180,7 +180,16 @@
 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)/bitmaps.Po ./$(DEPDIR)/do_arcs.Po \
+       ./$(DEPDIR)/do_blt.Po ./$(DEPDIR)/do_complex.Po \
+       ./$(DEPDIR)/do_dots.Po ./$(DEPDIR)/do_lines.Po \
+       ./$(DEPDIR)/do_movewin.Po ./$(DEPDIR)/do_rects.Po \
+       ./$(DEPDIR)/do_segs.Po ./$(DEPDIR)/do_simple.Po \
+       ./$(DEPDIR)/do_tests.Po ./$(DEPDIR)/do_text.Po \
+       ./$(DEPDIR)/do_traps.Po ./$(DEPDIR)/do_tris.Po \
+       ./$(DEPDIR)/do_valgc.Po ./$(DEPDIR)/do_windows.Po \
+       ./$(DEPDIR)/x11perf.Po
 am__mv = mv -f
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -216,9 +225,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.
@@ -235,13 +244,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)
@@ -277,9 +283,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$$'
@@ -300,8 +308,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@
@@ -311,11 +320,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@
@@ -403,6 +411,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -474,8 +483,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)
@@ -624,23 +633,29 @@
 distclean-compile:
        -rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmaps.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_arcs.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_blt.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_complex.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_dots.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_lines.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_movewin.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_rects.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_segs.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_simple.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_tests.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_text.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_traps.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_tris.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_valgc.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_windows.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x11perf.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmaps.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_arcs.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_blt.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_complex.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_dots.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_lines.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_movewin.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_rects.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_segs.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_simple.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_tests.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_text.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_traps.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_tris.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_valgc.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/do_windows.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x11perf.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 $@ $<
@@ -761,8 +776,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'`; \
@@ -830,8 +847,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)
@@ -839,11 +857,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
+       $(am__post_remove_distdir)
+
 dist-tarZ: distdir
        @echo WARNING: "Support for distribution archives compressed with" \
                       "legacy program 'compress' is deprecated." >&2
@@ -855,7 +876,7 @@
        @echo WARNING: "Support for shar distribution archives is" \
                       "deprecated." >&2



Home | Main Index | Thread Index | Old Index