From cc1b17c5443a8624bde843c3a72c24e8b84b9dfa Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 26 Jul 2020 06:50:01 +0000 Subject: [PATCH] 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 --- graphics/magnum/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/magnum/Makefile b/graphics/magnum/Makefile index 47ddabdb9987..561b26da29c5 100644 --- a/graphics/magnum/Makefile +++ b/graphics/magnum/Makefile @@ -12,6 +12,8 @@ COMMENT= Lightweight, modular graphics middleware for games, data visualization 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