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)
Mon, Mar 17, 6:39 AM
Unknown Object (File)
Mon, Mar 10, 4:16 AM
Unknown Object (File)
Feb 4 2025, 9:40 AM
Unknown Object (File)
Jan 25 2025, 7:06 PM
Unknown Object (File)
Jan 18 2025, 5:39 PM
Unknown Object (File)
Jan 11 2025, 1:58 AM
Unknown Object (File)
Jan 10 2025, 11:49 PM
Unknown Object (File)
Dec 7 2024, 3:51 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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