diff --git a/ncurses-6.2-patches.tar.bz2 b/ncurses-6.2-patches.tar.bz2 index 7563a48..92fa0c8 100644 --- a/ncurses-6.2-patches.tar.bz2 +++ b/ncurses-6.2-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e123544d2bde8999bf7bb8a615ac59ce4b9cea2d4115c414c88263c69dae1d1 -size 537488 +oid sha256:12f41b197259a24d17e0f64d77a74c17c47a84dcba669f89acc6370120330a53 +size 654391 diff --git a/ncurses-6.2.dif b/ncurses-6.2.dif index 920c33c..4945f3c 100644 --- a/ncurses-6.2.dif +++ b/ncurses-6.2.dif @@ -151,7 +151,7 @@ done --- configure +++ configure 2020-03-09 09:17:28.749300145 +0000 -@@ -5621,7 +5621,7 @@ echo $ECHO_N "checking for an rpath opti +@@ -5628,7 +5628,7 @@ echo $ECHO_N "checking for an rpath opti fi ;; (linux*|gnu*|k*bsd*-gnu|freebsd*) @@ -160,7 +160,7 @@ ;; (openbsd[2-9].*|mirbsd*) LD_RPATH_OPT="-Wl,-rpath," -@@ -14224,12 +14224,15 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <\$TMP CF_EOF if test -n "$cf_compress" ; then -@@ -14354,9 +14357,9 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man < + +- Add ncurses patch 20200801 + + remove remaining parts of checks for ISC Unix (cf: 20121006). + + add user32.lib to LDFLAGS for Visual Studio C++ configuration + (discussion with "Maarten Anonymous"). + + modify MKkey_defs.sh to hide ncurses' definition of KEY_EVENTS to + reduce Visual Studio C++ redefinition warnings. + + improve/update checks for external functions in test/configure + +------------------------------------------------------------------- +Mon Jul 27 09:42:00 UTC 2020 - Dr. Werner Fink + +- Add ncurses patch 20200725 + + set LINK_TESTS in CF_SHARED_OPTS for msvc (patch by + "Maarten Anonymous") + + improved workaround for redefinition-warnings for KEY_EVENT. + + improve man/term.5 section on legacy storage format (report by + Florian Weimer). + +------------------------------------------------------------------- +Mon Jul 20 10:51:35 UTC 2020 - Dr. Werner Fink + +- Add ncurses patch 20200718 + + reduce redefinition-warnings for KEY_EVENT when building with Visual + Studio C++. + + define NCURSES_STATIC when compiling programs to link with static + libraries, to work with MinGW vs Visual Studio C++. + > additional changes for building with Visual Studio C++ and msys2 + (reports/patches by "Maarten Anonymous") + + modify c++/Makefile.in to set the current directory while compiling + the main program, so the linker can find related objects. + + several changes to allow the c++/demo program to compile/link. + + change an ifdef in test-directory, to use VC++ wide-character funcs. + ------------------------------------------------------------------- Mon Jul 13 09:20:28 UTC 2020 - Dr. Werner Fink