SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2015-09-14 09:16:45 +00:00 committed by Git OBS Bridge
parent 4e8526ad3d
commit 43a2881beb
3 changed files with 45 additions and 4 deletions

View File

@ -17,9 +17,9 @@
+++ configure 2013-09-30 09:17:52.000000000 +0000
@@ -6956,6 +6956,7 @@ else
fi;
echo "$as_me:6984: result: $with_overwrite" >&5
echo "$as_me:6991: result: $with_overwrite" >&5
echo "${ECHO_T}$with_overwrite" >&6
+WITH_OVERWRITE="$with_overwrite"
echo "$as_me:6987: checking if external terminfo-database is used" >&5
echo "$as_me:6994: checking if external terminfo-database is used" >&5
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b53f39b902abe42e92cb9439db0bae29beaa889ecdc60980576a29186b2d4a9
size 45308
oid sha256:00379206ba6ea322d8fe2697beec9ebe1dfffed3d7db1ec52e2a0273c1e5b2dd
size 145857

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Mon Sep 14 08:02:36 UTC 2015 - werner@suse.de
- Add ncurses patch 20150912
+ fixes for configure/build using clang on OSX (prompted by report by
William Gallafent).
+ do not redefine "inline" in ncurses_cfg.h; this was originally to
solve a problem with gcc/g++, but is aggravated by clang's misuse
of symbols to pretend it is gcc.
+ add braces to configure script to prevent unwanted add of
"-lstdc++" to the CXXLIBS symbol.
+ improve/update test-program used for checking existence of stdc++
library.
+ if $CXXLIBS is set, the linkage test uses that in addition to $LIBS
-------------------------------------------------------------------
Mon Sep 7 09:02:07 UTC 2015 - werner@suse.de
- Add ncurses patch 20150905
+ add note in curs_addch.3x about line-drawing when it depends upon
UTF-8.
+ add tic -q option for consistency with infocmp, use it to suppress
all comments from the "tic -I" output.
+ modify infocmp -q option to suppress the "Reconstructed from"
header.
+ add infocmp/tic -Q option, which allows one to dump the compiled
form of the terminal entry, in hexadecimal or base64.
-------------------------------------------------------------------
Mon Aug 31 13:13:43 UTC 2015 - werner@suse.de
- Add ncurses patch 20150822
+ sort options in usage message for infocmp, to make it simpler to
see unused letters.
+ update usage message for tic, adding "-0" option.
+ documented differences in ESCDELAY versus AIX's implementation.
+ fix some compiler warnings from ports.
+ modify --with-pkg-config-libdir option to make it possible to install
".pc" files even if pkg-config is not found (adapted by patch by
Joshua Root).
-------------------------------------------------------------------
Mon Aug 17 07:18:34 UTC 2015 - werner@suse.de