Dr. Werner Fink 2021-08-10 13:24:18 +00:00 committed by Git OBS Bridge
parent 0118529067
commit 9c8cce4806
3 changed files with 23 additions and 14 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:139f4ae153922f08ad50da259e7c3de8e9eba393e0a485b26448ebd808bd3e00
size 3225249
oid sha256:a68c9c59e53312eefa93e9d0c030f6d54bc7a606a623a75fe52135d4cfb109d1
size 3279091

View File

@ -157,7 +157,7 @@
;;
(openbsd[2-9].*|mirbsd*)
LD_RPATH_OPT="-Wl,-rpath,"
@@ -7514,7 +7514,7 @@ echo "${ECHO_T}$with_pcre2" >&6
@@ -7525,7 +7525,7 @@ echo "${ECHO_T}$with_pcre2" >&6
if test "x$with_pcre2" != xno ; then
cf_with_pcre2_ok=no
@ -166,7 +166,7 @@
do
if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "$cf_with_pcre2"; then
@@ -14635,12 +14635,15 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14646,12 +14646,15 @@ cat >>$cf_edit_man <<CF_EOF
echo "? missing rename for \$cf_source"
cf_target="\$cf_source"
fi
@ -184,7 +184,7 @@
sed -f "$cf_man_alias" \\
CF_EOF
@@ -14650,7 +14653,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14661,7 +14664,7 @@ cat >>$cf_edit_man <<CF_EOF
CF_EOF
else
cat >>$cf_edit_man <<CF_EOF
@ -193,7 +193,7 @@
CF_EOF
fi
@@ -14690,7 +14693,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14701,7 +14704,7 @@ cat >>$cf_edit_man <<CF_EOF
mv \$TMP.$cf_so_strip \$TMP
fi
fi
@ -202,7 +202,7 @@
CF_EOF
fi
@@ -14699,23 +14702,23 @@ case "$MANPAGE_FORMAT" in
@@ -14710,23 +14713,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
@ -232,7 +232,7 @@
for cf_alias in \$aliases
do
if test "\$section" = 1 ; then
@@ -14724,7 +14727,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14735,7 +14738,7 @@ cat >>$cf_edit_man <<CF_EOF
if test "$MANPAGE_SYMLINKS" = yes ; then
if test -f "\$cf_alias\${suffix}" ; then
@ -241,7 +241,7 @@
then
continue
fi
@@ -14734,18 +14737,18 @@ CF_EOF
@@ -14745,18 +14748,18 @@ CF_EOF
case "x$LN_S" in
(*-f)
cat >>$cf_edit_man <<CF_EOF
@ -263,7 +263,7 @@
echo ".so \$cf_source" >\$TMP
CF_EOF
if test -n "$cf_compress" ; then
@@ -14765,9 +14768,9 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14776,9 +14779,9 @@ cat >>$cf_edit_man <<CF_EOF
)
)
elif test "\$verb" = removing ; then
@ -276,7 +276,7 @@
)
test -d "\$cf_subdir\${section}" &&
test -n "\$aliases" && (
@@ -14787,6 +14790,7 @@ cat >>$cf_edit_man <<CF_EOF
@@ -14798,6 +14801,7 @@ cat >>$cf_edit_man <<CF_EOF
# echo ".hy 0"
cat \$TMP
fi
@ -376,7 +376,7 @@
-Wl,-z,*) # ignore flags used to manipulate shared image
continue
;;
@@ -183,6 +186,7 @@ do
@@ -186,6 +189,7 @@ do
LIBS="-l$name"
desc="ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@"
@ -384,7 +384,7 @@
reqs=
if [ $name = $MAIN_LIBRARY ]; then
@@ -193,9 +197,11 @@ do
@@ -196,9 +200,11 @@ do
desc="$desc terminal interface library"
elif expr $name : ".*${CXX_NAME}.*" >/dev/null ; then
reqs="$PANEL_LIBRARY${suffix}, $MENU_LIBRARY${suffix}, $FORM_LIBRARY${suffix}, $MAIN_LIBRARY${suffix}"
@ -396,7 +396,7 @@
desc="$desc add-on library"
fi
@@ -205,6 +211,8 @@ do
@@ -208,6 +214,8 @@ do
[ $NEED_TINFO != yes ] ; then
[ -n "$reqs" ] && reqs="$reqs, "
reqs="${reqs}${SUB_LIBRARY}${suffix}"

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Aug 9 06:52:26 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20210807
+ ignore "--dynamic-linker" option in generated pkg/config files,
adapted from "distr1" patch.
+ add CF_SHARED_OPTS case for Haiku, from patch in haikuports.
- Correct offsets of patch ncurses-6.2.dif
-------------------------------------------------------------------
Mon Aug 2 07:25:37 UTC 2021 - Dr. Werner Fink <werner@suse.de>