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)
Wed, May 13, 10:38 AM
Unknown Object (File)
Tue, May 12, 7:01 AM
Unknown Object (File)
Tue, May 12, 7:01 AM
Unknown Object (File)
Tue, May 12, 5:53 AM
Unknown Object (File)
Mon, Apr 27, 1:25 PM
Unknown Object (File)
Apr 16 2026, 11:13 AM
Unknown Object (File)
Apr 16 2026, 10:20 AM
Unknown Object (File)
Apr 14 2026, 8:36 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