git: a38eead92244 - main - science/openmc: mark universally BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Aug 2025 19:03:30 UTC
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a38eead92244c880e1f7db16ffc8d108b15e5eed
commit a38eead92244c880e1f7db16ffc8d108b15e5eed
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-08-09 15:33:20 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-08-10 19:02:46 +0000
science/openmc: mark universally BROKEN
clang-19 has propagated from 15 to FreeBSD 13.5 and 14.3, so
only 14.2 might have a chance to compile this, and isn't going
to be maintained much longer. So extend from BROKEN_FreeBSD_15
to BROKEN.
Let's revisit fmt 11 compatibility once the compiler issues has been
sorted out.
---
science/openmc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/science/openmc/Makefile b/science/openmc/Makefile
index 9481907cdec7..f66c2d8cc8ce 100644
--- a/science/openmc/Makefile
+++ b/science/openmc/Makefile
@@ -12,7 +12,7 @@ WWW= https://openmc.org/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/openmc-dev/openmc/issues/3183
+BROKEN= 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 \