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)
Dec 7 2024, 3:51 AM
Unknown Object (File)
Dec 1 2024, 10:25 PM
Unknown Object (File)
Nov 18 2024, 3:45 AM
Unknown Object (File)
Sep 23 2024, 12:19 PM
Unknown Object (File)
Sep 23 2024, 11:07 AM
Unknown Object (File)
Sep 20 2024, 11:49 AM
Unknown Object (File)
Sep 17 2024, 5:56 PM
Unknown Object (File)
Sep 17 2024, 12:46 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

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