]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bump shared library versions after ncurses bump in 13.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 2 Feb 2021 01:09:33 +0000 (17:09 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 5 Feb 2021 01:51:45 +0000 (17:51 -0800)
commit6e1fe6d26ea2939656c8286ccbd105a89d3349a3
tree890f1f3b243a3faced7ca3d6113cc328303abdfe
parente4a6846c34d2bf5365199411a5ad680462ab8f9d
Bump shared library versions after ncurses bump in 13.

A few shared libraries in the base system link against ncurses.  An
upgrade from a 12.x host to 13 results in ABI breakage for existing
binaries since the newer versions of these libraries link against the
newer ncurses while the binary itself links against the older ncurses.
For example, dialog4ports built on 12.x sometimes crashes on 13 since
it depends on libdialog which links against ncurses internally.

(cherry picked from commit 0b7f1af804f06a285717b490bef80e24648adcbe)
ObsoleteFiles.inc
gnu/lib/libdialog/Makefile
lib/libdpv/Makefile
lib/libedit/Makefile
lib/ncurses/form/Makefile
lib/ncurses/menu/Makefile
lib/ncurses/panel/Makefile