Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2025 13:13:25 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: fc3914742891 - stable/14 - OptionalObsoleteFiles.inc: Add more ATF libraries
Message-ID:  <202510051313.595DDP8o075022@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by markj:

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

commit fc39147428914cd25db9396a15f4eaf9ad9b1162
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-09-22 14:04:30 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-10-05 13:13:00 +0000

    OptionalObsoleteFiles.inc: Add more ATF libraries
    
    PR:             289653
    Reported by:    Trond Endrestøl <Trond.Endrestol@ximalas.info>
    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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510051313.595DDP8o075022>