svn commit: r543436 - head/graphics/magnum

Antoine Brodin antoine at FreeBSD.org
Sun Jul 26 06:50:02 UTC 2020


Author: antoine
Date: Sun Jul 26 06:50:01 2020
New Revision: 543436
URL: https://svnweb.freebsd.org/changeset/ports/543436

Log:
  Mark BROKEN
  
  In file included from /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.10/src/Magnum/Animation/Player.cpp:26:
  /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.10/src/Magnum/Animation/Player.hpp:193:32: error: too few arguments provided to function-like macro invocation
      CORRADE_ASSERT_UNREACHABLE(); /* LCOV_EXCL_LINE */
                                 ^
  /usr/local/include/Corrade/Utility/Assert.h:332:9: note: macro 'CORRADE_ASSERT_UNREACHABLE' defined here
  #define CORRADE_ASSERT_UNREACHABLE(message, returnValue)                                        \
          ^
  In file included from /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.10/src/Magnum/Animation/Player.cpp:26:
  /wrkdirs/usr/ports/graphics/magnum/work/magnum-2019.10/src/Magnum/Animation/Player.hpp:193:5: error: use of undeclared identifier 'CORRADE_ASSERT_UNREACHABLE'
      CORRADE_ASSERT_UNREACHABLE(); /* LCOV_EXCL_LINE */
      ^
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/magnum/Makefile

Modified: head/graphics/magnum/Makefile
==============================================================================
--- head/graphics/magnum/Makefile	Sun Jul 26 06:47:24 2020	(r543435)
+++ head/graphics/magnum/Makefile	Sun Jul 26 06:50:01 2020	(r543436)
@@ -12,6 +12,8 @@ COMMENT=	Lightweight, modular graphics middleware for 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		Player.hpp:193:32: error: too few arguments provided to function-like macro invocation
+
 LIB_DEPENDS=	libCorradeUtility.so:devel/corrade \
 		libglfw.so:graphics/glfw
 


More information about the svn-ports-all mailing list