svn commit: r516301 - head/graphics/magnum

Antoine Brodin antoine at FreeBSD.org
Sat Nov 2 11:44:21 UTC 2019


Author: antoine
Date: Sat Nov  2 11:44:20 2019
New Revision: 516301
URL: https://svnweb.freebsd.org/changeset/ports/516301

Log:
  Mark BROKEN: fails to build
  
  /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.01/src/MagnumPlugins/AnyAudioImporter/AnyImporter.cpp:59:84: error: invalid operands to binary expression ('Corrade::Utility::Debug' and 'const std::string' (aka 'const basic_string<char, char_traits<char>, allocator<char> >'))
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/magnum/Makefile

Modified: head/graphics/magnum/Makefile
==============================================================================
--- head/graphics/magnum/Makefile	Sat Nov  2 11:33:27 2019	(r516300)
+++ head/graphics/magnum/Makefile	Sat Nov  2 11:44:20 2019	(r516301)
@@ -12,6 +12,8 @@ COMMENT=	Lightweight, modular graphics middleware for 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libCorradeUtility.so:devel/corrade \
 		libglfw.so:graphics/glfw
 


More information about the svn-ports-head mailing list