svn commit: r474560 - head/audio/csound6

Antoine Brodin antoine at FreeBSD.org
Fri Jul 13 08:10:41 UTC 2018


Author: antoine
Date: Fri Jul 13 08:10:39 2018
New Revision: 474560
URL: https://svnweb.freebsd.org/changeset/ports/474560

Log:
  Mark BROKEN: fails to build
  
  /wrkdirs/usr/ports/audio/csound6/work/Csound6.06/Opcodes/linear_algebra.cpp: In member function 'int la_i_print_vr_t::init(CSOUND*)':
  /wrkdirs/usr/ports/audio/csound6/work/Csound6.06/Opcodes/linear_algebra.cpp:631:12: error: no match for 'operator<<' (operand types are 'std::__1::ostringstream {aka std::__1::basic_ostringstream<char>}' and 'std::__1::vector<double>')
       stream << array->vr << std::endl;
       ~~~~~~~^~~~~~~~~~~~
  
  Reported by:	pkg-fallout
  MFH:		2018Q3

Modified:
  head/audio/csound6/Makefile

Modified: head/audio/csound6/Makefile
==============================================================================
--- head/audio/csound6/Makefile	Fri Jul 13 08:05:58 2018	(r474559)
+++ head/audio/csound6/Makefile	Fri Jul 13 08:10:39 2018	(r474560)
@@ -16,6 +16,8 @@ COMMENT=	Sound synthesizer
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	boost-libs>0:devel/boost-libs \
 		swig3.0:devel/swig30 \
 		gmm++>0:math/gmm++


More information about the svn-ports-all mailing list