Page MenuHomeFreeBSD

libbluetooth: Move to the bluetooth-lib package
ClosedPublic

Authored by ivy on Oct 10 2025, 3:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 25, 7:32 AM
Unknown Object (File)
Sun, Aug 23, 12:27 AM
Unknown Object (File)
Sat, Aug 22, 3:16 PM
Unknown Object (File)
Tue, Aug 18, 8:59 AM
Unknown Object (File)
Mon, Aug 17, 10:03 PM
Unknown Object (File)
Tue, Aug 11, 5:41 PM
Unknown Object (File)
Mon, Aug 10, 7:42 PM
Unknown Object (File)
Sun, Aug 9, 6:58 AM
Subscribers

Details

Summary

Move the library, but not any of the runtime. This allows executables
to link against libbluetooth without having to pull in the entire BT
stack.

MFC after: 3 days

Diff Detail

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

Event Timeline

ivy requested review of this revision.Oct 10 2025, 3:24 AM
dch added a subscriber: dch.

✅ tested against oci container no-toolchain set

This revision is now accepted and ready to land.Oct 10 2025, 11:18 AM
emaste added a subscriber: emaste.
emaste added inline comments.
lib/libbluetooth/Makefile
4

Aside, I wonder if we ought to generally use LIB_PACKAGE= true or similar to help make it self-documenting.

This revision was automatically updated to reflect the committed changes.