Date: Fri, 28 Aug 2020 22:00:51 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546837 - head/audio/zinf Message-ID: <202008282200.07SM0pO5063968@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Fri Aug 28 22:00:50 2020 New Revision: 546837 URL: https://svnweb.freebsd.org/changeset/ports/546837 Log: audio/zinf: Mark broken and deprecate Mark audio/zinf as broken and deprecated. It does not build with llvm 11, and upstream is dead, and it requires some work to get it to work. Just deprecate it and set an expiration date. MFH: 2020Q3 Modified: head/audio/zinf/Makefile Modified: head/audio/zinf/Makefile ============================================================================== --- head/audio/zinf/Makefile Fri Aug 28 22:00:33 2020 (r546836) +++ head/audio/zinf/Makefile Fri Aug 28 22:00:50 2020 (r546837) @@ -36,6 +36,10 @@ INSTALL_TARGET= install-strip VORBIS_CONFIGURE_OFF= --disable-vorbis VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis +BROKEN= Does not build with llvm 11 +DEPRECATED= Does not build, no upstream +EXPIRATION_DATE=2020-09-30 + .include <bsd.port.pre.mk> .if ${ARCH} == "i386"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008282200.07SM0pO5063968>