Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2025 12:36:18 GMT
From:      Lexi Winter <ivy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 4305db21bb2f - stable/15 - libsdp: Move to bluetooth-lib package
Message-ID:  <202510011236.591CaI8R057827@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=4305db21bb2f664b770b10b01cd241b751b35ca9

commit 4305db21bb2f664b770b10b01cd241b751b35ca9
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-09-30 08:12:28 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-10-01 10:36:25 +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
    
    (cherry picked from commit 41ee4321cc528b1f72d6a674fafdd5337be83f95)
---
 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?202510011236.591CaI8R057827>