The branch stable/14 has been updated by markj:

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

commit fc39147428914cd25db9396a15f4eaf9ad9b1162
Author:     Mark Johnston <[email protected]>
AuthorDate: 2025-09-22 14:04:30 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2025-10-05 13:13:00 +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 5ee0f64e4129..331c88c0619b 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -8237,7 +8237,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