diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/barvinok/Makefile | 2 | ||||
-rw-r--r-- | math/openmesh/Makefile | 2 | ||||
-rw-r--r-- | math/rehearse/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/math/barvinok/Makefile b/math/barvinok/Makefile index c0b7a6487560..b7c07216e058 100644 --- a/math/barvinok/Makefile +++ b/math/barvinok/Makefile @@ -11,6 +11,8 @@ COMMENT= Library for counting the number of integer points in polytopes LICENSE= GPLv2 BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LIB_DEPENDS= libglpk.so:math/glpk \ libgmp.so:math/gmp \ diff --git a/math/openmesh/Makefile b/math/openmesh/Makefile index 854db830d8c4..11981449bb8e 100644 --- a/math/openmesh/Makefile +++ b/math/openmesh/Makefile @@ -13,6 +13,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Fails to build with cmake-3.16.0 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 USES= cmake compiler:c++11-lang dos2unix gl qt:5 xorg DOS2UNIX_FILES= src/OpenMesh/Tools/CMakeLists.txt diff --git a/math/rehearse/Makefile b/math/rehearse/Makefile index 8adcab37988f..fb4ece2b8a99 100644 --- a/math/rehearse/Makefile +++ b/math/rehearse/Makefile @@ -12,6 +12,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= depends on conflicting ports +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2020-08-26 LIB_DEPENDS= libClp.so:math/clp \ libOsi.so:math/osi |