git: 3a4bc541d78b - main - science/mcpl: Broken on i386; Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 May 2025 17:45:57 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3a4bc541d78b44b5807b30997fbdb3899e980b56
commit 3a4bc541d78b44b5807b30997fbdb3899e980b56
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-05-09 14:01:31 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-05-09 17:45:52 +0000
science/mcpl: Broken on i386; Update WWW
Reported by: fallout
---
science/mcpl/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/science/mcpl/Makefile b/science/mcpl/Makefile
index 7022caab1e3d..c9a1ab93c9d6 100644
--- a/science/mcpl/Makefile
+++ b/science/mcpl/Makefile
@@ -5,11 +5,14 @@ CATEGORIES= science # physics
MAINTAINER= yuri@FreeBSD.org
COMMENT= Monte Carlo Particle Lists library
-WWW= https://mctools.github.io/mcpl/
+WWW= https://mctools.github.io/mcpl/ \
+ https://github.com/mctools/mcpl
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= compilation fails, see https://github.com/mctools/mcpl/issues/88
+
USES= cmake:testing
USE_LDCONFIG= yes