aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2025-09-28 20:28:09 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2025-10-04 08:11:47 +0000
commitb862813556648d363d712b01e975f495ecc5c25c (patch)
treeccaf4f86e88b29c5bb700b714a719336032c60c1
parent60727578299b5efe15b7ba66123cdd53fc2310d9 (diff)
net/sems: Mark BROKEN and set expiration date to 2025-12-31
(lib)codec2 and (lib)ilbc are not found despite being defined as dependencies. Given that the PR has been open for more than a year without getting any attention set expiration date to the end of the year. PR: 277816
-rw-r--r--net/sems/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/sems/Makefile b/net/sems/Makefile
index a16818a51de1..ee8b4cc4c081 100644
--- a/net/sems/Makefile
+++ b/net/sems/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/sems-server
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/COPYING
+BROKEN= Fails to detect declared dependencies
+EXPIRATION_DATE=2025-12-31
+
LIB_DEPENDS= libopus.so:audio/opus \
libcodec2.so:audio/codec2 \
libevent.so:devel/libevent \