svn commit: r486478 - head/audio/terminatorx

Antoine Brodin antoine at FreeBSD.org
Sun Dec 2 20:16:54 UTC 2018


Author: antoine
Date: Sun Dec  2 20:16:53 2018
New Revision: 486478
URL: https://svnweb.freebsd.org/changeset/ports/486478

Log:
  Mark BROKEN: fails to configure
  Deprecate since it's not the first time it's broken
  
  checking gnome-doc-utils >= 0.3.2... no
  configure: error: gnome-doc-utils >= 0.3.2 not found
  
  Reported by:	pkg-fallout

Modified:
  head/audio/terminatorx/Makefile

Modified: head/audio/terminatorx/Makefile
==============================================================================
--- head/audio/terminatorx/Makefile	Sun Dec  2 19:31:48 2018	(r486477)
+++ head/audio/terminatorx/Makefile	Sun Dec  2 20:16:53 2018	(r486478)
@@ -14,7 +14,10 @@ COMMENT=	Realtime audio synthesizer that allows you to
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails configure: checking gnome-doc-utils >= 0.3.2... no
 BROKEN_powerpc64=fails to configure: checking for XOpenDisplay in -lX11... no
+DEPRECATED=	Unmaintained, broken too often
+EXPIRATION_DATE=	2018-12-31
 
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:audio/ladspa \
 		rarian-sk-config:textproc/rarian


More information about the svn-ports-all mailing list