git: 817999872ea5 - main - net/mpich: fix with default options

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Thu, 09 May 2024 17:09:14 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=817999872ea552463b9eff1de66cb3a17a33e1c7

commit 817999872ea552463b9eff1de66cb3a17a33e1c7
Author:     Laurent Chardon <laurent.chardon@gmail.com>
AuthorDate: 2024-05-09 17:06:52 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-05-09 17:09:10 +0000

    net/mpich: fix with default options
    
    MPICH is broken when L0 is selected: remove it from the default options.
    
    Remark: still broken with L0.
    
    PR:             278869
---
 net/mpich/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index c3b26e1eeef6..c058d75d24f2 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mpich
 DISTVERSION=	4.2.1
+PORTREVISION=	1
 CATEGORIES=	net parallel
 MASTER_SITES=	https://www.mpich.org/static/downloads/${DISTVERSION}/
 
@@ -32,7 +33,7 @@ OPTIONS_GROUP=		PM
 OPTIONS_GROUP_PM=	GFORKER HYDRA
 OPTIONS_RADIO=		DEFAULTPM
 OPTIONS_RADIO_DEFAULTPM=DGFORKER DHYDRA
-OPTIONS_DEFAULT=	FORTRAN GFORKER HYDRA DHYDRA L0
+OPTIONS_DEFAULT=	FORTRAN GFORKER HYDRA DHYDRA
 OPTIONS_SUB=		yes
 
 FORTRAN_USES=			fortran