aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2026-03-25 10:36:31 +0000
committerLexi Winter <ivy@FreeBSD.org>2026-03-25 10:36:31 +0000
commit6900d8b5c3874814be4fed7ef2f6d124ebc9a920 (patch)
tree240d6c7e86c7684675cd857fd5de332cb938d056
parentea25f494b315180c4b48fcdc4d2b2a111c84912c (diff)
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
-rw-r--r--release/packages/ucl/libsdp-all.ucl28
1 files changed, 0 insertions, 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 <ivy@FreeBSD.org>
- *
- * 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"
-}