svn commit: r559501 - head/net/mpich2

Thierry Thomas thierry at FreeBSD.org
Mon Dec 28 16:24:13 UTC 2020


Author: thierry
Date: Mon Dec 28 16:24:12 2020
New Revision: 559501
URL: https://svnweb.freebsd.org/changeset/ports/559501

Log:
  - clean the CONFLICTS line;
  
  - no more ports in the tree depend on MPICH 2: mark it deprecated, and advise
    to switch to MPICH 3.

Modified:
  head/net/mpich2/Makefile

Modified: head/net/mpich2/Makefile
==============================================================================
--- head/net/mpich2/Makefile	Mon Dec 28 16:16:11 2020	(r559500)
+++ head/net/mpich2/Makefile	Mon Dec 28 16:24:12 2020	(r559501)
@@ -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}


More information about the svn-ports-all mailing list