Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit/xmag/dist initial import of xmag-1.0.7
details: https://anonhg.NetBSD.org/xsrc/rev/b6e2a932e2aa
branches: trunk
changeset: 7089:b6e2a932e2aa
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Jul 13 18:59:17 2022 +0000
description:
initial import of xmag-1.0.7
diffstat:
external/mit/xmag/dist/ChangeLog | 104 +-
external/mit/xmag/dist/Makefile.am | 3 +-
external/mit/xmag/dist/Makefile.in | 121 +-
external/mit/xmag/dist/README.md | 17 +
external/mit/xmag/dist/Scale.txt | 4 +-
external/mit/xmag/dist/aclocal.m4 | 546 +-
external/mit/xmag/dist/compile | 17 +-
external/mit/xmag/dist/config.guess | 1685 ++++--
external/mit/xmag/dist/config.h.in | 10 +-
external/mit/xmag/dist/config.sub | 2911 +++++-----
external/mit/xmag/dist/configure | 8020 +++++++++++++++++--------------
external/mit/xmag/dist/configure.ac | 6 +-
external/mit/xmag/dist/depcomp | 10 +-
external/mit/xmag/dist/install-sh | 172 +-
external/mit/xmag/dist/man/Makefile.in | 21 +-
external/mit/xmag/dist/missing | 16 +-
16 files changed, 7457 insertions(+), 6206 deletions(-)
diffs (truncated from 20146 to 300 lines):
diff -r b80739978885 -r b6e2a932e2aa external/mit/xmag/dist/ChangeLog
--- a/external/mit/xmag/dist/ChangeLog Wed Jul 13 18:59:16 2022 +0000
+++ b/external/mit/xmag/dist/ChangeLog Wed Jul 13 18:59:17 2022 +0000
@@ -1,3 +1,105 @@
+commit 4a7f2c546bdb3083f64f328651628f940ea9ea44
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Tue Jul 12 10:32:42 2022 -0700
+
+ xmag 1.0.7
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit bcff9fb31f8b6944ed1e72cbdcc5dff14b321b4c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Apr 3 16:53:23 2022 -0700
+
+ Use _CONST_X_STRING to make libXt declare String as const char *
+
+ Gets rid of 58 out of 73 -Wdiscarded-qualifiers warnings from gcc
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 58535e417d7db4443ae668166ef80e1c0a59f6a2
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Tue Dec 7 12:22:12 2021 -0800
+
+ Build xz tarballs instead of bzip2
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit cfb726ab6b40f0118cecdbcf3741a98288070bb4
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Tue Dec 7 12:22:08 2021 -0800
+
+ gitlab CI: add a basic build test
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 0bc642700eda11c5f13b9e96719b83c4fec31719
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Nov 28 14:49:59 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 daa837ebdd55fa513a0ac6cc2fe77c745de7a205
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Wed Nov 21 17:14:18 2018 -0800
+
+ Update configure.ac bug URL for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 2e1d9ca62031e971337d9c493682a12857874b75
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri Nov 16 22:35:58 2018 -0800
+
+ Update README for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 6b5a723ac123b199274f033ed85db9ca1a682e6d
+Author: Mihail Konev <k.mvc%ya.ru@localhost>
+Date: Thu Jan 26 14:00:21 2017 +1000
+
+ autogen: add default patch prefix
+
+ Signed-off-by: Mihail Konev <k.mvc%ya.ru@localhost>
+
+commit e5b363bc241ed38e0495706efe09ef7756a8f4b1
+Author: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+Date: Mon Mar 9 12:00:52 2015 +0000
+
+ autogen.sh: use quoted string variables
+
+ Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+ fall-outs, when they contain space.
+
+ Signed-off-by: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+ Reviewed-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit a6cb7ae876714a0148cd4c9879db8e7e1b8c1053
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date: Tue Jan 24 10:32:07 2017 +1000
+
+ autogen.sh: use exec instead of waiting for configure to finish
+
+ Syncs the invocation of configure with the one from the server.
+
+ Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+ Reviewed-by: Emil Velikov <emil.velikov%collabora.com@localhost>
+
+commit 513d1cf1afdcdf5eafbdf67c0adf421da6ba5722
+Author: Thomas Klausner <wiz%NetBSD.org@localhost>
+Date: Tue Jul 21 23:06:46 2015 +0200
+
+ Protect config.h with HAVE_CONFIG_H.
+
+ Signed-off-by: Thomas Klausner <wiz%NetBSD.org@localhost>
+ Reviewed-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
commit 011bec331e11d306c1811376e4de4d84ab2996ce
Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
Date: Thu Apr 16 23:55:52 2015 -0700
@@ -538,7 +640,7 @@
configure cache, you cache it, and the cached value is probably wrong.
commit 38ca5441b199b16b3d2dee2c2b8eaa133aec99a9
-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:11 2005 +0000
Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
diff -r b80739978885 -r b6e2a932e2aa external/mit/xmag/dist/Makefile.am
--- a/external/mit/xmag/dist/Makefile.am Wed Jul 13 18:59:16 2022 +0000
+++ b/external/mit/xmag/dist/Makefile.am Wed Jul 13 18:59:17 2022 +0000
@@ -22,6 +22,7 @@
SUBDIRS = man
bin_PROGRAMS = xmag
+AM_CPPFLAGS = -D_CONST_X_STRING
AM_CFLAGS = $(XMAG_CFLAGS) $(CWARNFLAGS)
xmag_LDADD = $(XMAG_LIBS)
@@ -46,7 +47,7 @@
app-defaults/Xmag
# Developer documentation for Scale widget in Scale.c
-EXTRA_DIST = Scale.txt xmag.icon
+EXTRA_DIST = Scale.txt xmag.icon README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff -r b80739978885 -r b6e2a932e2aa external/mit/xmag/dist/Makefile.in
--- a/external/mit/xmag/dist/Makefile.in Wed Jul 13 18:59:16 2022 +0000
+++ b/external/mit/xmag/dist/Makefile.in Wed Jul 13 18:59:17 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,
@@ -146,7 +146,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)/CutPaste.Po ./$(DEPDIR)/RootWin.Po \
+ ./$(DEPDIR)/Scale.Po ./$(DEPDIR)/xmag.Po
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -210,9 +212,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.
@@ -229,12 +231,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)
@@ -271,9 +270,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$$'
@@ -294,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@
@@ -305,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@
@@ -337,6 +338,8 @@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
@@ -389,6 +392,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -398,6 +402,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = man
+AM_CPPFLAGS = -D_CONST_X_STRING
AM_CFLAGS = $(XMAG_CFLAGS) $(CWARNFLAGS)
xmag_LDADD = $(XMAG_LIBS)
xmag_SOURCES = \
@@ -419,7 +424,7 @@
# Developer documentation for Scale widget in Scale.c
-EXTRA_DIST = Scale.txt xmag.icon
+EXTRA_DIST = Scale.txt xmag.icon README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
@@ -447,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)
@@ -527,10 +532,16 @@
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CutPaste.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RootWin.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Scale.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmag.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CutPaste.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RootWin.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Scale.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmag.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 $@ $<
@@ -672,8 +683,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
Home |
Main Index |
Thread Index |
Old Index