git: 6aab579f50ae - main - net/openmpi3: Add a deprecation note
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jul 2023 20:48:22 UTC
The branch main has been updated by danilo: URL: https://cgit.FreeBSD.org/ports/commit/?id=6aab579f50ae06e16475d16cb44b2ce7bc9d7e92 commit 6aab579f50ae06e16475d16cb44b2ce7bc9d7e92 Author: Danilo Egea Gondolfo <danilo@FreeBSD.org> AuthorDate: 2023-07-11 13:33:34 +0000 Commit: Danilo Egea Gondolfo <danilo@FreeBSD.org> CommitDate: 2023-07-11 20:47:20 +0000 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 9a8006f97aef..33375ce31892 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 \