git: 1d01439f40e1 - main - audio/icecast-kh: Remove support for (lib)kate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Dec 2022 22:35:55 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d01439f40e138578e3a537762f57b1e6bff5df7 commit 1d01439f40e138578e3a537762f57b1e6bff5df7 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-12-21 22:32:34 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-12-21 22:32:37 +0000 audio/icecast-kh: Remove support for (lib)kate Obsolete format that never got any traction and no development in 10 years PR: 268181 --- audio/icecast-kh/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/audio/icecast-kh/Makefile b/audio/icecast-kh/Makefile index d720c61c9cdf..f685756bafeb 100644 --- a/audio/icecast-kh/Makefile +++ b/audio/icecast-kh/Makefile @@ -1,7 +1,7 @@ PORTNAME= icecast DISTVERSIONPREFIX= icecast- DISTVERSION= 2.4.0-kh15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio net PKGNAMESUFFIX= -kh @@ -32,19 +32,15 @@ LIBS+= -L${OPENSSLLIB} -lcrypto SUB_FILES= pkg-message -OPTIONS_DEFINE= CURL DOCS KATE SPEEX -OPTIONS_DEFAULT= CURL KATE SPEEX +OPTIONS_DEFINE= CURL DOCS SPEEX +OPTIONS_DEFAULT= CURL SPEEX CURL_DESC= Support Directory server interaction (YP) via curl -KATE_DESC= Support Kate/Skeleton codec within Ogg streams SPEEX_DESC= Support Speex codec within Ogg streams CURL_CONFIGURE_WITH= curl=${LOCALBASE} CURL_LIB_DEPENDS= libcurl.so:ftp/curl -KATE_CONFIGURE_WITH= kate -KATE_LIB_DEPENDS= libkate.so:multimedia/libkate - SPEEX_CONFIGURE_WITH= speex=${LOCALBASE} SPEEX_LIB_DEPENDS= libspeex.so:audio/speex