Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit/xman/dist initial import of xman-1.1.5
details: https://anonhg.NetBSD.org/xsrc/rev/2c7edc6007d4
branches: trunk
changeset: 10343:2c7edc6007d4
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Jul 15 04:50:47 2019 +0000
description:
initial import of xman-1.1.5
diffstat:
external/mit/xman/dist/ChangeLog | 142 +
external/mit/xman/dist/Makefile.am | 4 +-
external/mit/xman/dist/Makefile.in | 10 +-
external/mit/xman/dist/README.md | 17 +
external/mit/xman/dist/ScrollByL.c | 2 +-
external/mit/xman/dist/aclocal.m4 | 2549 ++++++++++++++++---------------
external/mit/xman/dist/buttons.c | 2 +-
external/mit/xman/dist/config.guess | 679 ++++---
external/mit/xman/dist/config.h.in | 3 +
external/mit/xman/dist/config.sub | 304 +-
external/mit/xman/dist/configure | 139 +-
external/mit/xman/dist/configure.ac | 9 +-
external/mit/xman/dist/main.c | 2 +-
external/mit/xman/dist/man.h | 3 +-
external/mit/xman/dist/man/Makefile.in | 3 +
external/mit/xman/dist/man/xman.man | 2 +-
external/mit/xman/dist/tkfuncs.c | 17 -
17 files changed, 2150 insertions(+), 1737 deletions(-)
diffs (truncated from 5776 to 300 lines):
diff -r 03305d1eac98 -r 2c7edc6007d4 external/mit/xman/dist/ChangeLog
--- a/external/mit/xman/dist/ChangeLog Mon Jul 15 04:50:46 2019 +0000
+++ b/external/mit/xman/dist/ChangeLog Mon Jul 15 04:50:47 2019 +0000
@@ -1,3 +1,145 @@
+commit aed0ca367a69a7defd29bbbe357914b1b45ca4b9
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Jul 14 13:10:32 2019 -0700
+
+ xman 1.1.5
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 8e32cbc5f586ba7382941d355342b1f14bcc1f5e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri May 31 13:45:40 2019 -0700
+
+ Pass -D_CONST_X_STRING to make libXt declare String as const char *
+
+ Clears up 62 gcc -Wdiscarded-qualifiers warnings in the xman build
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 63973d9097d4f914c7637937f3af502116375d58
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri May 31 13:43:57 2019 -0700
+
+ Change fallback_resources from char * to String type
+
+ Matches declaration of the libXt XtAppInitialize function that the
+ array is passed to.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 4f5cc99e46d0795615b9adc668b4c738529cb54a
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri May 31 13:42:50 2019 -0700
+
+ Make CreateManpageWidget use String type for name argument
+
+ Matches declaration of the libXt XtCreatePopupShell function that the
+ name argument is passed to.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit c84cd5c224e20e51cee89bf12e07d7c70b75938f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri May 31 13:21:37 2019 -0700
+
+ Delete unused function Name() from tkfuncs.c
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit bda000d1619d18aeeb37e84eda090341f38e81ea
+Author: Matthieu Herrb <matthieu%herrb.eu@localhost>
+Date: Fri Mar 8 21:35:33 2019 +0100
+
+ Fix typo in manual page.
+
+ reported by Alejandro G. Peregrina on OpenBSD tech@ list
+
+ Signed-off-by: Matthieu Herrb <matthieu%herrb.eu@localhost>
+ Reviewed-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit ea5c4d25577b20a459358eff9f2d8a100dcf794f
+Author: Julien Cristau <jcristau%debian.org@localhost>
+Date: Thu Apr 30 23:38:10 2015 +0200
+
+ If we have man-db, don't try and emulate man's pipeline
+
+ Just let man itself do the formatting / zsoelim / ... dance. This
+ became necessary with man-db 2.7.0 moving zsoelim out of $PATH.
+
+ Debian bug#764792 <https://bugs.debian.org/764792>
+
+ Signed-off-by: Julien Cristau <jcristau%debian.org@localhost>
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 6aefab8b5831b52042afc482a50a43e3a4eba5b9
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Wed Nov 21 17:14:35 2018 -0800
+
+ Update configure.ac bug URL for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit e7e8014eeee800d887f8e0264a4657c7918e7591
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri Nov 16 22:36:52 2018 -0800
+
+ Update README for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 6758ad5a88b0d64ebbd008a0561239935a7be443
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat May 5 15:05:45 2018 -0700
+
+ Change fall through comment in ScrollByL.c to match gcc's requirements
+
+ Needs to match one of the regexps shown under
+ https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gcc/Warning-Options.html#index-Wimplicit-fallthrough
+
+ Silences warning from gcc 7.3 of:
+
+ ScrollByL.c: In function â??PrintTextâ??:
+ ScrollByL.c:1109:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
+ if (*(c + 1) == BACKSPACE) {
+ ^
+ ScrollByL.c:1125:9: note: here
+ default:
+ ^~~~~~~
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 652ca3b948f6ae1f84d72b5a5bb841d7c893e5e4
+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 4e8efb3fca88799f1101020ee7c9af9c34cfe8a4
+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 231eec8d26187e4d3bd84d439a9d0a90d28780bb
+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 27ae1a020119b5254c0238ef60a1ba602befba56
Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
Date: Fri Mar 6 19:06:48 2015 -0800
diff -r 03305d1eac98 -r 2c7edc6007d4 external/mit/xman/dist/Makefile.am
--- a/external/mit/xman/dist/Makefile.am Mon Jul 15 04:50:46 2019 +0000
+++ b/external/mit/xman/dist/Makefile.am Mon Jul 15 04:50:47 2019 +0000
@@ -25,7 +25,7 @@
helpdir=@HELPDIR@
dist_help_DATA = xman.help
-AM_CFLAGS = $(CWARNFLAGS) $(XMAN_CFLAGS) \
+AM_CFLAGS = $(CWARNFLAGS) $(XMAN_CFLAGS) -D_CONST_X_STRING \
-D_BSD_SOURCE -DHELPFILE=\"$(helpdir)/xman.help\"
xman_LDADD = $(XMAN_LIBS)
@@ -70,3 +70,5 @@
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff -r 03305d1eac98 -r 2c7edc6007d4 external/mit/xman/dist/Makefile.in
--- a/external/mit/xman/dist/Makefile.in Mon Jul 15 04:50:46 2019 +0000
+++ b/external/mit/xman/dist/Makefile.in Mon Jul 15 04:50:47 2019 +0000
@@ -237,8 +237,8 @@
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
- ChangeLog INSTALL README compile config.guess config.sub \
- depcomp install-sh missing
+ ChangeLog INSTALL compile config.guess config.sub depcomp \
+ install-sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -330,6 +330,7 @@
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
+MANDB = @MANDB@
MAN_SUBSTS = @MAN_SUBSTS@
MISC_MAN_DIR = @MISC_MAN_DIR@
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
@@ -344,6 +345,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@
@@ -407,7 +410,7 @@
SUBDIRS = man
helpdir = @HELPDIR@
dist_help_DATA = xman.help
-AM_CFLAGS = $(CWARNFLAGS) $(XMAN_CFLAGS) \
+AM_CFLAGS = $(CWARNFLAGS) $(XMAN_CFLAGS) -D_CONST_X_STRING \
-D_BSD_SOURCE -DHELPFILE=\"$(helpdir)/xman.help\"
xman_LDADD = $(XMAN_LIBS)
@@ -438,6 +441,7 @@
DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults
dist_appdefault_DATA = app-defaults/Xman
MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = README.md
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
diff -r 03305d1eac98 -r 2c7edc6007d4 external/mit/xman/dist/README.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xman/dist/README.md Mon Jul 15 04:50:47 2019 +0000
@@ -0,0 +1,17 @@
+xman is a graphical manual page browser using the Athena Widgets (Xaw) toolkit.
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ https://lists.x.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+ https://gitlab.freedesktop.org/xorg/app/xman
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
diff -r 03305d1eac98 -r 2c7edc6007d4 external/mit/xman/dist/ScrollByL.c
--- a/external/mit/xman/dist/ScrollByL.c Mon Jul 15 04:50:46 2019 +0000
+++ b/external/mit/xman/dist/ScrollByL.c Mon Jul 15 04:50:47 2019 +0000
@@ -1120,7 +1120,7 @@
*bufp++ = *c;
break;
}
- /* else fall through to default, because this was a real underscore. */
+ /* else fall through - to default, because this was a real underscore. */
default:
if (italicflag) { /* font change? */
diff -r 03305d1eac98 -r 2c7edc6007d4 external/mit/xman/dist/aclocal.m4
--- a/external/mit/xman/dist/aclocal.m4 Mon Jul 15 04:50:46 2019 +0000
+++ b/external/mit/xman/dist/aclocal.m4 Mon Jul 15 04:50:47 2019 +0000
@@ -20,1165 +20,71 @@
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_AUTOMAKE_VERSION(VERSION)
-# ----------------------------
-# Automake X.Y traces this macro to ensure aclocal.m4 has been
-# generated from the m4 files accompanying Automake X.Y.
-# (This private macro should not be called outside this file.)
-AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.15'
-dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
-dnl require some minimum version. Point them to the right macro.
-m4_if([$1], [1.15], [],
- [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
-])
-
-# _AM_AUTOCONF_VERSION(VERSION)
-# -----------------------------
-# aclocal traces this macro to find the Autoconf version.
-# This is a private macro too. Using m4_define simplifies
-# the logic in aclocal, which can simply ignore this definition.
-m4_define([_AM_AUTOCONF_VERSION], [])
-
-# AM_SET_CURRENT_AUTOMAKE_VERSION
-# -------------------------------
-# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
-# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
-AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.15])dnl
-m4_ifndef([AC_AUTOCONF_VERSION],
- [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
-
-# AM_AUX_DIR_EXPAND -*- Autoconf -*-
-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
Home |
Main Index |
Thread Index |
Old Index