Date: Wed, 24 Jul 2024 19:06:43 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4e6ff1052ebb - main - audio/icecast-kh: Deprecate and set expiration date to 2024-08-21 Message-ID: <202407241906.46OJ6hGn044355@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e6ff1052ebbb2396647b3178eea7a4e7054d960 commit 4e6ff1052ebbb2396647b3178eea7a4e7054d960 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-07-21 09:28:11 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-07-24 19:06:37 +0000 audio/icecast-kh: Deprecate and set expiration date to 2024-08-21 * Outdated, unmaintained and upstream has been inactive for 6+ months * Fails to build with libxml2 2.13 and newer PR: 280159 --- audio/icecast-kh/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/icecast-kh/Makefile b/audio/icecast-kh/Makefile index f685756bafeb..b860e296a30b 100644 --- a/audio/icecast-kh/Makefile +++ b/audio/icecast-kh/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/karlheyes/icecast-kh LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Fails to build with libxml2 2.13.2 (PR 280159) +EXPIRATION_DATE=2024-08-21 + LIB_DEPENDS= libogg.so:audio/libogg \ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407241906.46OJ6hGn044355>