SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2012-02-14 18:29:40 +00:00 committed by Git OBS Bridge
parent 9187f0e020
commit be67c41ce6
5 changed files with 37 additions and 19 deletions

View File

@ -12,9 +12,9 @@
+++ configure 2012-01-30 16:19:43.071146239 +0000 +++ configure 2012-01-30 16:19:43.071146239 +0000
@@ -6336,6 +6336,7 @@ else @@ -6336,6 +6336,7 @@ else
fi; fi;
echo "$as_me:6337: result: $with_overwrite" >&5 echo "$as_me:6338: result: $with_overwrite" >&5
echo "${ECHO_T}$with_overwrite" >&6 echo "${ECHO_T}$with_overwrite" >&6
+WITH_OVERWRITE="$with_overwrite" +WITH_OVERWRITE="$with_overwrite"
echo "$as_me:6340: checking if external terminfo-database is used" >&5 echo "$as_me:6341: checking if external terminfo-database is used" >&5
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6 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 version https://git-lfs.github.com/spec/v1
oid sha256:b3f1dfa70aa04e8bcefb9484d3cba4010903f3824f56a4676c2d7a3597694a45 oid sha256:765452b4eb8dd9948136da58e4554209a5ba688458a3df55587e52bbbef10a7b
size 875830 size 914424

View File

@ -138,8 +138,8 @@
# the next lines are needed for linking libtic over libncurses # the next lines are needed for linking libtic over libncurses
TINFO_NAME=${LIB_NAME} TINFO_NAME=${LIB_NAME}
--- configure --- configure
+++ configure 2012-01-30 16:42:39.543145187 +0000 +++ configure 2012-01-30 17:42:40.000000000 +0100
@@ -5564,7 +5564,7 @@ irix*) #(vi @@ -5565,7 +5565,7 @@ irix*) #(vi
fi fi
;; ;;
linux*|gnu*|k*bsd*-gnu) #(vi linux*|gnu*|k*bsd*-gnu) #(vi
@ -148,7 +148,7 @@
;; ;;
openbsd[2-9].*|mirbsd*) #(vi openbsd[2-9].*|mirbsd*) #(vi
LD_RPATH_OPT="-Wl,-rpath," LD_RPATH_OPT="-Wl,-rpath,"
@@ -10636,12 +10636,15 @@ cat >>$cf_edit_man <<CF_EOF @@ -10662,12 +10662,15 @@ cat >>$cf_edit_man <<CF_EOF
echo '? missing rename for '\$cf_source echo '? missing rename for '\$cf_source
cf_target="\$cf_source" cf_target="\$cf_source"
fi fi
@ -166,7 +166,7 @@
sed -f $cf_man_alias \\ sed -f $cf_man_alias \\
CF_EOF CF_EOF
@@ -10651,7 +10654,7 @@ cat >>$cf_edit_man <<CF_EOF @@ -10677,7 +10680,7 @@ cat >>$cf_edit_man <<CF_EOF
CF_EOF CF_EOF
else else
cat >>$cf_edit_man <<CF_EOF cat >>$cf_edit_man <<CF_EOF
@ -175,7 +175,7 @@
CF_EOF CF_EOF
fi fi
@@ -10691,7 +10694,7 @@ cat >>$cf_edit_man <<CF_EOF @@ -10717,7 +10720,7 @@ cat >>$cf_edit_man <<CF_EOF
mv \$TMP.$cf_so_strip \$TMP mv \$TMP.$cf_so_strip \$TMP
fi fi
fi fi
@ -184,7 +184,7 @@
CF_EOF CF_EOF
fi fi
@@ -10700,23 +10703,23 @@ case "$MANPAGE_FORMAT" in #(vi @@ -10726,23 +10729,23 @@ case "$MANPAGE_FORMAT" in #(vi
cat >>$cf_edit_man <<CF_EOF cat >>$cf_edit_man <<CF_EOF
if test \$form = format ; then if test \$form = format ; then
# BSDI installs only .0 suffixes in the cat directories # BSDI installs only .0 suffixes in the cat directories
@ -214,7 +214,7 @@
for cf_alias in \$aliases for cf_alias in \$aliases
do do
if test \$section = 1 ; then if test \$section = 1 ; then
@@ -10725,7 +10728,7 @@ cat >>$cf_edit_man <<CF_EOF @@ -10751,7 +10754,7 @@ cat >>$cf_edit_man <<CF_EOF
if test "$MANPAGE_SYMLINKS" = yes ; then if test "$MANPAGE_SYMLINKS" = yes ; then
if test -f \$cf_alias\${suffix} ; then if test -f \$cf_alias\${suffix} ; then
@ -223,7 +223,7 @@
then then
continue continue
fi fi
@@ -10735,18 +10738,18 @@ CF_EOF @@ -10761,18 +10764,18 @@ CF_EOF
case "x$LN_S" in #(vi case "x$LN_S" in #(vi
*-f) #(vi *-f) #(vi
cat >>$cf_edit_man <<CF_EOF cat >>$cf_edit_man <<CF_EOF
@ -245,7 +245,7 @@
echo ".so \$cf_source" >\$TMP echo ".so \$cf_source" >\$TMP
CF_EOF CF_EOF
if test -n "$cf_compress" ; then if test -n "$cf_compress" ; then
@@ -10766,9 +10769,9 @@ cat >>$cf_edit_man <<CF_EOF @@ -10792,9 +10795,9 @@ cat >>$cf_edit_man <<CF_EOF
) )
) )
elif test \$verb = removing ; then elif test \$verb = removing ; then
@ -258,7 +258,7 @@
) )
test -d \$cf_subdir\${section} && test -d \$cf_subdir\${section} &&
test -n "\$aliases" && ( test -n "\$aliases" && (
@@ -10788,6 +10791,7 @@ cat >>$cf_edit_man <<CF_EOF @@ -10814,6 +10817,7 @@ cat >>$cf_edit_man <<CF_EOF
# echo ".hy 0" # echo ".hy 0"
cat \$TMP cat \$TMP
fi fi
@ -266,8 +266,8 @@
;; ;;
esac esac
done done
@@ -18585,7 +18589,7 @@ else @@ -18611,7 +18615,7 @@ else
#line 18584 "configure" #line 18610 "configure"
#include "confdefs.h" #include "confdefs.h"
-#include <stdlib.h> -#include <stdlib.h>
@ -275,8 +275,8 @@
#include <stdio.h> #include <stdio.h>
#if defined(__cplusplus) #if defined(__cplusplus)
@@ -18947,7 +18951,7 @@ else @@ -18973,7 +18977,7 @@ else
#line 18946 "configure" #line 18972 "configure"
#include "confdefs.h" #include "confdefs.h"
-#include <stdlib.h> -#include <stdlib.h>
@ -284,7 +284,7 @@
#include <stdio.h> #include <stdio.h>
#if defined(__cplusplus) #if defined(__cplusplus)
@@ -19898,6 +19902,7 @@ if test "$with_termlib" != no ; then @@ -19924,6 +19928,7 @@ if test "$with_termlib" != no ; then
TINFO_LDFLAGS="-L${LIB_DIR}" TINFO_LDFLAGS="-L${LIB_DIR}"
SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}" SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}"
fi fi

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 14 18:17:28 UTC 2012 - werner@suse.de
- Add ncurses patch 5.9.20120211
+ make sgr for xterm-pcolor agree with other caps -TD
+ make sgr for att5425 agree with other caps -TD
+ make sgr for att630 agree with other caps -TD
+ make sgr for linux entries agree with other caps -TD
+ make sgr for tvi9065 agree with other caps -TD
+ make sgr for ncr260vt200an agree with other caps -TD
+ make sgr for ncr160vt100pp agree with other caps -TD
+ make sgr for ncr260vt300an agree with other caps -TD
+ make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
+ make sgr for cygwin, cygwinDBG agree with other caps -TD
+ add configure option --with-xterm-kbs to simplify configuration for
Linux versus most other systems.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 6 16:00:42 UTC 2012 - werner@suse.de Mon Feb 6 16:00:42 UTC 2012 - werner@suse.de

View File

@ -372,6 +372,7 @@ rm -vf mk-dlls.sh
--with-dlsym \ --with-dlsym \
--with-termlib=tinfo \ --with-termlib=tinfo \
--with-ticlib=tic \ --with-ticlib=tic \
--with-xterm-kbs=del \
--disable-root-environ \ --disable-root-environ \
--disable-termcap \ --disable-termcap \
--disable-overwrite \ --disable-overwrite \