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, Feb 24, 10:59 AM
Unknown Object (File)
Mon, Feb 23, 1:44 AM
Unknown Object (File)
Sat, Feb 21, 4:34 AM
Unknown Object (File)
Sat, Feb 21, 4:34 AM
Unknown Object (File)
Sat, Feb 21, 4:34 AM
Unknown Object (File)
Fri, Feb 20, 5:44 PM
Unknown Object (File)
Fri, Feb 20, 5:43 PM
Unknown Object (File)
Jan 29 2026, 10:46 PM
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.