Date: Wed, 27 Oct 2021 15:21:29 -0700 From: Mark Millard via freebsd-current <freebsd-current@freebsd.org> To: John Baldwin <jhb@freebsd.org>, freebsd-current <freebsd-current@freebsd.org> Subject: Re: git: 2f7f8995367b - main - libdialog: Bump shared library version to 10. [ the .so.10 is listed in mk/OptionalObsoleteFiles.inc ?] Message-ID: <1628B613-808D-4217-B7B9-FC649E42A81D@yahoo.com> References: <1628B613-808D-4217-B7B9-FC649E42A81D.ref@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Unfortunately(?) this update added the .so.10 to = mk/OptionalObsoleteFiles.inc : diff --git a/tools/build/mk/OptionalObsoleteFiles.inc = b/tools/build/mk/OptionalObsoleteFiles.inc index a8b0329104c4..91822aac492a 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc _at__at_ -1663,11 +1663,11 _at__at_ OLD_FILES+=3Dusr/bin/dialog . . . OLD_FILES+=3Dusr/lib/libdialog.so -OLD_FILES+=3Dusr/lib/libdialog.so.8 +OLD_FILES+=3Dusr/lib/libdialog.so.10 . . . Looks to my like that +line should have been: +OLD_FILES+=3Dusr/lib/libdialog.so.9 (presuming the original .so.8 was correct during .so.9 's time frame). =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1628B613-808D-4217-B7B9-FC649E42A81D>