diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-03-17 16:45:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-03-17 17:45:09 +0000 |
commit | ecb9401e168d504cc0cc1fe178d7963d692f5b70 (patch) | |
tree | 185d9ff3bba17f470804e7c6fcd59f62f813d69a | |
parent | 51968412ce2dd65db6142c2ab6853b3b1b07b572 (diff) | |
download | ports-ecb9401e168d504cc0cc1fe178d7963d692f5b70.tar.gz ports-ecb9401e168d504cc0cc1fe178d7963d692f5b70.zip |
graphics/magnum*: deprecate - BROKEN for almost 2 years
Approved by: portmgr blanket
-rw-r--r-- | graphics/magnum-examples/Makefile | 3 | ||||
-rw-r--r-- | graphics/magnum-extras/Makefile | 3 | ||||
-rw-r--r-- | graphics/magnum-plugins/Makefile | 3 | ||||
-rw-r--r-- | graphics/magnum/Makefile | 2 |
4 files changed, 11 insertions, 0 deletions
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 |