svn commit: r484092 - head/audio/terminatorx

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:44:58 UTC 2018


Author: antoine
Date: Sun Nov  4 14:44:56 2018
New Revision: 484092
URL: https://svnweb.freebsd.org/changeset/ports/484092

Log:
  Mark BROKEN: fails to build
  
  tX_audiodevice.cc:372:46: error: C-style cast from 'nullptr_t' to 'jack_options_t' (aka 'JackOptions') is not allowed
          if ((client=jack_client_open("terminatorX", (jack_options_t) NULL, NULL))==0) {
                                                      ^~~~~~~~~~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/audio/terminatorx/Makefile

Modified: head/audio/terminatorx/Makefile
==============================================================================
--- head/audio/terminatorx/Makefile	Sun Nov  4 14:43:30 2018	(r484091)
+++ head/audio/terminatorx/Makefile	Sun Nov  4 14:44:56 2018	(r484092)
@@ -15,6 +15,8 @@ COMMENT=	Realtime audio synthesizer that allows you to
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:audio/ladspa \
 		rarian-sk-config:textproc/rarian
 LIB_DEPENDS=	libaudiofile.so:audio/libaudiofile \


More information about the svn-ports-all mailing list