git: ecb9401e168d - main - graphics/magnum*: deprecate - BROKEN for almost 2 years
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Mar 2022 17:46:19 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecb9401e168d504cc0cc1fe178d7963d692f5b70 commit ecb9401e168d504cc0cc1fe178d7963d692f5b70 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-03-17 16:45:24 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-03-17 17:45:09 +0000 graphics/magnum*: deprecate - BROKEN for almost 2 years Approved by: portmgr blanket --- graphics/magnum-examples/Makefile | 3 +++ graphics/magnum-extras/Makefile | 3 +++ graphics/magnum-plugins/Makefile | 3 +++ graphics/magnum/Makefile | 2 ++ 4 files changed, 11 insertions(+) diff --git a/graphics/magnum-examples/Makefile b/graphics/magnum-examples/Makefile index ba04080a1df7..da12f24b3c76 100644 --- a/graphics/magnum-examples/Makefile +++ b/graphics/magnum-examples/Makefile @@ -10,6 +10,9 @@ COMMENT= Examples for the Magnum C++11/C++14 graphics engine LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on broken graphics/magnum +EXPIRATION_DATE=2022-05-17 + LIB_DEPENDS= libBox2D.so:misc/box2d \ libCorradeUtility.so:devel/corrade \ libglfw.so:graphics/glfw \ diff --git a/graphics/magnum-extras/Makefile b/graphics/magnum-extras/Makefile index 32a3eca27b01..ffd44b3862df 100644 --- a/graphics/magnum-extras/Makefile +++ b/graphics/magnum-extras/Makefile @@ -10,6 +10,9 @@ COMMENT= Extras for the Magnum C++11/C++14 graphics engine LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on broken graphics/magnum +EXPIRATION_DATE=2022-05-17 + LIB_DEPENDS= libassimp.so:multimedia/assimp \ libCorradeUtility.so:devel/corrade \ libfaad.so:audio/faad \ diff --git a/graphics/magnum-plugins/Makefile b/graphics/magnum-plugins/Makefile index 008ab029b7e5..976bdb3eb390 100644 --- a/graphics/magnum-plugins/Makefile +++ b/graphics/magnum-plugins/Makefile @@ -10,6 +10,9 @@ COMMENT= Plugins for the Magnum C++11/C++14 graphics engine LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on broken graphics/magnum +EXPIRATION_DATE=2022-05-17 + LIB_DEPENDS= libassimp.so:multimedia/assimp \ libCorradeUtility.so:devel/corrade \ libfaad.so:audio/faad \ diff --git a/graphics/magnum/Makefile b/graphics/magnum/Makefile index 2c0282ddb5f1..92d279d51453 100644 --- a/graphics/magnum/Makefile +++ b/graphics/magnum/Makefile @@ -11,6 +11,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Player.hpp:193:32: error: too few arguments provided to function-like macro invocation +DEPRECATED= Broken for more than a year +EXPIRATION_DATE=2022-05-17 LIB_DEPENDS= libCorradeUtility.so:devel/corrade \ libglfw.so:graphics/glfw