From 6aab579f50ae06e16475d16cb44b2ce7bc9d7e92 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Tue, 11 Jul 2023 14:33:34 +0100 Subject: [PATCH] net/openmpi3: Add a deprecation note It's not used anywhere in the ports tree anymore. Adding a 3 months expiration date so people who are still using it can realised they need to migrate without any surprises. --- net/openmpi3/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/openmpi3/Makefile b/net/openmpi3/Makefile index 9a8006f97aef4..33375ce318927 100644 --- a/net/openmpi3/Makefile +++ b/net/openmpi3/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv6= fails to package: pkg-static: mca_patcher_overwrite.la: No such file or directory BROKEN_armv7= fails to package: pkg-static: mca_patcher_overwrite.la: No such file or directory BROKEN_sparc64= fails to compile on sparc64 +DEPRECATED= OpenMPI 3 is not maintained by the upstream project anymore and will be removed +EXPIRATION_DATE= 2023-10-11 LIB_DEPENDS= libltdl.so:devel/libltdl \ libevent.so:devel/libevent \