aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2007-10-06 21:02:04 +0800
committerstefan <stefan@FreeBSD.org>2007-10-06 21:02:04 +0800
commit6001055afb412fd87964efc41b8cf0c851c75d28 (patch)
tree941af9fbc5a408d4b72dde8188fdd9d007e42ded
parent76288f2fbc60f641e0edaec842b199cadf4788bc (diff)
downloadfreebsd-ports-gnome-6001055afb412fd87964efc41b8cf0c851c75d28.tar.gz
freebsd-ports-gnome-6001055afb412fd87964efc41b8cf0c851c75d28.tar.zst
freebsd-ports-gnome-6001055afb412fd87964efc41b8cf0c851c75d28.zip
Mark this port as DEPRECATED with and EXPIRATION_DATE of 2007-11-30, as it's an
outdated, unmaintained subset of math/suitesparse. PR: 116965 Submitted by: bf <bf2006a@yahoo.com>
-rw-r--r--math/umfpack/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/umfpack/Makefile b/math/umfpack/Makefile
index 29e0d3d1ba5d..c53ed70793bf 100644
--- a/math/umfpack/Makefile
+++ b/math/umfpack/Makefile
@@ -24,6 +24,9 @@ CONFLICTS= suitesparse-2*
WRKSRC= ${WRKDIR}/${DISTNAME}/UMFPACK
ALL_TARGET= lib
+DEPRECATED= Outdated subset of math/suitesparse
+EXPIRATION_DATE=2007-11-30
+
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)