svn commit: r546837 - head/audio/zinf

Niclas Zeising zeising at FreeBSD.org
Fri Aug 28 22:00:51 UTC 2020


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"


More information about the svn-ports-head mailing list