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, Apr 10, 2:48 AM
Unknown Object (File)
Fri, Apr 10, 1:13 AM
Unknown Object (File)
Thu, Apr 2, 1:49 AM
Unknown Object (File)
Feb 24 2026, 9:59 PM
Unknown Object (File)
Feb 20 2026, 5:14 PM
Unknown Object (File)
Feb 8 2026, 12:08 PM
Unknown Object (File)
Feb 8 2026, 7:05 AM
Unknown Object (File)
Feb 7 2026, 10:22 PM
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