The branch stable/15 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=2d571264dac343d681f95c63bd4ef95f49e04657
commit 2d571264dac343d681f95c63bd4ef95f49e04657 Author: Lexi Winter <[email protected]> AuthorDate: 2026-03-25 10:36:31 +0000 Commit: Lexi Winter <[email protected]> CommitDate: 2026-04-07 10:47:50 +0000 packages: Remove stale libsdp-all.ucl This package no longer exists since it was merged into bluetooth. Fixes: 41ee4321cc52 ("libsdp: Move to bluetooth-lib package") MFC after: 3 days Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D55822 Sponsored by: https://www.patreon.com/bsdivy (cherry picked from commit 6900d8b5c3874814be4fed7ef2f6d124ebc9a920) --- release/packages/ucl/libsdp-all.ucl | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/release/packages/ucl/libsdp-all.ucl b/release/packages/ucl/libsdp-all.ucl deleted file mode 100644 index e4f848c3281c..000000000000 --- a/release/packages/ucl/libsdp-all.ucl +++ /dev/null @@ -1,28 +0,0 @@ -/* - * SPDX-License-Identifier: ISC - * - * Copyright (c) 2025 Lexi Winter <[email protected]> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -comment = "Bluetooth Service Discovery Protocol library" - -desc = <<EOD -libsdp allows applications to interact with the Bluetooth Service Discovery -Protocol. -EOD - -annotations { - set = "optional,optional-jail" -}
