From ee7ebbc1a361dc246216f53aa4babddb3594b122 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Sun, 6 May 2018 15:49:39 +0000 Subject: [PATCH] Deprecate FreeMAT. Set the expiration date to just after the 5th anniversary of the last release (this should allow it to appear in the 2018Q3 quarterly to allow more time for mirgration). FreeMAT is large and complex software with no sign of upstream development (or even list/group traffic). It is the sole remaining dependency on lang/clang33 and devel/llvm33. --- math/freemat/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 1649d425f243..3456fb92e5ad 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -13,6 +13,9 @@ COMMENT= Numerical computing environment LICENSE= GPLv2 +DEPRECATED= Complex, unmaintained software with obsolete dependencies +EXPIRATION_DATE= 2018-07-01 + BUILD_DEPENDS= ${LOCALBASE}/share/llvm33/cmake/LLVMConfig.cmake:devel/llvm33 \ ${LOCALBASE}/llvm33/lib/libclang.a:lang/clang33 LIB_DEPENDS= libarpack.so:math/arpack \