From e45bb3902e80da374500a3dc077d7d11cfb3d6ba Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 1 Feb 2021 17:09:33 -0800 Subject: 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. Approved by: re (gjb) (cherry picked from commit 0b7f1af804f06a285717b490bef80e24648adcbe) (cherry picked from commit 6e1fe6d26ea2939656c8286ccbd105a89d3349a3) --- lib/libedit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libedit/Makefile') diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index f1dbad42db22..963063ef90fa 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -7,7 +7,7 @@ PACKAGE=clibs EDITDIR= ${SRCTOP}/contrib/libedit .PATH: ${EDITDIR} -SHLIB_MAJOR= 7 +SHLIB_MAJOR= 8 SHLIBDIR?= /lib WARNS?= 3 -- cgit v1.3