forked from pool/ncurses
Add ncurses patch 20181110
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=394
This commit is contained in:
parent
f79a48c5d7
commit
dcfb0783ca
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f42a2692f31f14a3db70ff820712433e7fa763a843fffe568009c086f714e299
|
||||
size 946291
|
||||
oid sha256:4ac1c37d1c7d3cdd2060ea2d9cdc7d7a69c8b545b3283676d822619fe1b417e6
|
||||
size 1017262
|
||||
|
@ -152,7 +152,7 @@
|
||||
done
|
||||
--- configure
|
||||
+++ configure 2018-10-29 10:24:12.319041330 +0000
|
||||
@@ -5484,7 +5484,7 @@ echo $ECHO_N "checking for an rpath opti
|
||||
@@ -5485,7 +5485,7 @@ echo $ECHO_N "checking for an rpath opti
|
||||
fi
|
||||
;;
|
||||
(linux*|gnu*|k*bsd*-gnu|freebsd*)
|
||||
@ -161,7 +161,7 @@
|
||||
;;
|
||||
(openbsd[2-9].*|mirbsd*)
|
||||
LD_RPATH_OPT="-Wl,-rpath,"
|
||||
@@ -13561,12 +13561,15 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
@@ -13562,12 +13562,15 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
echo '? missing rename for '\$cf_source
|
||||
cf_target="\$cf_source"
|
||||
fi
|
||||
@ -179,7 +179,7 @@
|
||||
sed -f $cf_man_alias \\
|
||||
CF_EOF
|
||||
|
||||
@@ -13576,7 +13579,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
@@ -13577,7 +13580,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
CF_EOF
|
||||
else
|
||||
cat >>$cf_edit_man <<CF_EOF
|
||||
@ -188,7 +188,7 @@
|
||||
CF_EOF
|
||||
fi
|
||||
|
||||
@@ -13616,7 +13619,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
@@ -13617,7 +13620,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
mv \$TMP.$cf_so_strip \$TMP
|
||||
fi
|
||||
fi
|
||||
@ -197,7 +197,7 @@
|
||||
CF_EOF
|
||||
fi
|
||||
|
||||
@@ -13625,23 +13628,23 @@ case "$MANPAGE_FORMAT" in
|
||||
@@ -13626,23 +13629,23 @@ case "$MANPAGE_FORMAT" in
|
||||
cat >>$cf_edit_man <<CF_EOF
|
||||
if test \$form = format ; then
|
||||
# BSDI installs only .0 suffixes in the cat directories
|
||||
@ -227,7 +227,7 @@
|
||||
for cf_alias in \$aliases
|
||||
do
|
||||
if test \$section = 1 ; then
|
||||
@@ -13650,7 +13653,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
@@ -13651,7 +13654,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
|
||||
if test "$MANPAGE_SYMLINKS" = yes ; then
|
||||
if test -f \$cf_alias\${suffix} ; then
|
||||
@ -236,7 +236,7 @@
|
||||
then
|
||||
continue
|
||||
fi
|
||||
@@ -13660,18 +13663,18 @@ CF_EOF
|
||||
@@ -13661,18 +13664,18 @@ CF_EOF
|
||||
case "x$LN_S" in
|
||||
(*-f)
|
||||
cat >>$cf_edit_man <<CF_EOF
|
||||
@ -258,7 +258,7 @@
|
||||
echo ".so \$cf_source" >\$TMP
|
||||
CF_EOF
|
||||
if test -n "$cf_compress" ; then
|
||||
@@ -13691,9 +13694,9 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
@@ -13692,9 +13695,9 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
)
|
||||
)
|
||||
elif test \$verb = removing ; then
|
||||
@ -271,7 +271,7 @@
|
||||
)
|
||||
test -d \$cf_subdir\${section} &&
|
||||
test -n "\$aliases" && (
|
||||
@@ -13713,6 +13716,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
@@ -13714,6 +13717,7 @@ cat >>$cf_edit_man <<CF_EOF
|
||||
# echo ".hy 0"
|
||||
cat \$TMP
|
||||
fi
|
||||
@ -279,7 +279,7 @@
|
||||
;;
|
||||
esac
|
||||
done
|
||||
@@ -24175,6 +24179,7 @@ if test "$with_termlib" != no ; then
|
||||
@@ -24189,6 +24193,7 @@ if test "$with_termlib" != no ; then
|
||||
TINFO_LDFLAGS="-L${LIB_DIR}"
|
||||
SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}"
|
||||
fi
|
||||
|
@ -2,3 +2,4 @@ addFilter(".*files-duplicate.*")
|
||||
addFilter(".*shared-lib-calls-exit.*")
|
||||
addFilter(".*non-etc-or-var-file-marked-as-conffile.*")
|
||||
addFilter(".*macro-in-comment.*jobs.*")
|
||||
addFilter(".*W:.*no-version-in-last-changelog.*")
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 07:56:07 UTC 2018 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add ncurses patch 20181110
|
||||
+ several workarounds to ensure proper C compiler used in parts of
|
||||
Ada95 tree.
|
||||
+ update config.guess, config.sub from
|
||||
http://git.savannah.gnu.org/cgit/config.git
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 29 10:22:26 UTC 2018 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user