Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/xlogo/dist initial import of xlogo-1.0.6



details:   https://anonhg.NetBSD.org/xsrc/rev/af92edeccdef
branches:  trunk
changeset: 7259:af92edeccdef
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Nov 13 05:23:33 2022 +0000

description:
initial import of xlogo-1.0.6

diffstat:

 external/mit/xlogo/dist/ChangeLog       |    82 +-
 external/mit/xlogo/dist/Logo.c          |     3 +-
 external/mit/xlogo/dist/Makefile.am     |     1 +
 external/mit/xlogo/dist/Makefile.in     |   115 +-
 external/mit/xlogo/dist/aclocal.m4      |  2313 ++++----
 external/mit/xlogo/dist/config.guess    |  1488 +++--
 external/mit/xlogo/dist/config.h.in     |    13 +-
 external/mit/xlogo/dist/config.sub      |  2885 +++++-----
 external/mit/xlogo/dist/configure       |  8071 ++++++++++++++++--------------
 external/mit/xlogo/dist/configure.ac    |    37 +-
 external/mit/xlogo/dist/depcomp         |    10 +-
 external/mit/xlogo/dist/install-sh      |   172 +-
 external/mit/xlogo/dist/man/Makefile.in |    19 +-
 external/mit/xlogo/dist/missing         |    16 +-
 external/mit/xlogo/dist/xlogo.c         |     2 +-
 15 files changed, 8210 insertions(+), 7017 deletions(-)

diffs (truncated from 21306 to 300 lines):

diff -r a13bfb06fd74 -r af92edeccdef external/mit/xlogo/dist/ChangeLog
--- a/external/mit/xlogo/dist/ChangeLog Sun Nov 13 05:23:32 2022 +0000
+++ b/external/mit/xlogo/dist/ChangeLog Sun Nov 13 05:23:33 2022 +0000
@@ -1,3 +1,81 @@
+commit a03055d5b3385f41a50ba40fcc00e8cdb8758947
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Nov 12 16:08:41 2022 -0800
+
+    xlogo 1.0.6
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f70d09457ae6ea2248e074f57fdb16de925c43e2
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Oct 15 10:52:48 2022 -0700
+
+    Add configure check and --with-xkb option for use of XkbStdBell
+    
+    Optionally enable existing code to call XkbStdBell from libxkbfile
+    Enabled by default if libxkbfile is available, disable with --without-xkb
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 691a763dafc81db145a951d3151e7f050c2fb342
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Oct 15 10:45:15 2022 -0700
+
+    Fix -Wmissing-field-initializers warning
+    
+    Logo.c:115:5: warning: missing initializer for field ‘extension’ of ‘SimpleClassPart {aka struct <anonymous>}’ [-Wmissing-field-initializers]
+         },
+         ^
+    In file included from LogoP.h:33:0,
+                     from Logo.c:35:
+    /usr/include/X11/Xaw/SimpleP.h:62:15: note: ‘extension’ declared here
+         XtPointer extension;
+                   ^~~~~~~~~
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit e379927b2d1e24d4c637fe4161dbf3f2fd98e02b
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Oct 15 10:42:54 2022 -0700
+
+    Use _CONST_X_STRING to make libXt declare String as const char *
+    
+    Clears 22 out of 36 -Wdiscarded-qualifiers warnings from gcc
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit e364be848c65d5e286cbc96ccb283b9052fc3c4a
+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 b503a04bc4de9fbbec52b29eab0ca36afb3de77f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Dec 6 16:16:46 2021 -0800
+
+    configure: make ---with-render help string match the accepted option name
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit ad9a08c1364c4165d6bdd821312e49b53e1e113f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Dec 6 15:23:18 2021 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit b105a307a1c36f935fb461b54496c7bcf2a3834c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Dec 6 15:23:15 2021 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit 793ce3bb509853c4fab8e04a38ba7ec752176a27
 Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 Date:   Sun Mar 3 12:20:21 2019 -0800
@@ -637,7 +715,7 @@
         configure cache, you cache it, and the cached value is probably wrong.
 
 commit 6fc943cfccd96e6ad0fec6a2e1b836fa0d0d7d3a
-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:51:09 2005 +0000
 
     Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
@@ -734,7 +812,7 @@
     Bump major version number of libXaw (Bug #1273).
 
 commit 18ae14262f9859a2e1f2dd769a0c4dcf4e1bb344
-Author: Kristian Høgsberg <krh%redhat.com@localhost>
+Author: Kristian Høgsberg  <krh%redhat.com@localhost>
 Date:   Mon Aug 16 16:36:16 2004 +0000
 
     As discussed and agreed on on the release-wranglers meeting of August 16,
diff -r a13bfb06fd74 -r af92edeccdef external/mit/xlogo/dist/Logo.c
--- a/external/mit/xlogo/dist/Logo.c    Sun Nov 13 05:23:32 2022 +0000
+++ b/external/mit/xlogo/dist/Logo.c    Sun Nov 13 05:23:33 2022 +0000
@@ -111,7 +111,8 @@
     /* extension               */      NULL
     },
     { /* simple fields */
-    /* change_sensitive         */      XtInheritChangeSensitive
+    /* change_sensitive         */      XtInheritChangeSensitive,
+    /* extension                */      NULL
     },
     { /* logo fields */
     /* ignore                   */      0
diff -r a13bfb06fd74 -r af92edeccdef external/mit/xlogo/dist/Makefile.am
--- a/external/mit/xlogo/dist/Makefile.am       Sun Nov 13 05:23:32 2022 +0000
+++ b/external/mit/xlogo/dist/Makefile.am       Sun Nov 13 05:23:33 2022 +0000
@@ -21,6 +21,7 @@
 SUBDIRS = man
 bin_PROGRAMS = xlogo
 
+AM_CPPFLAGS = -D_CONST_X_STRING
 AM_CFLAGS = $(XLOGO_CFLAGS) $(CWARNFLAGS)
 xlogo_LDADD = $(XLOGO_LIBS)
 
diff -r a13bfb06fd74 -r af92edeccdef external/mit/xlogo/dist/Makefile.in
--- a/external/mit/xlogo/dist/Makefile.in       Sun Nov 13 05:23:32 2022 +0000
+++ b/external/mit/xlogo/dist/Makefile.in       Sun Nov 13 05:23:33 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,
@@ -151,7 +151,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)/Logo.Po ./$(DEPDIR)/RenderLogo.Po \
+       ./$(DEPDIR)/xlogo.Po
 am__mv = mv -f
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -215,9 +217,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.
@@ -234,13 +236,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)
@@ -276,9 +275,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$$'
@@ -301,8 +302,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@
@@ -312,11 +314,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@
@@ -398,6 +399,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -407,6 +409,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = man
+AM_CPPFLAGS = -D_CONST_X_STRING
 AM_CFLAGS = $(XLOGO_CFLAGS) $(CWARNFLAGS)
 xlogo_LDADD = $(XLOGO_LIBS)
 xlogo_SOURCES = Logo.c Logo.h LogoP.h xlogo.c xlogo.h $(am__append_1)
@@ -445,8 +448,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)
@@ -525,9 +528,15 @@
 distclean-compile:
        -rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Logo.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RenderLogo.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlogo.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Logo.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RenderLogo.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlogo.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 $@ $<
@@ -669,8 +678,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'`; \
@@ -738,8 +749,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)
@@ -747,11 +759,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)
+


Home | Main Index | Thread Index | Old Index