The branch stable/15 has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=e309119ae1d69b267b7233c787e9cae85b7b0fb2

commit e309119ae1d69b267b7233c787e9cae85b7b0fb2
Author:     Mark Johnston <[email protected]>
AuthorDate: 2025-09-22 14:04:30 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2025-10-04 19:34:57 +0000

    OptionalObsoleteFiles.inc: Add more ATF libraries
    
    PR:             289653
    Reported by:    Trond Endrestøl <[email protected]>
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D52676
    
    (cherry picked from commit ceb5792d1e2e58646dd291a2dc3877aaeb73122b)
---
 tools/build/mk/OptionalObsoleteFiles.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/build/mk/OptionalObsoleteFiles.inc 
b/tools/build/mk/OptionalObsoleteFiles.inc
index 7626c69a4526..13d7703148d2 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -8196,7 +8196,11 @@ OLD_FILES+=usr/include/atf-c/tc.h
 OLD_FILES+=usr/include/atf-c/tp.h
 OLD_FILES+=usr/include/atf-c/utils.h
 OLD_LIBS+=usr/lib/libprivateatf-c++.so.2
+OLD_FILES+=usr/lib/libprivateatf-c++.so
+OLD_FILES+=usr/lib/libprivateatf-c++.a
 OLD_LIBS+=usr/lib/libprivateatf-c.so.1
+OLD_FILES+=usr/lib/libprivateatf-c.so
+OLD_FILES+=usr/lib/libprivateatf-c.a
 OLD_FILES+=usr/share/examples/kyua/kyua.conf
 OLD_FILES+=usr/share/examples/kyua/Kyuafile.top
 OLD_FILES+=usr/share/kyua/misc/context.html

Reply via email to