summaryrefslogtreecommitdiff
path: root/net/mpich2
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2020-12-28 16:24:12 +0000
committerThierry Thomas <thierry@FreeBSD.org>2020-12-28 16:24:12 +0000
commitb7c0994f24d5a76e079d2d6f70dc2d60af90311c (patch)
tree58ee828cb364ae6929099eaefeebe0a23b830121 /net/mpich2
parentnew port: devel/R-cran-desc: Manipulate DESCRIPTION Files (diff)
- clean the CONFLICTS line;
- no more ports in the tree depend on MPICH 2: mark it deprecated, and advise to switch to MPICH 3.
Notes
Notes: svn path=/head/; revision=559501
Diffstat (limited to 'net/mpich2')
-rw-r--r--net/mpich2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index 4c5b5bd0c059..45c9688dd169 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -17,6 +17,8 @@ LICENSE_NAME= MPICH
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+DEPRECATED= This is the legacy version, it is advised to use MPICH 3: net/mpich
+
BUILD_DEPENDS= bash:shells/bash
RUN_DEPENDS= bash:shells/bash
@@ -55,7 +57,7 @@ LDFLAGS+= -lpthread -lexecinfo
MAKE_ENV= CCACHE_DISABLE=yes PACKAGE=${PORTNAME}
NO_CCACHE= yes
-CONFLICTS= lam-7.* mpd-[0-9]* mpiexec-0.*
+CONFLICTS= mpd-[0-9]* mpich-3.*
VERSO= 8.0.1
VERSOM= ${VERSO:R:R}