Module Name: xsrc Committed By: mrg Date: Thu Mar 30 23:04:23 UTC 2023
Modified Files: xsrc/external/mit/xorg-server/dist: configure configure.ac Log Message: merge xorg-server 21.1.8. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 xsrc/external/mit/xorg-server/dist/configure cvs rdiff -u -r1.18 -r1.19 xsrc/external/mit/xorg-server/dist/configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/xorg-server/dist/configure diff -u xsrc/external/mit/xorg-server/dist/configure:1.16 xsrc/external/mit/xorg-server/dist/configure:1.17 --- xsrc/external/mit/xorg-server/dist/configure:1.16 Tue Feb 7 04:45:31 2023 +++ xsrc/external/mit/xorg-server/dist/configure Thu Mar 30 23:04:22 2023 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for xorg-server 21.1.7. +# Generated by GNU Autoconf 2.71 for xorg-server 21.1.8. # # Report bugs to <https://gitlab.freedesktop.org/xorg/xserver/issues>. # @@ -682,8 +682,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='xorg-server' PACKAGE_TARNAME='xorg-server' -PACKAGE_VERSION='21.1.7' -PACKAGE_STRING='xorg-server 21.1.7' +PACKAGE_VERSION='21.1.8' +PACKAGE_STRING='xorg-server 21.1.8' PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/xserver/issues' PACKAGE_URL='' @@ -2000,7 +2000,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xorg-server 21.1.7 to adapt to many kinds of systems. +\`configure' configures xorg-server 21.1.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2071,7 +2071,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xorg-server 21.1.7:";; + short | recursive ) echo "Configuration of xorg-server 21.1.8:";; esac cat <<\_ACEOF @@ -2256,10 +2256,10 @@ Optional Packages: org.x) --with-bundle-version=VERSION Version to use for X11.app's CFBundleVersion - (default: 21.1.7) + (default: 21.1.8) --with-bundle-version-string=VERSION Version to use for X11.app's - CFBundleShortVersionString (default: 21.1.7) + CFBundleShortVersionString (default: 21.1.8) --with-sparkle-feed-url=URL URL for the Sparkle feed (default: https://www.xquartz.org/releases/sparkle/release.xml) @@ -2473,7 +2473,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xorg-server configure 21.1.7 +xorg-server configure 21.1.8 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -3130,7 +3130,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xorg-server $as_me 21.1.7, which was +It was created by xorg-server $as_me 21.1.8, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3887,7 +3887,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA ac_compiler_gnu=$ac_cv_c_compiler_gnu -RELEASE_DATE="2023-02-07" +RELEASE_DATE="2023-03-29" RELEASE_NAME="Caramel Ice Cream" @@ -4405,7 +4405,7 @@ fi # Define the identity of the package. PACKAGE='xorg-server' - VERSION='21.1.7' + VERSION='21.1.8' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -25180,7 +25180,7 @@ if test ${with_bundle_version+y} then : withval=$with_bundle_version; BUNDLE_VERSION="${withval}" else $as_nop - BUNDLE_VERSION="21.1.7" + BUNDLE_VERSION="21.1.8" fi @@ -33749,7 +33749,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xorg-server $as_me 21.1.7, which was +This file was extended by xorg-server $as_me 21.1.8, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -33817,7 +33817,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -xorg-server config.status 21.1.7 +xorg-server config.status 21.1.8 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" Index: xsrc/external/mit/xorg-server/dist/configure.ac diff -u xsrc/external/mit/xorg-server/dist/configure.ac:1.18 xsrc/external/mit/xorg-server/dist/configure.ac:1.19 --- xsrc/external/mit/xorg-server/dist/configure.ac:1.18 Tue Feb 7 04:45:31 2023 +++ xsrc/external/mit/xorg-server/dist/configure.ac Thu Mar 30 23:04:23 2023 @@ -26,8 +26,8 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.60) -AC_INIT([xorg-server], 21.1.7, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server) -RELEASE_DATE="2023-02-07" +AC_INIT([xorg-server], 21.1.8, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server) +RELEASE_DATE="2023-03-29" RELEASE_NAME="Caramel Ice Cream" AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4])