m git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 59D6oYug078898; Mon, 13 Oct 2025 06:50:34 GMT (envelope-from git) Date: Mon, 13 Oct 2025 06:50:34 GMT Message-Id: <202510130650.59D6oYug078898@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Lexi Winter Subject: git: dced18c7703d - stable/15 - libbluetooth: Move to the bluetooth-lib package List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ivy X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: dced18c7703d256a9975bb7143d107f0f07dfd17 Auto-Submitted: auto-generated The branch stable/15 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=dced18c7703d256a9975bb7143d107f0f07dfd17 commit dced18c7703d256a9975bb7143d107f0f07dfd17 Author: Lexi Winter AuthorDate: 2025-10-12 15:28:20 +0000 Commit: Lexi Winter CommitDate: 2025-10-13 06:32:57 +0000 libbluetooth: Move to the bluetooth-lib package 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 Reviewed by: dch, emaste Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53016 (cherry picked from commit 426891e0f8f1cfae0263ba81ea55f46c547d7762) --- lib/libbluetooth/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile index a6ac291a0bf8..b935bdf3fc78 100644 --- a/lib/libbluetooth/Makefile +++ b/lib/libbluetooth/Makefile @@ -1,6 +1,8 @@ # $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $ PACKAGE= bluetooth +LIB_PACKAGE= + CONFS= hosts protocols CONFSDIR= /etc/bluetooth CONFSMODE_protocols= 444