Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2025 08:18:32 GMT
From:      Lexi Winter <ivy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 41ee4321cc52 - main - libsdp: Move to bluetooth-lib package
Message-ID:  <202509300818.58U8IWTu024824@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy:

URL: https://cgit.FreeBSD.org/src/commit/?id=41ee4321cc528b1f72d6a674fafdd5337be83f95

commit 41ee4321cc528b1f72d6a674fafdd5337be83f95
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-09-30 08:12:28 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509300818.58U8IWTu024824>