Page MenuHomeFreeBSD

libbluetooth: Move to the bluetooth-lib package
ClosedPublic

Authored by ivy on Oct 10 2025, 3:24 AM.
Tags
None
Referenced Files
F154605045: D53016.id164041.diff
Wed, Apr 29, 12:48 AM
F154588583: D53016.id164041.diff
Tue, Apr 28, 11:56 PM
Unknown Object (File)
Mon, Apr 27, 7:03 AM
Unknown Object (File)
Sun, Apr 12, 2:46 AM
Unknown Object (File)
Sat, Apr 11, 9:52 AM
Unknown Object (File)
Tue, Apr 7, 9:47 AM
Unknown Object (File)
Mon, Apr 6, 4:00 PM
Unknown Object (File)
Mon, Mar 30, 1:57 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.