Date: Sun, 4 Nov 2018 14:45:17 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484093 - branches/2018Q4/audio/terminatorx Message-ID: <201811041445.wA4EjH50062773@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041445.wA4EjH50062773>