git: ef830e697e7e - main - science/openmc: Broken on 15 with clang-19; Update WWW

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 04 Nov 2024 20:36:56 UTC
The branch main has been updated by yuri:

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

commit ef830e697e7e542daccaf690a99e5d587deb8f76
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-04 03:56:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-04 20:36:50 +0000

    science/openmc: Broken on 15 with clang-19; Update WWW
    
    Reported by:    fallout
---
 science/openmc/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/science/openmc/Makefile b/science/openmc/Makefile
index 33a890944bd3..9481907cdec7 100644
--- a/science/openmc/Makefile
+++ b/science/openmc/Makefile
@@ -5,11 +5,15 @@ CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Monte Carlo neutron and photon transport simulation code
-WWW=		https://openmc.org/
+WWW=		https://openmc.org/ \
+		https://docs.openmc.org/en/stable/ \
+		https://github.com/openmc-dev/openmc
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/openmc-dev/openmc/issues/3183
+
 BUILD_DEPENDS=	xtensor>0:math/xtensor
 LIB_DEPENDS=	libfmt.so:devel/libfmt \
 		libhdf5.so:science/hdf5 \