The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=41ee4321cc528b1f72d6a674fafdd5337be83f95
commit 41ee4321cc528b1f72d6a674fafdd5337be83f95 Author: Lexi Winter <[email protected]> AuthorDate: 2025-09-30 08:12:28 +0000 Commit: Lexi Winter <[email protected]> CommitDate: 2025-09-30 08:14:51 +0000 libsdp: Move to bluetooth-lib package Instead of creating a separate libsdp package, use LIB_PACKAGE to ship this in bluetooth-lib. MFC after: 1 day Reviewed by: bapt Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D52790 --- lib/libsdp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libsdp/Makefile b/lib/libsdp/Makefile index f0153e756dfd..8177c9bdbd1a 100644 --- a/lib/libsdp/Makefile +++ b/lib/libsdp/Makefile @@ -1,6 +1,7 @@ # $Id: Makefile,v 1.2 2003/09/07 20:34:19 max Exp $ -PACKAGE=lib${LIB} +PACKAGE= bluetooth +LIB_PACKAGE= LIB= sdp MAN= sdp.3
