diff options
Diffstat (limited to 'packages/ncurses/6.5/ncurses-6.5-20240519.patch')
-rw-r--r-- | packages/ncurses/6.5/ncurses-6.5-20240519.patch | 1717 |
1 files changed, 1717 insertions, 0 deletions
diff --git a/packages/ncurses/6.5/ncurses-6.5-20240519.patch b/packages/ncurses/6.5/ncurses-6.5-20240519.patch new file mode 100644 index 00000000..74d88ac8 --- /dev/null +++ b/packages/ncurses/6.5/ncurses-6.5-20240519.patch @@ -0,0 +1,1717 @@ +# ncurses 6.5 - patch 20240519 - Thomas E. Dickey +# +# ------------------------------------------------------------------------------ +# +# Ncurses 6.5 is at +# https://invisible-island.net/archives/ncurses/ +# https://invisible-mirror.net/archives/ncurses/ +# https://ftp.gnu.org/gnu/ncurses/ +# +# Patches for ncurses 6.5 can be found at +# https://invisible-island.net/archives/ncurses/6.5 +# https://invisible-mirror.net/archives/ncurses/6.5 +# +# ------------------------------------------------------------------------------ +# https://invisible-island.net/archives/ncurses/6.5/ncurses-6.5-20240519.patch.gz +# patch by Thomas E. Dickey <dickey@invisible-island.net> +# created Sun May 19 23:39:14 UTC 2024 +# ------------------------------------------------------------------------------ +# Ada95/configure | 502 +++++++++++++++---------------------- +# Ada95/configure.in | 6 +# NEWS | 7 +# VERSION | 2 +# dist.mk | 4 +# include/ncurses_defs | 3 +# package/debian-mingw/changelog | 4 +# package/debian-mingw64/changelog | 4 +# package/debian/changelog | 4 +# package/mingw-ncurses.nsi | 4 +# package/mingw-ncurses.spec | 2 +# package/ncurses.spec | 2 +# package/ncursest.spec | 2 +# 13 files changed, 228 insertions(+), 318 deletions(-) +# ------------------------------------------------------------------------------ +Index: Ada95/configure +--- ncurses-6.5-20240518+/Ada95/configure 2024-05-18 19:51:20.000000000 +0000 ++++ ncurses-6.5-20240519/Ada95/configure 2024-05-19 09:14:43.000000000 +0000 +@@ -1,5 +1,5 @@ + #! /bin/sh +-# From configure.in Revision: 1.92 . ++# From configure.in Revision: 1.93 . + # Guess values for system-dependent variables and create Makefiles. + # Generated by Autoconf 2.52.20231210. + # +@@ -16636,109 +16636,15 @@ + if test "$cf_with_trace" = yes ; then + ADA_TRACE=TRUE + +-cf_fix_cppflags=no +-cf_new_cflags= +-cf_new_cppflags= +-cf_new_extra_cppflags= +- +-for cf_add_cflags in -DTRACE +-do +-case "$cf_fix_cppflags" in +-(no) +- case "$cf_add_cflags" in +- (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C) +- case "$cf_add_cflags" in +- (-D*) +- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[^=]*='\''\"[^"]*//'` +- +- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \ +- && test -z "${cf_tst_cflags}" \ +- && cf_fix_cppflags=yes +- +- if test "$cf_fix_cppflags" = yes ; then +- +- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags " +- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags" +- +- continue +- elif test "${cf_tst_cflags}" = "\"'" ; then +- +- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags " +- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags" +- +- continue +- fi +- ;; +- esac +- case "$CPPFLAGS" in +- (*$cf_add_cflags) +- ;; +- (*) +- case "$cf_add_cflags" in +- (-D*) +- cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'` +- +-CPPFLAGS=`echo "$CPPFLAGS" | \ +- sed -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?[ ]/ /g' \ +- -e 's/-[UD]'"$cf_tst_cppflags"'\(=[^ ]*\)\?$//g'` +- +- ;; +- esac +- +- test -n "$cf_new_cppflags" && cf_new_cppflags="$cf_new_cppflags " +- cf_new_cppflags="${cf_new_cppflags}$cf_add_cflags" +- +- ;; +- esac +- ;; +- (*) +- +- test -n "$cf_new_cflags" && cf_new_cflags="$cf_new_cflags " +- cf_new_cflags="${cf_new_cflags}$cf_add_cflags" +- +- ;; +- esac +- ;; +-(yes) +- +- test -n "$cf_new_extra_cppflags" && cf_new_extra_cppflags="$cf_new_extra_cppflags " +- cf_new_extra_cppflags="${cf_new_extra_cppflags}$cf_add_cflags" +- +- cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[^"]*"'\''//'` +- +- test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \ +- && test -z "${cf_tst_cflags}" \ +- && cf_fix_cppflags=no +- ;; +-esac +-done +- +-if test -n "$cf_new_cflags" ; then +- +- test -n "$CFLAGS" && CFLAGS="$CFLAGS " +- CFLAGS="${CFLAGS}$cf_new_cflags" +- +-fi +- +-if test -n "$cf_new_cppflags" ; then +- +- test -n "$CPPFLAGS" && CPPFLAGS="$CPPFLAGS " +- CPPFLAGS="${CPPFLAGS}$cf_new_cppflags" +- +-fi +- +-if test -n "$cf_new_extra_cppflags" ; then +- +- test -n "$EXTRA_CPPFLAGS" && EXTRA_CPPFLAGS="$EXTRA_CPPFLAGS " +- EXTRA_CPPFLAGS="${EXTRA_CPPFLAGS}$cf_new_extra_cppflags" +- +-fi ++cat >>confdefs.h <<\EOF ++#define TRACE 1 ++EOF + + else + ADA_TRACE=FALSE + fi + +-echo "$as_me:16741: checking if we want to use GNAT projects" >&5 ++echo "$as_me:16647: checking if we want to use GNAT projects" >&5 + echo $ECHO_N "checking if we want to use GNAT projects... $ECHO_C" >&6 + + # Check whether --enable-gnat-projects or --disable-gnat-projects was given. +@@ -16755,21 +16661,21 @@ + enable_gnat_projects=yes + + fi; +-echo "$as_me:16758: result: $enable_gnat_projects" >&5 ++echo "$as_me:16664: result: $enable_gnat_projects" >&5 + echo "${ECHO_T}$enable_gnat_projects" >&6 + + ### Checks for libraries. + case $cf_cv_system_name in + (*mingw32*) + +-echo "$as_me:16765: checking if ssp library is needed" >&5 ++echo "$as_me:16671: checking if ssp library is needed" >&5 + echo $ECHO_N "checking if ssp library is needed... $ECHO_C" >&6 + if test "${cf_cv_need_libssp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16772 "configure" ++#line 16678 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -16786,16 +16692,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16789: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16695: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16792: \$? = $ac_status" >&5 ++ echo "$as_me:16698: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16795: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16701: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16798: \$? = $ac_status" >&5 ++ echo "$as_me:16704: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_need_libssp=no + else +@@ -16805,7 +16711,7 @@ + cf_save_LIBS="$LIBS" + LIBS="$LIBS -lssp" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16808 "configure" ++#line 16714 "configure" + #include "confdefs.h" + + #include <sys/types.h> +@@ -16822,16 +16728,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16825: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16731: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16828: \$? = $ac_status" >&5 ++ echo "$as_me:16734: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16831: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16737: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16834: \$? = $ac_status" >&5 ++ echo "$as_me:16740: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_need_libssp=yes + else +@@ -16845,7 +16751,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:16848: result: $cf_cv_need_libssp" >&5 ++echo "$as_me:16754: result: $cf_cv_need_libssp" >&5 + echo "${ECHO_T}$cf_cv_need_libssp" >&6 + + if test "x$cf_cv_need_libssp" = xyes +@@ -16873,13 +16779,13 @@ + (*) + + cf_save_libs="$LIBS" +-echo "$as_me:16876: checking for clock_gettime" >&5 ++echo "$as_me:16782: checking for clock_gettime" >&5 + echo $ECHO_N "checking for clock_gettime... $ECHO_C" >&6 + if test "${ac_cv_func_clock_gettime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16882 "configure" ++#line 16788 "configure" + #include "confdefs.h" + #define clock_gettime autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -16910,16 +16816,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16913: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16819: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16916: \$? = $ac_status" >&5 ++ echo "$as_me:16822: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16919: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16825: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16922: \$? = $ac_status" >&5 ++ echo "$as_me:16828: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_clock_gettime=yes + else +@@ -16929,12 +16835,12 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:16932: result: $ac_cv_func_clock_gettime" >&5 ++echo "$as_me:16838: result: $ac_cv_func_clock_gettime" >&5 + echo "${ECHO_T}$ac_cv_func_clock_gettime" >&6 + if test "$ac_cv_func_clock_gettime" = yes; then + cf_cv_test_clock_gettime=yes + else +- echo "$as_me:16937: checking for clock_gettime in -lrt" >&5 ++ echo "$as_me:16843: checking for clock_gettime in -lrt" >&5 + echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6 + if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -16942,7 +16848,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lrt $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 16945 "configure" ++#line 16851 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -16961,16 +16867,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:16964: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16870: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:16967: \$? = $ac_status" >&5 ++ echo "$as_me:16873: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:16970: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16876: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:16973: \$? = $ac_status" >&5 ++ echo "$as_me:16879: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_rt_clock_gettime=yes + else +@@ -16981,7 +16887,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:16984: result: $ac_cv_lib_rt_clock_gettime" >&5 ++echo "$as_me:16890: result: $ac_cv_lib_rt_clock_gettime" >&5 + echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6 + if test "$ac_cv_lib_rt_clock_gettime" = yes; then + LIBS="-lrt $LIBS" +@@ -16993,14 +16899,14 @@ + fi + + if test "$cf_cv_test_clock_gettime" = yes ; then +-echo "$as_me:16996: checking if clock_gettime links" >&5 ++echo "$as_me:16902: checking if clock_gettime links" >&5 + echo $ECHO_N "checking if clock_gettime links... $ECHO_C" >&6 + if test "${cf_cv_func_clock_gettime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17003 "configure" ++#line 16909 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -17018,16 +16924,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17021: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16927: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17024: \$? = $ac_status" >&5 ++ echo "$as_me:16930: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17027: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:16933: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17030: \$? = $ac_status" >&5 ++ echo "$as_me:16936: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_clock_gettime=yes + else +@@ -17038,7 +16944,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + + fi +-echo "$as_me:17041: result: $cf_cv_func_clock_gettime" >&5 ++echo "$as_me:16947: result: $cf_cv_func_clock_gettime" >&5 + echo "${ECHO_T}$cf_cv_func_clock_gettime" >&6 + else + cf_cv_func_clock_gettime=no +@@ -17052,13 +16958,13 @@ + EOF + + else +-echo "$as_me:17055: checking for gettimeofday" >&5 ++echo "$as_me:16961: checking for gettimeofday" >&5 + echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6 + if test "${ac_cv_func_gettimeofday+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17061 "configure" ++#line 16967 "configure" + #include "confdefs.h" + #define gettimeofday autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -17089,16 +16995,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17092: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:16998: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17095: \$? = $ac_status" >&5 ++ echo "$as_me:17001: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17098: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17004: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17101: \$? = $ac_status" >&5 ++ echo "$as_me:17007: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_gettimeofday=yes + else +@@ -17108,7 +17014,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:17111: result: $ac_cv_func_gettimeofday" >&5 ++echo "$as_me:17017: result: $ac_cv_func_gettimeofday" >&5 + echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6 + if test "$ac_cv_func_gettimeofday" = yes; then + +@@ -17118,7 +17024,7 @@ + + else + +-echo "$as_me:17121: checking for gettimeofday in -lbsd" >&5 ++echo "$as_me:17027: checking for gettimeofday in -lbsd" >&5 + echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6 + if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17126,7 +17032,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lbsd $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17129 "configure" ++#line 17035 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -17145,16 +17051,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17148: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17054: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17151: \$? = $ac_status" >&5 ++ echo "$as_me:17057: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17154: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17060: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17157: \$? = $ac_status" >&5 ++ echo "$as_me:17063: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_bsd_gettimeofday=yes + else +@@ -17165,7 +17071,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:17168: result: $ac_cv_lib_bsd_gettimeofday" >&5 ++echo "$as_me:17074: result: $ac_cv_lib_bsd_gettimeofday" >&5 + echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6 + if test "$ac_cv_lib_bsd_gettimeofday" = yes; then + +@@ -17198,13 +17104,13 @@ + esac + + ### Checks for header files. +-echo "$as_me:17201: checking for signed char" >&5 ++echo "$as_me:17107: checking for signed char" >&5 + echo $ECHO_N "checking for signed char... $ECHO_C" >&6 + if test "${ac_cv_type_signed_char+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17207 "configure" ++#line 17113 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -17219,16 +17125,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17222: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17128: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17225: \$? = $ac_status" >&5 ++ echo "$as_me:17131: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17228: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17134: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17231: \$? = $ac_status" >&5 ++ echo "$as_me:17137: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_type_signed_char=yes + else +@@ -17238,10 +17144,10 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:17241: result: $ac_cv_type_signed_char" >&5 ++echo "$as_me:17147: result: $ac_cv_type_signed_char" >&5 + echo "${ECHO_T}$ac_cv_type_signed_char" >&6 + +-echo "$as_me:17244: checking size of signed char" >&5 ++echo "$as_me:17150: checking size of signed char" >&5 + echo $ECHO_N "checking size of signed char... $ECHO_C" >&6 + if test "${ac_cv_sizeof_signed_char+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17250,7 +17156,7 @@ + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17253 "configure" ++#line 17159 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -17262,21 +17168,21 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17265: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17171: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17268: \$? = $ac_status" >&5 ++ echo "$as_me:17174: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17271: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17177: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17274: \$? = $ac_status" >&5 ++ echo "$as_me:17180: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_lo=0 ac_mid=0 + while :; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17279 "configure" ++#line 17185 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -17288,16 +17194,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17291: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17197: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17294: \$? = $ac_status" >&5 ++ echo "$as_me:17200: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17297: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17203: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17300: \$? = $ac_status" >&5 ++ echo "$as_me:17206: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_hi=$ac_mid; break + else +@@ -17313,7 +17219,7 @@ + ac_hi=-1 ac_mid=-1 + while :; do + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17316 "configure" ++#line 17222 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -17325,16 +17231,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17328: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17234: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17331: \$? = $ac_status" >&5 ++ echo "$as_me:17237: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17334: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17240: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17337: \$? = $ac_status" >&5 ++ echo "$as_me:17243: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_lo=$ac_mid; break + else +@@ -17350,7 +17256,7 @@ + while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' "$ac_hi" - "$ac_lo" ')' / 2 + "$ac_lo"` + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17353 "configure" ++#line 17259 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -17362,16 +17268,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17365: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17271: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17368: \$? = $ac_status" >&5 ++ echo "$as_me:17274: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17371: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17277: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17374: \$? = $ac_status" >&5 ++ echo "$as_me:17280: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_hi=$ac_mid + else +@@ -17384,12 +17290,12 @@ + ac_cv_sizeof_signed_char=$ac_lo + else + if test "$cross_compiling" = yes; then +- { { echo "$as_me:17387: error: cannot run test program while cross compiling" >&5 ++ { { echo "$as_me:17293: error: cannot run test program while cross compiling" >&5 + echo "$as_me: error: cannot run test program while cross compiling" >&2;} + { (exit 1); exit 1; }; } + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17392 "configure" ++#line 17298 "configure" + #include "confdefs.h" + $ac_includes_default + int +@@ -17405,15 +17311,15 @@ + } + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:17408: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17314: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17411: \$? = $ac_status" >&5 ++ echo "$as_me:17317: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:17413: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17319: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17416: \$? = $ac_status" >&5 ++ echo "$as_me:17322: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_sizeof_signed_char=`cat conftest.val` + else +@@ -17429,7 +17335,7 @@ + ac_cv_sizeof_signed_char=0 + fi + fi +-echo "$as_me:17432: result: $ac_cv_sizeof_signed_char" >&5 ++echo "$as_me:17338: result: $ac_cv_sizeof_signed_char" >&5 + echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6 + cat >>confdefs.h <<EOF + #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char +@@ -17438,13 +17344,13 @@ + ac_header_dirent=no + for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do + as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +-echo "$as_me:17441: checking for $ac_hdr that defines DIR" >&5 ++echo "$as_me:17347: checking for $ac_hdr that defines DIR" >&5 + echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17447 "configure" ++#line 17353 "configure" + #include "confdefs.h" + #include <sys/types.h> + #include <$ac_hdr> +@@ -17459,16 +17365,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17462: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17368: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17465: \$? = $ac_status" >&5 ++ echo "$as_me:17371: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17468: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17374: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17471: \$? = $ac_status" >&5 ++ echo "$as_me:17377: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + eval "$as_ac_Header=yes" + else +@@ -17478,7 +17384,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:17481: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:17387: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -17491,7 +17397,7 @@ + done + # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. + if test $ac_header_dirent = dirent.h; then +- echo "$as_me:17494: checking for opendir in -ldir" >&5 ++ echo "$as_me:17400: checking for opendir in -ldir" >&5 + echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 + if test "${ac_cv_lib_dir_opendir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17499,7 +17405,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-ldir $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17502 "configure" ++#line 17408 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -17518,16 +17424,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17521: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17427: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17524: \$? = $ac_status" >&5 ++ echo "$as_me:17430: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17527: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17433: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17530: \$? = $ac_status" >&5 ++ echo "$as_me:17436: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_dir_opendir=yes + else +@@ -17538,14 +17444,14 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:17541: result: $ac_cv_lib_dir_opendir" >&5 ++echo "$as_me:17447: result: $ac_cv_lib_dir_opendir" >&5 + echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 + if test "$ac_cv_lib_dir_opendir" = yes; then + LIBS="$LIBS -ldir" + fi + + else +- echo "$as_me:17548: checking for opendir in -lx" >&5 ++ echo "$as_me:17454: checking for opendir in -lx" >&5 + echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 + if test "${ac_cv_lib_x_opendir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17553,7 +17459,7 @@ + ac_check_lib_save_LIBS=$LIBS + LIBS="-lx $LIBS" + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17556 "configure" ++#line 17462 "configure" + #include "confdefs.h" + + /* Override any gcc2 internal prototype to avoid an error. */ +@@ -17572,16 +17478,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:17575: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17481: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17578: \$? = $ac_status" >&5 ++ echo "$as_me:17484: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:17581: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17487: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17584: \$? = $ac_status" >&5 ++ echo "$as_me:17490: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_lib_x_opendir=yes + else +@@ -17592,7 +17498,7 @@ + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + LIBS=$ac_check_lib_save_LIBS + fi +-echo "$as_me:17595: result: $ac_cv_lib_x_opendir" >&5 ++echo "$as_me:17501: result: $ac_cv_lib_x_opendir" >&5 + echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 + if test "$ac_cv_lib_x_opendir" = yes; then + LIBS="$LIBS -lx" +@@ -17600,13 +17506,13 @@ + + fi + +-echo "$as_me:17603: checking whether time.h and sys/time.h may both be included" >&5 ++echo "$as_me:17509: checking whether time.h and sys/time.h may both be included" >&5 + echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 + if test "${ac_cv_header_time+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17609 "configure" ++#line 17515 "configure" + #include "confdefs.h" + #include <sys/types.h> + #include <sys/time.h> +@@ -17622,16 +17528,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17625: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17531: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17628: \$? = $ac_status" >&5 ++ echo "$as_me:17534: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17631: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17537: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17634: \$? = $ac_status" >&5 ++ echo "$as_me:17540: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_header_time=yes + else +@@ -17641,7 +17547,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:17644: result: $ac_cv_header_time" >&5 ++echo "$as_me:17550: result: $ac_cv_header_time" >&5 + echo "${ECHO_T}$ac_cv_header_time" >&6 + if test $ac_cv_header_time = yes; then + +@@ -17659,13 +17565,13 @@ + ac_compiler_gnu=$ac_cv_c_compiler_gnu + ac_main_return="return" + +-echo "$as_me:17662: checking for an ANSI C-conforming const" >&5 ++echo "$as_me:17568: checking for an ANSI C-conforming const" >&5 + echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 + if test "${ac_cv_c_const+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17668 "configure" ++#line 17574 "configure" + #include "confdefs.h" + + int +@@ -17727,16 +17633,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" +-if { (eval echo "$as_me:17730: \"$ac_compile\"") >&5 ++if { (eval echo "$as_me:17636: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17733: \$? = $ac_status" >&5 ++ echo "$as_me:17639: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest.$ac_objext"' +- { (eval echo "$as_me:17736: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17642: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17739: \$? = $ac_status" >&5 ++ echo "$as_me:17645: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_c_const=yes + else +@@ -17746,7 +17652,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest.$ac_ext" + fi +-echo "$as_me:17749: result: $ac_cv_c_const" >&5 ++echo "$as_me:17655: result: $ac_cv_c_const" >&5 + echo "${ECHO_T}$ac_cv_c_const" >&6 + if test $ac_cv_c_const = no; then + +@@ -17758,7 +17664,7 @@ + + ### Checks for external-data + +-echo "$as_me:17761: checking if data-only library module links" >&5 ++echo "$as_me:17667: checking if data-only library module links" >&5 + echo $ECHO_N "checking if data-only library module links... $ECHO_C" >&6 + if test "${cf_cv_link_dataonly+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17766,20 +17672,20 @@ + + rm -f conftest.a + cat >conftest.$ac_ext <<EOF +-#line 17769 "configure" ++#line 17675 "configure" + int testdata[3] = { 123, 456, 789 }; + EOF +- if { (eval echo "$as_me:17772: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:17678: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17775: \$? = $ac_status" >&5 ++ echo "$as_me:17681: \$? = $ac_status" >&5 + (exit "$ac_status"); } ; then + mv conftest.o data.o && \ + ( $AR $ARFLAGS conftest.a data.o ) 2>&5 1>/dev/null + fi + rm -f conftest.$ac_ext data.o + cat >conftest.$ac_ext <<EOF +-#line 17782 "configure" ++#line 17688 "configure" + extern int testfunc(void); + #if defined(NeXT) + int testfunc(void) +@@ -17796,10 +17702,10 @@ + } + #endif + EOF +- if { (eval echo "$as_me:17799: \"$ac_compile\"") >&5 ++ if { (eval echo "$as_me:17705: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +- echo "$as_me:17802: \$? = $ac_status" >&5 ++ echo "$as_me:17708: \$? = $ac_status" >&5 + (exit "$ac_status"); }; then + mv conftest.o func.o && \ + ( $AR $ARFLAGS conftest.a func.o ) 2>&5 1>/dev/null +@@ -17812,7 +17718,7 @@ + cf_cv_link_dataonly=unknown + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17815 "configure" ++#line 17721 "configure" + #include "confdefs.h" + + extern int testfunc(void); +@@ -17823,15 +17729,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:17826: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17732: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17829: \$? = $ac_status" >&5 ++ echo "$as_me:17735: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:17831: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17737: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17834: \$? = $ac_status" >&5 ++ echo "$as_me:17740: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_link_dataonly=yes + else +@@ -17846,7 +17752,7 @@ + + fi + +-echo "$as_me:17849: result: $cf_cv_link_dataonly" >&5 ++echo "$as_me:17755: result: $cf_cv_link_dataonly" >&5 + echo "${ECHO_T}$cf_cv_link_dataonly" >&6 + + if test "$cf_cv_link_dataonly" = no ; then +@@ -17865,23 +17771,23 @@ + + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +-echo "$as_me:17868: checking for $ac_header" >&5 ++echo "$as_me:17774: checking for $ac_header" >&5 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 + if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17874 "configure" ++#line 17780 "configure" + #include "confdefs.h" + #include <$ac_header> + _ACEOF +-if { (eval echo "$as_me:17878: \"$ac_cpp "conftest.$ac_ext"\"") >&5 ++if { (eval echo "$as_me:17784: \"$ac_cpp "conftest.$ac_ext"\"") >&5 + (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 + ac_status=$? + $EGREP -v '^ *\+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 +- echo "$as_me:17884: \$? = $ac_status" >&5 ++ echo "$as_me:17790: \$? = $ac_status" >&5 + (exit "$ac_status"); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag +@@ -17900,7 +17806,7 @@ + fi + rm -f conftest.err "conftest.$ac_ext" + fi +-echo "$as_me:17903: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 ++echo "$as_me:17809: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 + echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 + if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then + cat >>confdefs.h <<EOF +@@ -17910,7 +17816,7 @@ + fi + done + +-echo "$as_me:17913: checking for working mkstemp" >&5 ++echo "$as_me:17819: checking for working mkstemp" >&5 + echo $ECHO_N "checking for working mkstemp... $ECHO_C" >&6 + if test "${cf_cv_func_mkstemp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -17921,7 +17827,7 @@ + cf_cv_func_mkstemp=maybe + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17924 "configure" ++#line 17830 "configure" + #include "confdefs.h" + + $ac_includes_default +@@ -17956,15 +17862,15 @@ + + _ACEOF + rm -f "conftest$ac_exeext" +-if { (eval echo "$as_me:17959: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17865: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:17962: \$? = $ac_status" >&5 ++ echo "$as_me:17868: \$? = $ac_status" >&5 + (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' +- { (eval echo "$as_me:17964: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17870: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:17967: \$? = $ac_status" >&5 ++ echo "$as_me:17873: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + cf_cv_func_mkstemp=yes + +@@ -17979,16 +17885,16 @@ + fi + + fi +-echo "$as_me:17982: result: $cf_cv_func_mkstemp" >&5 ++echo "$as_me:17888: result: $cf_cv_func_mkstemp" >&5 + echo "${ECHO_T}$cf_cv_func_mkstemp" >&6 + if test "x$cf_cv_func_mkstemp" = xmaybe ; then +- echo "$as_me:17985: checking for mkstemp" >&5 ++ echo "$as_me:17891: checking for mkstemp" >&5 + echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6 + if test "${ac_cv_func_mkstemp+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + cat >"conftest.$ac_ext" <<_ACEOF +-#line 17991 "configure" ++#line 17897 "configure" + #include "confdefs.h" + #define mkstemp autoconf_temporary + #include <limits.h> /* least-intrusive standard header which defines gcc2 __stub macros */ +@@ -18019,16 +17925,16 @@ + } + _ACEOF + rm -f "conftest.$ac_objext" "conftest$ac_exeext" +-if { (eval echo "$as_me:18022: \"$ac_link\"") >&5 ++if { (eval echo "$as_me:17928: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? +- echo "$as_me:18025: \$? = $ac_status" >&5 ++ echo "$as_me:17931: \$? = $ac_status" >&5 + (exit "$ac_status"); } && + { ac_try='test -s "conftest$ac_exeext"' +- { (eval echo "$as_me:18028: \"$ac_try\"") >&5 ++ { (eval echo "$as_me:17934: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? +- echo "$as_me:18031: \$? = $ac_status" >&5 ++ echo "$as_me:17937: \$? = $ac_status" >&5 + (exit "$ac_status"); }; }; then + ac_cv_func_mkstemp=yes + else +@@ -18038,7 +17944,7 @@ + fi + rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" + fi +-echo "$as_me:18041: result: $ac_cv_func_mkstemp" >&5 ++echo "$as_me:17947: result: $ac_cv_func_mkstemp" >&5 + echo "${ECHO_T}$ac_cv_func_mkstemp" >&6 + + fi +@@ -18059,7 +17965,7 @@ + if test "$cf_with_ada" != "no" ; then + if test "$cf_cv_prog_gnat_correct" = yes; then + +- echo "$as_me:18062: checking optimization options for ADAFLAGS" >&5 ++ echo "$as_me:17968: checking optimization options for ADAFLAGS" >&5 + echo $ECHO_N "checking optimization options for ADAFLAGS... $ECHO_C" >&6 + case "$CFLAGS" in + (*-g*) +@@ -18076,10 +17982,10 @@ + + ;; + esac +- echo "$as_me:18079: result: $ADAFLAGS" >&5 ++ echo "$as_me:17985: result: $ADAFLAGS" >&5 + echo "${ECHO_T}$ADAFLAGS" >&6 + +-echo "$as_me:18082: checking if GNATPREP supports -T option" >&5 ++echo "$as_me:17988: checking if GNATPREP supports -T option" >&5 + echo $ECHO_N "checking if GNATPREP supports -T option... $ECHO_C" >&6 + if test "${cf_cv_gnatprep_opt_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -18089,11 +17995,11 @@ + gnatprep -T 2>/dev/null >/dev/null && cf_cv_gnatprep_opt_t=yes + + fi +-echo "$as_me:18092: result: $cf_cv_gnatprep_opt_t" >&5 ++echo "$as_me:17998: result: $cf_cv_gnatprep_opt_t" >&5 + echo "${ECHO_T}$cf_cv_gnatprep_opt_t" >&6 + test "$cf_cv_gnatprep_opt_t" = yes && GNATPREP_OPTS="-T $GNATPREP_OPTS" + +-echo "$as_me:18096: checking if GNAT supports generics" >&5 ++echo "$as_me:18002: checking if GNAT supports generics" >&5 + echo $ECHO_N "checking if GNAT supports generics... $ECHO_C" >&6 + case "$cf_cv_gnat_version" in + (3.1[1-9]*|3.[2-9]*|[4-9].*|[1-9][0-9].[0-9]*|20[0-9][0-9]) +@@ -18103,7 +18009,7 @@ + cf_gnat_generics=no + ;; + esac +-echo "$as_me:18106: result: $cf_gnat_generics" >&5 ++echo "$as_me:18012: result: $cf_gnat_generics" >&5 + echo "${ECHO_T}$cf_gnat_generics" >&6 + + if test "$cf_gnat_generics" = yes +@@ -18115,7 +18021,7 @@ + cf_generic_objects= + fi + +-echo "$as_me:18118: checking if GNAT supports SIGINT" >&5 ++echo "$as_me:18024: checking if GNAT supports SIGINT" >&5 + echo $ECHO_N "checking if GNAT supports SIGINT... $ECHO_C" >&6 + if test "${cf_cv_gnat_sigint+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +@@ -18163,7 +18069,7 @@ + rm -rf ./conftest* ./*~conftest* + + fi +-echo "$as_me:18166: result: $cf_cv_gnat_sigint" >&5 ++echo "$as_me:18072: result: $cf_cv_gnat_sigint" >&5 + echo "${ECHO_T}$cf_cv_gnat_sigint" >&6 + + if test "$cf_cv_gnat_sigint" = yes ; then +@@ -18176,7 +18082,7 @@ + cf_gnat_projects=no + + if test "$enable_gnat_projects" != no ; then +-echo "$as_me:18179: checking if GNAT supports project files" >&5 ++echo "$as_me:18085: checking if GNAT supports project files" >&5 + echo $ECHO_N "checking if GNAT supports project files... $ECHO_C" >&6 + case "$cf_cv_gnat_version" in + (3.[0-9]*) +@@ -18239,15 +18145,15 @@ + esac + ;; + esac +-echo "$as_me:18242: result: $cf_gnat_projects" >&5 ++echo "$as_me:18148: result: $cf_gnat_projects" >&5 + echo "${ECHO_T}$cf_gnat_projects" >&6 + fi # enable_gnat_projects + + if test "$cf_gnat_projects" = yes + then +- echo "$as_me:18248: checking if GNAT supports libraries" >&5 ++ echo "$as_me:18154: checking if GNAT supports libraries" >&5 + echo $ECHO_N "checking if GNAT supports libraries... $ECHO_C" >&6 +- echo "$as_me:18250: result: $cf_gnat_libraries" >&5 ++ echo "$as_me:18156: result: $cf_gnat_libraries" >&5 + echo "${ECHO_T}$cf_gnat_libraries" >&6 + fi + +@@ -18267,7 +18173,7 @@ + then + USE_GNAT_MAKE_GPR="" + else +- { echo "$as_me:18270: WARNING: use old makefile rules since tools are missing" >&5 ++ { echo "$as_me:18176: WARNING: use old makefile rules since tools are missing" >&5 + echo "$as_me: WARNING: use old makefile rules since tools are missing" >&2;} + fi + fi +@@ -18279,7 +18185,7 @@ + USE_GNAT_LIBRARIES="#" + fi + +-echo "$as_me:18282: checking for Ada95 compiler" >&5 ++echo "$as_me:18188: checking for Ada95 compiler" >&5 + echo $ECHO_N "checking for Ada95 compiler... $ECHO_C" >&6 + + # Check whether --with-ada-compiler or --without-ada-compiler was given. +@@ -18290,12 +18196,12 @@ + cf_ada_compiler=gnatmake + fi; + +-echo "$as_me:18293: result: $cf_ada_compiler" >&5 ++echo "$as_me:18199: result: $cf_ada_compiler" >&5 + echo "${ECHO_T}$cf_ada_compiler" >&6 + + cf_ada_package=terminal_interface + +-echo "$as_me:18298: checking for Ada95 include directory" >&5 ++echo "$as_me:18204: checking for Ada95 include directory" >&5 + echo $ECHO_N "checking for Ada95 include directory... $ECHO_C" >&6 + + # Check whether --with-ada-include or --without-ada-include was given. +@@ -18331,7 +18237,7 @@ + withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%` + ;; + (*) +- { { echo "$as_me:18334: error: expected a pathname, not \"$withval\"" >&5 ++ { { echo "$as_me:18240: error: expected a pathname, not \"$withval\"" >&5 + echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} + { (exit 1); exit 1; }; } + ;; +@@ -18340,10 +18246,10 @@ + fi + eval ADA_INCLUDE="$withval" + +-echo "$as_me:18343: result: $ADA_INCLUDE" >&5 ++echo "$as_me:18249: result: $ADA_INCLUDE" >&5 + echo "${ECHO_T}$ADA_INCLUDE" >&6 + +-echo "$as_me:18346: checking for Ada95 object directory" >&5 ++echo "$as_me:18252: checking for Ada95 object directory" >&5 + echo $ECHO_N "checking for Ada95 object directory... $ECHO_C" >&6 + + # Check whether --with-ada-objects or --without-ada-objects was given. +@@ -18379,7 +18285,7 @@ + withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%` + ;; + (*) +- { { echo "$as_me:18382: error: expected a pathname, not \"$withval\"" >&5 ++ { { echo "$as_me:18288: error: expected a pathname, not \"$withval\"" >&5 + echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} + { (exit 1); exit 1; }; } + ;; +@@ -18388,10 +18294,10 @@ + fi + eval ADA_OBJECTS="$withval" + +-echo "$as_me:18391: result: $ADA_OBJECTS" >&5 ++echo "$as_me:18297: result: $ADA_OBJECTS" >&5 + echo "${ECHO_T}$ADA_OBJECTS" >&6 + +-echo "$as_me:18394: checking whether to build an Ada95 shared library" >&5 ++echo "$as_me:18300: checking whether to build an Ada95 shared library" >&5 + echo $ECHO_N "checking whether to build an Ada95 shared library... $ECHO_C" >&6 + + # Check whether --with-ada-sharedlib or --without-ada-sharedlib was given. +@@ -18412,11 +18318,11 @@ + fi + fi + +-echo "$as_me:18415: result: $with_ada_sharedlib" >&5 ++echo "$as_me:18321: result: $with_ada_sharedlib" >&5 + echo "${ECHO_T}$with_ada_sharedlib" >&6 + if test "x$cf_ada_sharedlib_warn" != xno + then +- { echo "$as_me:18419: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&5 ++ { echo "$as_me:18325: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&5 + echo "$as_me: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&2;} + fi + +@@ -18434,7 +18340,7 @@ + + # allow the Ada binding to be renamed + +-echo "$as_me:18437: checking for Ada95 curses library name" >&5 ++echo "$as_me:18343: checking for Ada95 curses library name" >&5 + echo $ECHO_N "checking for Ada95 curses library name... $ECHO_C" >&6 + + # Check whether --with-ada-libname or --without-ada-libname was given. +@@ -18450,16 +18356,16 @@ + ;; + esac + +-echo "$as_me:18453: result: $ADA_LIBNAME" >&5 ++echo "$as_me:18359: result: $ADA_LIBNAME" >&5 + echo "${ECHO_T}$ADA_LIBNAME" >&6 + + else +- { { echo "$as_me:18457: error: No usable Ada compiler found" >&5 ++ { { echo "$as_me:18363: error: No usable Ada compiler found" >&5 + echo "$as_me: error: No usable Ada compiler found" >&2;} + { (exit 1); exit 1; }; } + fi + else +- { { echo "$as_me:18462: error: The Ada compiler is needed for this package" >&5 ++ { { echo "$as_me:18368: error: The Ada compiler is needed for this package" >&5 + echo "$as_me: error: The Ada compiler is needed for this package" >&2;} + { (exit 1); exit 1; }; } + fi +@@ -18499,7 +18405,7 @@ + fi + + ### Build up pieces for makefile rules +-echo "$as_me:18502: checking default library suffix" >&5 ++echo "$as_me:18408: checking default library suffix" >&5 + echo $ECHO_N "checking default library suffix... $ECHO_C" >&6 + + case $DFT_LWR_MODEL in +@@ -18510,10 +18416,10 @@ + (shared) DFT_ARG_SUFFIX='' ;; + esac + test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}" +-echo "$as_me:18513: result: $DFT_ARG_SUFFIX" >&5 ++echo "$as_me:18419: result: $DFT_ARG_SUFFIX" >&5 + echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6 + +-echo "$as_me:18516: checking default library-dependency suffix" >&5 ++echo "$as_me:18422: checking default library-dependency suffix" >&5 + echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6 + + case X$DFT_LWR_MODEL in +@@ -18596,10 +18502,10 @@ + DFT_LIB_SUFFIX="${LIB_SUFFIX}${EXTRA_SUFFIX}${DFT_LIB_SUFFIX}" + DFT_DEP_SUFFIX="${LIB_SUFFIX}${EXTRA_SUFFIX}${DFT_DEP_SUFFIX}" + fi +-echo "$as_me:18599: result: $DFT_DEP_SUFFIX" >&5 ++echo "$as_me:18505: result: $DFT_DEP_SUFFIX" >&5 + echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6 + +-echo "$as_me:18602: checking default object directory" >&5 ++echo "$as_me:18508: checking default object directory" >&5 + echo $ECHO_N "checking default object directory... $ECHO_C" >&6 + + case $DFT_LWR_MODEL in +@@ -18615,7 +18521,7 @@ + DFT_OBJ_SUBDIR='obj_s' ;; + esac + esac +-echo "$as_me:18618: result: $DFT_OBJ_SUBDIR" >&5 ++echo "$as_me:18524: result: $DFT_OBJ_SUBDIR" >&5 + echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6 + + ### Set up low-level terminfo dependencies for makefiles. +@@ -18757,7 +18663,7 @@ + : "${CONFIG_STATUS=./config.status}" + ac_clean_files_save=$ac_clean_files + ac_clean_files="$ac_clean_files $CONFIG_STATUS" +-{ echo "$as_me:18760: creating $CONFIG_STATUS" >&5 ++{ echo "$as_me:18666: creating $CONFIG_STATUS" >&5 + echo "$as_me: creating $CONFIG_STATUS" >&6;} + cat >"$CONFIG_STATUS" <<_ACEOF + #! $SHELL +@@ -18938,7 +18844,7 @@ + echo "$ac_cs_version"; exit 0 ;; + --he | --h) + # Conflict between --help and --header +- { { echo "$as_me:18941: error: ambiguous option: $1 ++ { { echo "$as_me:18847: error: ambiguous option: $1 + Try \`$0 --help' for more information." >&5 + echo "$as_me: error: ambiguous option: $1 + Try \`$0 --help' for more information." >&2;} +@@ -18957,7 +18863,7 @@ + ac_need_defaults=false;; + + # This is an error. +- -*) { { echo "$as_me:18960: error: unrecognized option: $1 ++ -*) { { echo "$as_me:18866: error: unrecognized option: $1 + Try \`$0 --help' for more information." >&5 + echo "$as_me: error: unrecognized option: $1 + Try \`$0 --help' for more information." >&2;} +@@ -19032,7 +18938,7 @@ + "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; + "include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;; +- *) { { echo "$as_me:19035: error: invalid argument: $ac_config_target" >&5 ++ *) { { echo "$as_me:18941: error: invalid argument: $ac_config_target" >&5 + echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +@@ -19394,7 +19300,7 @@ + esac + + if test x"$ac_file" != x-; then +- { echo "$as_me:19397: creating $ac_file" >&5 ++ { echo "$as_me:19303: creating $ac_file" >&5 + echo "$as_me: creating $ac_file" >&6;} + rm -f "$ac_file" + fi +@@ -19412,7 +19318,7 @@ + -) echo "$tmp"/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) +- test -f "$f" || { { echo "$as_me:19415: error: cannot find input file: $f" >&5 ++ test -f "$f" || { { echo "$as_me:19321: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + echo "$f";; +@@ -19425,7 +19331,7 @@ + echo "$srcdir/$f" + else + # /dev/null tree +- { { echo "$as_me:19428: error: cannot find input file: $f" >&5 ++ { { echo "$as_me:19334: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; +@@ -19441,7 +19347,7 @@ + if test -n "$ac_seen"; then + ac_used=`grep '@datarootdir@' "$ac_item"` + if test -z "$ac_used"; then +- { echo "$as_me:19444: WARNING: datarootdir was used implicitly but not set: ++ { echo "$as_me:19350: WARNING: datarootdir was used implicitly but not set: + $ac_seen" >&5 + echo "$as_me: WARNING: datarootdir was used implicitly but not set: + $ac_seen" >&2;} +@@ -19450,7 +19356,7 @@ + fi + ac_seen=`grep '${datarootdir}' "$ac_item"` + if test -n "$ac_seen"; then +- { echo "$as_me:19453: WARNING: datarootdir was used explicitly but not set: ++ { echo "$as_me:19359: WARNING: datarootdir was used explicitly but not set: + $ac_seen" >&5 + echo "$as_me: WARNING: datarootdir was used explicitly but not set: + $ac_seen" >&2;} +@@ -19495,7 +19401,7 @@ + ac_init=`$EGREP '[ ]*'$ac_name'[ ]*=' "$ac_file"` + if test -z "$ac_init"; then + ac_seen=`echo "$ac_seen" |sed -e 's,^,'"$ac_file"':,'` +- { echo "$as_me:19498: WARNING: Variable $ac_name is used but was not set: ++ { echo "$as_me:19404: WARNING: Variable $ac_name is used but was not set: + $ac_seen" >&5 + echo "$as_me: WARNING: Variable $ac_name is used but was not set: + $ac_seen" >&2;} +@@ -19506,7 +19412,7 @@ + $EGREP -n '@[A-Z_][A-Z_0-9]+@' "$ac_file" >>"$tmp"/out + if test -s "$tmp"/out; then + ac_seen=`sed -e 's,^,'"$ac_file"':,' < "$tmp"/out` +- { echo "$as_me:19509: WARNING: Some variables may not be substituted: ++ { echo "$as_me:19415: WARNING: Some variables may not be substituted: + $ac_seen" >&5 + echo "$as_me: WARNING: Some variables may not be substituted: + $ac_seen" >&2;} +@@ -19555,7 +19461,7 @@ + * ) ac_file_in=$ac_file.in ;; + esac + +- test x"$ac_file" != x- && { echo "$as_me:19558: creating $ac_file" >&5 ++ test x"$ac_file" != x- && { echo "$as_me:19464: creating $ac_file" >&5 + echo "$as_me: creating $ac_file" >&6;} + + # First look for the input files in the build tree, otherwise in the +@@ -19566,7 +19472,7 @@ + -) echo "$tmp"/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) +- test -f "$f" || { { echo "$as_me:19569: error: cannot find input file: $f" >&5 ++ test -f "$f" || { { echo "$as_me:19475: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + echo $f;; +@@ -19579,7 +19485,7 @@ + echo "$srcdir/$f" + else + # /dev/null tree +- { { echo "$as_me:19582: error: cannot find input file: $f" >&5 ++ { { echo "$as_me:19488: error: cannot find input file: $f" >&5 + echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; +@@ -19637,7 +19543,7 @@ + rm -f "$tmp"/in + if test x"$ac_file" != x-; then + if cmp -s "$ac_file" "$tmp/config.h" 2>/dev/null; then +- { echo "$as_me:19640: $ac_file is unchanged" >&5 ++ { echo "$as_me:19546: $ac_file is unchanged" >&5 + echo "$as_me: $ac_file is unchanged" >&6;} + else + ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ +Index: Ada95/configure.in +Prereq: 1.92 +--- ncurses-6.5-20240518+/Ada95/configure.in 2024-05-18 14:31:03.000000000 +0000 ++++ ncurses-6.5-20240519/Ada95/configure.in 2024-05-19 09:12:05.000000000 +0000 +@@ -29,7 +29,7 @@ + dnl + dnl Author: Thomas E. Dickey + dnl +-dnl $Id: configure.in,v 1.92 2024/05/18 14:31:03 tom Exp $ ++dnl $Id: configure.in,v 1.93 2024/05/19 09:12:05 tom Exp $ + dnl Process this file with autoconf to produce a configure script. + dnl + dnl For additional information, see +@@ -38,7 +38,7 @@ + dnl + dnl --------------------------------------------------------------------------- + AC_PREREQ(2.52.20210509) +-AC_REVISION($Revision: 1.92 $) ++AC_REVISION($Revision: 1.93 $) + AC_INIT(gen/gen.c) + AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) + +@@ -410,7 +410,7 @@ + + if test "$cf_with_trace" = yes ; then + ADA_TRACE=TRUE +- CF_ADD_CFLAGS(-DTRACE) ++ AC_DEFINE(TRACE,1,[Define to 1 if we have support trace functions]) + else + ADA_TRACE=FALSE + fi +Index: NEWS +Prereq: 1.4123 +--- ncurses-6.5-20240518+/NEWS 2024-05-18 21:35:34.000000000 +0000 ++++ ncurses-6.5-20240519/NEWS 2024-05-19 09:13:07.000000000 +0000 +@@ -26,7 +26,7 @@ + -- sale, use or other dealings in this Software without prior written -- + -- authorization. -- + ------------------------------------------------------------------------------- +--- $Id: NEWS,v 1.4123 2024/05/18 21:35:34 tom Exp $ ++-- $Id: NEWS,v 1.4126 2024/05/19 09:13:07 tom Exp $ + ------------------------------------------------------------------------------- + + This is a log of changes that ncurses has gone through since Zeyd started +@@ -46,6 +46,11 @@ + Changes through 1.9.9e did not credit all contributions; + it is not possible to add this information. + ++20240519 ++ + update Ada95/configure to match change for -DTRACE ++ + revert change to include/ncurses_defs, which caused build failure if ++ tracing was not enabled (report by Branden Robinson). ++ + 20240518 + + improve formatting/style of manpages (patches by Branden Robinson). + + move makefile's -DTRACE into include/ncurses_cfg.h, to simplify use +Index: VERSION +--- ncurses-6.5-20240518+/VERSION 2024-05-18 10:54:27.000000000 +0000 ++++ ncurses-6.5-20240519/VERSION 2024-05-19 08:58:02.000000000 +0000 +@@ -1 +1 @@ +-5:0:10 6.5 20240518 ++5:0:10 6.5 20240519 +Index: dist.mk +Prereq: 1.1613 +--- ncurses-6.5-20240518+/dist.mk 2024-05-18 10:54:27.000000000 +0000 ++++ ncurses-6.5-20240519/dist.mk 2024-05-19 08:58:02.000000000 +0000 +@@ -26,7 +26,7 @@ + # use or other dealings in this Software without prior written # + # authorization. # + ############################################################################## +-# $Id: dist.mk,v 1.1613 2024/05/18 10:54:27 tom Exp $ ++# $Id: dist.mk,v 1.1614 2024/05/19 08:58:02 tom Exp $ + # Makefile for creating ncurses distributions. + # + # This only needs to be used directly as a makefile by developers, but +@@ -38,7 +38,7 @@ + # These define the major/minor/patch versions of ncurses. + NCURSES_MAJOR = 6 + NCURSES_MINOR = 5 +-NCURSES_PATCH = 20240518 ++NCURSES_PATCH = 20240519 + + # We don't append the patch to the version, since this only applies to releases + VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) +Index: include/ncurses_defs +Prereq: 1.111 +--- ncurses-6.5-20240518+/include/ncurses_defs 2024-05-18 19:41:39.000000000 +0000 ++++ ncurses-6.5-20240519/include/ncurses_defs 2024-05-19 09:02:51.000000000 +0000 +@@ -1,4 +1,4 @@ +-# $Id: ncurses_defs,v 1.111 2024/05/18 19:41:39 tom Exp $ ++# $Id: ncurses_defs,v 1.112 2024/05/19 09:02:51 tom Exp $ + ############################################################################## + # Copyright 2018-2023,2024 Thomas E. Dickey # + # Copyright 2000-2016,2017 Free Software Foundation, Inc. # +@@ -253,7 +253,6 @@ + TERMINFO "none" + TERMPATH "none" + TIME_WITH_SYS_TIME +-TRACE + TYPEOF_CHTYPE + USE_COLORFGBG + USE_FOPEN_BIN_R +Index: package/debian-mingw/changelog +--- ncurses-6.5-20240518+/package/debian-mingw/changelog 2024-05-18 10:54:27.000000000 +0000 ++++ ncurses-6.5-20240519/package/debian-mingw/changelog 2024-05-19 08:58:02.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (6.5+20240518) unstable; urgency=low ++ncurses6 (6.5+20240519) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 18 May 2024 06:54:27 -0400 ++ -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 19 May 2024 04:58:02 -0400 + + ncurses6 (5.9+20131005) unstable; urgency=low + +Index: package/debian-mingw64/changelog +--- ncurses-6.5-20240518+/package/debian-mingw64/changelog 2024-05-18 10:54:27.000000000 +0000 ++++ ncurses-6.5-20240519/package/debian-mingw64/changelog 2024-05-19 08:58:02.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (6.5+20240518) unstable; urgency=low ++ncurses6 (6.5+20240519) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 18 May 2024 06:54:27 -0400 ++ -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 19 May 2024 04:58:02 -0400 + + ncurses6 (5.9+20131005) unstable; urgency=low + +Index: package/debian/changelog +--- ncurses-6.5-20240518+/package/debian/changelog 2024-05-18 10:54:27.000000000 +0000 ++++ ncurses-6.5-20240519/package/debian/changelog 2024-05-19 08:58:02.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (6.5+20240518) unstable; urgency=low ++ncurses6 (6.5+20240519) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <dickey@invisible-island.net> Sat, 18 May 2024 06:54:27 -0400 ++ -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 19 May 2024 04:58:02 -0400 + + ncurses6 (5.9+20120608) unstable; urgency=low + +Index: package/mingw-ncurses.nsi +Prereq: 1.648 +--- ncurses-6.5-20240518+/package/mingw-ncurses.nsi 2024-05-18 10:54:27.000000000 +0000 ++++ ncurses-6.5-20240519/package/mingw-ncurses.nsi 2024-05-19 08:58:02.000000000 +0000 +@@ -1,4 +1,4 @@ +-; $Id: mingw-ncurses.nsi,v 1.648 2024/05/18 10:54:27 tom Exp $
++; $Id: mingw-ncurses.nsi,v 1.649 2024/05/19 08:58:02 tom Exp $
+
+ ; TODO add examples
+ ; TODO bump ABI to 6
+@@ -10,7 +10,7 @@ + !define VERSION_MAJOR "6"
+ !define VERSION_MINOR "5"
+ !define VERSION_YYYY "2024"
+-!define VERSION_MMDD "0518"
++!define VERSION_MMDD "0519"
+ !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}
+
+ !define MY_ABI "5"
+Index: package/mingw-ncurses.spec +--- ncurses-6.5-20240518+/package/mingw-ncurses.spec 2024-05-18 10:54:27.000000000 +0000 ++++ ncurses-6.5-20240519/package/mingw-ncurses.spec 2024-05-19 08:58:02.000000000 +0000 +@@ -3,7 +3,7 @@ + Summary: shared libraries for terminal handling + Name: mingw32-ncurses6 + Version: 6.5 +-Release: 20240518 ++Release: 20240519 + License: X11 + Group: Development/Libraries + URL: https://invisible-island.net/ncurses/ +Index: package/ncurses.spec +--- ncurses-6.5-20240518+/package/ncurses.spec 2024-05-18 10:54:27.000000000 +0000 ++++ ncurses-6.5-20240519/package/ncurses.spec 2024-05-19 08:58:02.000000000 +0000 +@@ -1,7 +1,7 @@ + Summary: shared libraries for terminal handling + Name: ncurses6 + Version: 6.5 +-Release: 20240518 ++Release: 20240519 + License: X11 + Group: Development/Libraries + URL: https://invisible-island.net/ncurses/ +Index: package/ncursest.spec +--- ncurses-6.5-20240518+/package/ncursest.spec 2024-05-18 10:54:27.000000000 +0000 ++++ ncurses-6.5-20240519/package/ncursest.spec 2024-05-19 08:58:02.000000000 +0000 +@@ -1,7 +1,7 @@ + Summary: Curses library with POSIX thread support. + Name: ncursest6 + Version: 6.5 +-Release: 20240518 ++Release: 20240519 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz |