Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/xorg]: xsrc/external/mit/xmh/dist initial import of xmh-1.0.4
details: https://anonhg.NetBSD.org/xsrc/rev/a3f5389ed850
branches: xorg
changeset: 7168:a3f5389ed850
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Sep 11 05:46:03 2022 +0000
description:
initial import of xmh-1.0.4
diffstat:
external/mit/xmh/dist/ChangeLog | 136 +-
external/mit/xmh/dist/Makefile.am | 8 +-
external/mit/xmh/dist/Makefile.in | 193 +-
external/mit/xmh/dist/README.md | 19 +
external/mit/xmh/dist/Xmh.sample | 2 +-
external/mit/xmh/dist/aclocal.m4 | 546 +-
external/mit/xmh/dist/bbox.c | 24 +-
external/mit/xmh/dist/bboxint.h | 2 +-
external/mit/xmh/dist/command.c | 18 +-
external/mit/xmh/dist/compile | 17 +-
external/mit/xmh/dist/config.guess | 1685 +++--
external/mit/xmh/dist/config.h.in | 31 +-
external/mit/xmh/dist/config.sub | 2911 +++++-----
external/mit/xmh/dist/configure | 8328 ++++++++++++++++++--------------
external/mit/xmh/dist/configure.ac | 13 +-
external/mit/xmh/dist/depcomp | 10 +-
external/mit/xmh/dist/folder.c | 70 +-
external/mit/xmh/dist/globals.h | 2 +-
external/mit/xmh/dist/init.c | 14 +-
external/mit/xmh/dist/install-sh | 172 +-
external/mit/xmh/dist/main.c | 2 +-
external/mit/xmh/dist/man/Makefile.in | 21 +-
external/mit/xmh/dist/man/xmh.man | 2 +-
external/mit/xmh/dist/miscfuncs.c | 82 -
external/mit/xmh/dist/missing | 16 +-
external/mit/xmh/dist/msg.c | 26 +-
external/mit/xmh/dist/pick.c | 26 +-
external/mit/xmh/dist/popup.c | 20 +-
external/mit/xmh/dist/screen.c | 16 +-
external/mit/xmh/dist/toc.c | 34 +-
external/mit/xmh/dist/tocfuncs.c | 28 +-
external/mit/xmh/dist/tocutil.c | 18 +-
external/mit/xmh/dist/tsource.c | 12 +-
external/mit/xmh/dist/tsource.h | 8 +-
external/mit/xmh/dist/tsourceP.h | 12 +-
external/mit/xmh/dist/util.c | 10 +-
external/mit/xmh/dist/viewfuncs.c | 6 +-
37 files changed, 8114 insertions(+), 6426 deletions(-)
diffs (truncated from 22078 to 300 lines):
diff -r e60893ad6978 -r a3f5389ed850 external/mit/xmh/dist/ChangeLog
--- a/external/mit/xmh/dist/ChangeLog Sun Sep 11 05:46:01 2022 +0000
+++ b/external/mit/xmh/dist/ChangeLog Sun Sep 11 05:46:03 2022 +0000
@@ -1,3 +1,135 @@
+commit 6d2a692ccc8804134862edaa07336149a522062a
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Tue Aug 30 17:48:08 2022 -0700
+
+ xmh 1.0.4
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit afdd1faece8b3f8fae3be0fd0f05a0e570b27618
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Mon Aug 15 18:07:07 2022 -0700
+
+ Convert vfork checks from Imake-style to autoconf-style
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit b9b62b065456b5d31af990d1d04fcb34a0cf3523
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Mon Aug 15 18:05:46 2022 -0700
+
+ unifdef -UDGUX
+
+ Data General DG/ux has never been supported in X11R7 modular builds.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 410307f62b859c16bfb78a41e3582d62a26e77d7
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Mon Aug 15 17:52:05 2022 -0700
+
+ unifdef -USYSV
+
+ Remove code for pre-POSIX System V variants that have never been
+ supported in X11R7 modular builds.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 04456faafc6a670a2f3b0c0aeb59b41edbc52f86
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Mon Aug 15 17:49:01 2022 -0700
+
+ unifdef -UUSG
+
+ USG was defined for a handful of pre-SVR4 systems based on
+ AT&T's Unix System Group releases in the old imake configs
+ and has never been defined in X11R7 modular builds.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit fed0f68b789f3929c9080dd251e7c3ca555150a4
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Tue Dec 7 12:33:41 2021 -0800
+
+ Build xz tarballs instead of bzip2
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f3905996991c138a1a10a6451c995cf7005586db
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Tue Dec 7 12:33:35 2021 -0800
+
+ gitlab CI: add a basic build test
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 7e1af8b17bfb81ffd6cc5b57c8c772ff340381be
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Nov 28 14:36:15 2021 -0800
+
+ Trim trailing whitespace from lines
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit c9ef965166250a6e386871bd44db3310e556143b
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Nov 28 14:34:01 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 39885098590ad974ccd68e1f72ca9a33320c0c2e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Wed Nov 21 17:16:03 2018 -0800
+
+ Update configure.ac bug URL for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit d02bdaed7a09b037a714639c94abaf680d6c2efc
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri Nov 16 22:38:00 2018 -0800
+
+ Update README for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit a54f587bd66eb98f5a435173e4fd386e331d409a
+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 99f17e10040fee246b528303cd0cba27a086073d
+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 d3015c587a1797d76d4d03fcabdd86fb9b2a731c
+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 f70138ea7faf7a4ad78b0b4743045c3a06224afd
Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
Date: Fri Apr 17 00:01:25 2015 -0700
@@ -431,13 +563,13 @@
configure cache, you cache it, and the cached value is probably wrong.
commit 2493ff8b81f07674fbc877cf0ac5d047471fd72a
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
Date: Thu Jul 14 22:40:16 2005 +0000
Add _BSD_SOURCE to lots of applications - patch from Stefan Dirsch
commit 43170770ed537cc4a2d06eafbc99d123bbbb53d4
-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 e60893ad6978 -r a3f5389ed850 external/mit/xmh/dist/Makefile.am
--- a/external/mit/xmh/dist/Makefile.am Sun Sep 11 05:46:01 2022 +0000
+++ b/external/mit/xmh/dist/Makefile.am Sun Sep 11 05:46:03 2022 +0000
@@ -1,6 +1,6 @@
-#
+#
# Copyright 2005 Red Hat, Inc.
-#
+#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without fee, provided that
# the above copyright notice appear in all copies and that both that
@@ -10,7 +10,7 @@
# specific, written prior permission. Red Hat makes no
# representations about the suitability of this software for any purpose. It
# is provided "as is" without express or implied warranty.
-#
+#
# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
@@ -70,7 +70,7 @@
#
-EXTRA_DIST = Xmh.sample
+EXTRA_DIST = Xmh.sample README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff -r e60893ad6978 -r a3f5389ed850 external/mit/xmh/dist/Makefile.in
--- a/external/mit/xmh/dist/Makefile.in Sun Sep 11 05:46:01 2022 +0000
+++ b/external/mit/xmh/dist/Makefile.in Sun Sep 11 05:46: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,
@@ -14,9 +14,9 @@
@SET_MAKE@
-#
+#
# Copyright 2005 Red Hat, Inc.
-#
+#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without fee, provided that
# the above copyright notice appear in all copies and that both that
@@ -26,7 +26,7 @@
# specific, written prior permission. Red Hat makes no
# representations about the suitability of this software for any purpose. It
# is provided "as is" without express or implied warranty.
-#
+#
# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
@@ -150,7 +150,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)/bbox.Po ./$(DEPDIR)/command.Po \
+ ./$(DEPDIR)/compfuncs.Po ./$(DEPDIR)/folder.Po \
+ ./$(DEPDIR)/init.Po ./$(DEPDIR)/main.Po ./$(DEPDIR)/menu.Po \
+ ./$(DEPDIR)/miscfuncs.Po ./$(DEPDIR)/mlist.Po \
+ ./$(DEPDIR)/msg.Po ./$(DEPDIR)/pick.Po ./$(DEPDIR)/popup.Po \
+ ./$(DEPDIR)/screen.Po ./$(DEPDIR)/toc.Po \
+ ./$(DEPDIR)/tocfuncs.Po ./$(DEPDIR)/tocutil.Po \
+ ./$(DEPDIR)/tsource.Po ./$(DEPDIR)/util.Po \
+ ./$(DEPDIR)/viewfuncs.Po
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -214,9 +223,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.
@@ -233,12 +242,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)
@@ -275,9 +281,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@
Home |
Main Index |
Thread Index |
Old Index