···11+commit 52d1690c3e1291f7d7be6b4cc39925e3fe4381e3
22+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
33+Date: Tue Jul 12 10:37:50 2022 -0700
44+55+ xmessage 1.0.6
66+77+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
88+99+commit f8be5016e618dcd650540b4cea5f710fd9a16e00
1010+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1111+Date: Sat Apr 16 16:01:36 2022 -0700
1212+1313+ gitlab CI: stop requiring Signed-off-by in commits
1414+1515+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1616+1717+commit a2d2c371a11302d8df204527119c6ec91cc9e898
1818+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1919+Date: Sat Apr 16 15:58:42 2022 -0700
2020+2121+ Stop casting function return values to void
2222+2323+ This was used to make lint stop warning that you weren't checking
2424+ the return value.
2525+2626+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2727+2828+commit 55cc3615df9045684c70293dcfcbaa26371e46ad
2929+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3030+Date: Sat Apr 16 15:57:02 2022 -0700
3131+3232+ Stop casting arguments to free()
3333+3434+ This was needed for some pre-ANSI systems that declared free() to take
3535+ 'char *' instead of 'void *' arguments, but hasn't been needed in decades.
3636+3737+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
3838+3939+commit cda8cd860d7cbbcab8da5d0bb28b0e55b35c000f
4040+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
4141+Date: Tue Dec 7 12:29:45 2021 -0800
4242+4343+ Build xz tarballs instead of bzip2
4444+4545+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4646+4747+commit bed195ac430ffa991e9e5c89ad447c6efc1ed2c8
4848+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
4949+Date: Tue Dec 7 12:29:42 2021 -0800
5050+5151+ gitlab CI: add a basic build test
5252+5353+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
5454+5555+commit e315069848aea3aaeb72bd3bc9a5d0bdb1242ed7
5656+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
5757+Date: Wed Nov 21 17:15:50 2018 -0800
5858+5959+ Update configure.ac bug URL for gitlab migration
6060+6161+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6262+163commit f1e22dc070daa73857ff2fd951424b9d1ef31a54
264Author: Alan Coopersmith <alan.coopersmith@oracle.com>
365Date: Fri Mar 9 18:00:17 2018 -0800
···523585 configure cache, you cache it, and the cached value is probably wrong.
524586525587commit 665ba4b9cf9a7c94782637051eb8e0d735bbaf7c
526526-Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
588588+Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
527589Date: Tue Jul 5 22:51:11 2005 +0000
528590529591 Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
···11#! /bin/sh
22# Wrapper for compilers which do not understand '-c -o'.
3344-scriptversion=2012-10-14.11; # UTC
44+scriptversion=2018-03-07.03; # UTC
5566-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
66+# Copyright (C) 1999-2021 Free Software Foundation, Inc.
77# Written by Tom Tromey <tromey@cygnus.com>.
88#
99# This program is free software; you can redistribute it and/or modify
···1717# GNU General Public License for more details.
1818#
1919# You should have received a copy of the GNU General Public License
2020-# along with this program. If not, see <http://www.gnu.org/licenses/>.
2020+# along with this program. If not, see <https://www.gnu.org/licenses/>.
21212222# As a special exception to the GNU General Public License, if you
2323# distribute this file as part of a program that contains a
···5353 MINGW*)
5454 file_conv=mingw
5555 ;;
5656- CYGWIN*)
5656+ CYGWIN* | MSYS*)
5757 file_conv=cygwin
5858 ;;
5959 *)
···6767 mingw/*)
6868 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
6969 ;;
7070- cygwin/*)
7070+ cygwin/* | msys/*)
7171 file=`cygpath -m "$file" || echo "$file"`
7272 ;;
7373 wine/*)
···255255 echo "compile $scriptversion"
256256 exit $?
257257 ;;
258258- cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
258258+ cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
259259+ icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
259260 func_cl_wrapper "$@" # Doesn't return...
260261 ;;
261262esac
···339340# Local Variables:
340341# mode: shell-script
341342# sh-indentation: 2
342342-# eval: (add-hook 'write-file-hooks 'time-stamp)
343343+# eval: (add-hook 'before-save-hook 'time-stamp)
343344# time-stamp-start: "scriptversion="
344345# time-stamp-format: "%:y-%02m-%02d.%02H"
345345-# time-stamp-time-zone: "UTC"
346346+# time-stamp-time-zone: "UTC0"
346347# time-stamp-end: "; # UTC"
347348# End:
+36-51
app/xmessage/configure
···11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
33-# Generated by GNU Autoconf 2.69 for xmessage 1.0.5.
33+# Generated by GNU Autoconf 2.69 for xmessage 1.0.6.
44#
55-# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
55+# Report bugs to <https://gitlab.freedesktop.org/xorg/app/xmessage/issues>.
66#
77#
88# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
···267267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268268 else
269269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270270-$0: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
270270+$0: https://gitlab.freedesktop.org/xorg/app/xmessage/issues
271271$0: about your system, including any error possibly output
272272$0: before this message. Then install a modern shell, or
273273$0: manually run the script under such a shell if you do
···581581# Identity of this package.
582582PACKAGE_NAME='xmessage'
583583PACKAGE_TARNAME='xmessage'
584584-PACKAGE_VERSION='1.0.5'
585585-PACKAGE_STRING='xmessage 1.0.5'
586586-PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
584584+PACKAGE_VERSION='1.0.6'
585585+PACKAGE_STRING='xmessage 1.0.6'
586586+PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/xmessage/issues'
587587PACKAGE_URL=''
588588589589ac_unique_file="Makefile.am"
···732732docdir
733733oldincludedir
734734includedir
735735+runstatedir
735736localstatedir
736737sharedstatedir
737738sysconfdir
···815816sysconfdir='${prefix}/etc'
816817sharedstatedir='${prefix}/com'
817818localstatedir='${prefix}/var'
819819+runstatedir='${localstatedir}/run'
818820includedir='${prefix}/include'
819821oldincludedir='/usr/include'
820822docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
···10671069 | -silent | --silent | --silen | --sile | --sil)
10681070 silent=yes ;;
1069107110721072+ -runstatedir | --runstatedir | --runstatedi | --runstated \
10731073+ | --runstate | --runstat | --runsta | --runst | --runs \
10741074+ | --run | --ru | --r)
10751075+ ac_prev=runstatedir ;;
10761076+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
10771077+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
10781078+ | --run=* | --ru=* | --r=*)
10791079+ runstatedir=$ac_optarg ;;
10801080+10701081 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
10711082 ac_prev=sbindir ;;
10721083 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
···12041215for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
12051216 datadir sysconfdir sharedstatedir localstatedir includedir \
12061217 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
12071207- libdir localedir mandir
12181218+ libdir localedir mandir runstatedir
12081219do
12091220 eval ac_val=\$$ac_var
12101221 # Remove trailing slashes.
···13171328 # Omit some internal or obsolete options to make the list less imposing.
13181329 # This message is too long to be a string in the A/UX 3.1 sh.
13191330 cat <<_ACEOF
13201320-\`configure' configures xmessage 1.0.5 to adapt to many kinds of systems.
13311331+\`configure' configures xmessage 1.0.6 to adapt to many kinds of systems.
1321133213221333Usage: $0 [OPTION]... [VAR=VALUE]...
13231334···13571368 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13581369 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13591370 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
13711371+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13601372 --libdir=DIR object code libraries [EPREFIX/lib]
13611373 --includedir=DIR C header files [PREFIX/include]
13621374 --oldincludedir=DIR C header files for non-gcc [/usr/include]
···1387139913881400if test -n "$ac_init_help"; then
13891401 case $ac_init_help in
13901390- short | recursive ) echo "Configuration of xmessage 1.0.5:";;
14021402+ short | recursive ) echo "Configuration of xmessage 1.0.6:";;
13911403 esac
13921404 cat <<\_ACEOF
13931405···14441456Use these variables to override the choices made by `configure' or to help
14451457it to find libraries and programs with nonstandard names/locations.
1446145814471447-Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
14591459+Report bugs to <https://gitlab.freedesktop.org/xorg/app/xmessage/issues>.
14481460_ACEOF
14491461ac_status=$?
14501462fi
···15071519test -n "$ac_init_help" && exit $ac_status
15081520if $ac_init_version; then
15091521 cat <<\_ACEOF
15101510-xmessage configure 1.0.5
15221522+xmessage configure 1.0.6
15111523generated by GNU Autoconf 2.69
1512152415131525Copyright (C) 2012 Free Software Foundation, Inc.
···17641776This file contains any messages produced by compilers while
17651777running configure, to aid debugging if configure makes a mistake.
1766177817671767-It was created by xmessage $as_me 1.0.5, which was
17791779+It was created by xmessage $as_me 1.0.6, which was
17681780generated by GNU Autoconf 2.69. Invocation command line was
1769178117701782 $ $0 $@
···2593260525942606# Define the identity of the package.
25952607 PACKAGE='xmessage'
25962596- VERSION='1.0.5'
26082608+ VERSION='1.0.6'
259726092598261025992611cat >>confdefs.h <<_ACEOF
···26372649263826502639265126402640-26412641-26422642-26432643-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
26442644-$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
26452645- # Check whether --enable-maintainer-mode was given.
26462646-if test "${enable_maintainer_mode+set}" = set; then :
26472647- enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
26482648-else
26492649- USE_MAINTAINER_MODE=no
26502650-fi
26512651-26522652- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
26532653-$as_echo "$USE_MAINTAINER_MODE" >&6; }
26542654- if test $USE_MAINTAINER_MODE = yes; then
26552655- MAINTAINER_MODE_TRUE=
26562656- MAINTAINER_MODE_FALSE='#'
26572657-else
26582658- MAINTAINER_MODE_TRUE='#'
26592659- MAINTAINER_MODE_FALSE=
26602660-fi
26612661-26622662- MAINT=$MAINTAINER_MODE_TRUE
266326522664265326652654···1044110430# Checks for pkg-config packages
10442104311044310432pkg_failed=no
1044410444-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XMESSAGE" >&5
1044510445-$as_echo_n "checking for XMESSAGE... " >&6; }
1043310433+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw7" >&5
1043410434+$as_echo_n "checking for xaw7... " >&6; }
10446104351044710436if test -n "$XMESSAGE_CFLAGS"; then
1044810437 pkg_cv_XMESSAGE_CFLAGS="$XMESSAGE_CFLAGS"
···104821047110483104721048410473if test $pkg_failed = yes; then
1048510485- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1047410474+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1048610475$as_echo "no" >&6; }
10487104761048810477if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
···1050910498and XMESSAGE_LIBS to avoid the need to call pkg-config.
1051010499See the pkg-config man page for more details." "$LINENO" 5
1051110500elif test $pkg_failed = untried; then
1051210512- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1050110501+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1051310502$as_echo "no" >&6; }
1051410503 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1051510504$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
···105331052210534105231053510524pkg_failed=no
1053610536-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for APPDEFS" >&5
1053710537-$as_echo_n "checking for APPDEFS... " >&6; }
1052510525+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for xt" >&5
1052610526+$as_echo_n "checking for xt... " >&6; }
10538105271053910528if test -n "$APPDEFS_CFLAGS"; then
1054010529 pkg_cv_APPDEFS_CFLAGS="$APPDEFS_CFLAGS"
···105741056310575105641057610565if test $pkg_failed = yes; then
1057710577- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1056610566+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1057810567$as_echo "no" >&6; }
10579105681058010569if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
···1060110590and APPDEFS_LIBS to avoid the need to call pkg-config.
1060210591See the pkg-config man page for more details." "$LINENO" 5
1060310592elif test $pkg_failed = untried; then
1060410604- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1059310593+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1060510594$as_echo "no" >&6; }
1060610595 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1060710596$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
···1076110750 am__EXEEXT_FALSE=
1076210751fi
10763107521076410764-if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
1076510765- as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
1076610766-Usually this means the macro was only invoked conditionally." "$LINENO" 5
1076710767-fi
1076810753if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
1076910754 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
1077010755Usually this means the macro was only invoked conditionally." "$LINENO" 5
···1117411159# report actual input values of CONFIG_FILES etc. instead of their
1117511160# values after options handling.
1117611161ac_log="
1117711177-This file was extended by xmessage $as_me 1.0.5, which was
1116211162+This file was extended by xmessage $as_me 1.0.6, which was
1117811163generated by GNU Autoconf 2.69. Invocation command line was
11179111641118011165 CONFIG_FILES = $CONFIG_FILES
···1123411219Configuration commands:
1123511220$config_commands
11236112211123711237-Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>."
1122211222+Report bugs to <https://gitlab.freedesktop.org/xorg/app/xmessage/issues>."
11238112231123911224_ACEOF
1124011225cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1124111226ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1124211227ac_cs_version="\\
1124311243-xmessage config.status 1.0.5
1122811228+xmessage config.status 1.0.6
1124411229configured by $0, generated by GNU Autoconf 2.69,
1124511230 with options \\"\$ac_cs_config\\"
1124611231
+3-4
app/xmessage/configure.ac
···23232424# Initialize Autoconf
2525AC_PREREQ([2.60])
2626-AC_INIT(xmessage, [1.0.5],
2727- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xmessage)
2626+AC_INIT(xmessage, [1.0.6],
2727+ [https://gitlab.freedesktop.org/xorg/app/xmessage/issues], xmessage)
2828AC_CONFIG_SRCDIR([Makefile.am])
2929AC_CONFIG_HEADERS([config.h])
30303131# Initialize Automake
3232-AM_INIT_AUTOMAKE([foreign dist-bzip2])
3333-AM_MAINTAINER_MODE
3232+AM_INIT_AUTOMAKE([foreign dist-xz])
34333534# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
3635m4_ifndef([XORG_MACROS_VERSION],