Page MenuHomeFreeBSD

Remove liby and liblBoth libs are ancient libs that aren't (and shouldn't be) used anymore
AcceptedPublic

Authored by manu on Mar 24 2020, 7:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 7:24 PM
Unknown Object (File)
Mar 17 2024, 9:25 AM
Unknown Object (File)
Feb 17 2024, 9:23 PM
Unknown Object (File)
Dec 20 2023, 2:30 AM
Unknown Object (File)
Dec 12 2023, 3:07 PM
Unknown Object (File)
Dec 1 2023, 8:37 PM
Unknown Object (File)
Sep 12 2023, 7:44 AM
Unknown Object (File)
Sep 8 2023, 7:27 PM

Details

Reviewers
bapt
emaste
Group Reviewers
pkgbase
Test Plan

Base builds fine.
Exp-Run requested in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245027

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30073
Build 27884: arc lint + arc unit

Event Timeline

manu retitled this revision from Remove liby and libl Both libs are ancient libs that aren't (and shouldn't be) used anymore to Remove liby and liblBoth libs are ancient libs that aren't (and shouldn't be) used anymore.Mar 24 2020, 7:39 AM
manu edited the test plan for this revision. (Show Details)
manu set the repository for this revision to rS FreeBSD src repository - subversion.

The Makefile.inc1 and Makefile.libcompat can probably be committed right now.

Makefile.inc1
2076

This part can probably be committed straight away

2220

same

2840

same

Makefile.libcompat
41

and again

I wasn't sure about committing in 2 parts but @imp points out that's beneficial for MFC - so yeah, let's commit the disuse of these libs first.

emaste added inline comments.
share/mk/bsd.suffixes.mk
95–101

These two are MFCable I think?

This revision is now accepted and ready to land.Mar 27 2020, 7:03 PM
share/mk/bsd.suffixes.mk
95–101

TBH I didn't planned to mfc anything on this review.
I guess those too could be mfc but I haven't tested anything on 12.

share/mk/bsd.suffixes.mk
95–101

OK - I would commit them separately anyhow so that they could be MFC'd if someone is so inclined, even if you don't tag them as MFC or intend to do so.