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)
Mon, Mar 30, 1:57 PM
Unknown Object (File)
Mon, Mar 30, 10:35 AM
Unknown Object (File)
Mon, Mar 30, 1:18 AM
Unknown Object (File)
Tue, Mar 24, 11:49 PM
Unknown Object (File)
Sun, Mar 15, 1:19 AM
Unknown Object (File)
Sat, Mar 7, 9:49 PM
Unknown Object (File)
Mar 3 2026, 2:50 PM
Unknown Object (File)
Mar 3 2026, 9:09 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.