The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=b499fefd6d4fb2100ebb172e51fdaeab83947a9a
commit b499fefd6d4fb2100ebb172e51fdaeab83947a9a Author: Cy Schubert <c...@freebsd.org> AuthorDate: 2025-06-26 14:34:09 +0000 Commit: Cy Schubert <c...@freebsd.org> CommitDate: 2025-06-26 14:35:40 +0000 OptionalObsoleteFiles: Remove an MIT .a file when switching back When switching back to Heimdal remove libverto.a, an MIT KRB5 library. Fixes: af2593e3212c --- tools/build/mk/OptionalObsoleteFiles.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 14488a63b7da..1edfcdb9a57c 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -5803,6 +5803,7 @@ OLD_LIBS+=usr/lib/libkrb5profile.so.121 OLD_FILES+=usr/lib/libkrb5support.a OLD_FILES+=usr/lib/libkrb5support.so OLD_LIBS+=usr/lib/libkrb5support.so.121 +OLD_FILES+=usr/lib/libverto.a OLD_FILES+=usr/lib/libverto.so OLD_LIBS+=usr/lib/libverto.so.121 OLD_FILES+=usr/libdata/pkgconfig/gssrpc.pc