svn commit: r484093 - branches/2018Q4/audio/terminatorx

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:45:20 UTC 2018


Author: antoine
Date: Sun Nov  4 14:45:17 2018
New Revision: 484093
URL: https://svnweb.freebsd.org/changeset/ports/484093

Log:
  MFH: r484092
  
  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:
  branches/2018Q4/audio/terminatorx/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/audio/terminatorx/Makefile
==============================================================================
--- branches/2018Q4/audio/terminatorx/Makefile	Sun Nov  4 14:44:56 2018	(r484092)
+++ branches/2018Q4/audio/terminatorx/Makefile	Sun Nov  4 14:45:17 2018	(r484093)
@@ -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-branches mailing list