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