Page MenuHomeFreeBSD

Belatedly track private lib renaming for ObsoleteFiles
ClosedPublic

Authored by emaste on Oct 9 2021, 12:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 12, 4:19 PM
Unknown Object (File)
May 18 2026, 10:38 AM
Unknown Object (File)
May 13 2026, 10:38 AM
Unknown Object (File)
May 12 2026, 7:01 AM
Unknown Object (File)
May 12 2026, 7:01 AM
Unknown Object (File)
May 12 2026, 5:53 AM
Unknown Object (File)
Apr 27 2026, 1:25 PM
Unknown Object (File)
Apr 16 2026, 11:13 AM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
emaste edited the summary of this revision. (Show Details)
ObsoleteFiles.inc
44 ↗(On Diff #96515)

seems like a lot of these are duplicated from down at 20140807: Remove private lib files that should not be installed. or 20150504

Right you are, the only ones that are not duplicated are

OLD_LIBS+=usr/lib/private/libatf-c.so.0
OLD_LIBS+=usr/lib/private/libatf-c++.so.1
OLD_LIBS+=usr/lib32/private/libatf-c.so.0
OLD_LIBS+=usr/lib32/private/libatf-c++.so.1

Only OptionalObsoleteFiles.inc

This revision is now accepted and ready to land.Oct 9 2021, 1:54 AM