git: c2cb6eddc0c4 - main - misc/py-fastscapelib: Broken on 13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Sep 2025 17:02:18 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c2cb6eddc0c420987f81711ec4db73d9ae11a78c
commit c2cb6eddc0c420987f81711ec4db73d9ae11a78c
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-09-08 17:01:07 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-09-08 17:02:16 +0000
misc/py-fastscapelib: Broken on 13
Reported by: fallout
---
misc/py-fastscapelib/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/misc/py-fastscapelib/Makefile b/misc/py-fastscapelib/Makefile
index dd142735cb90..42412318de85 100644
--- a/misc/py-fastscapelib/Makefile
+++ b/misc/py-fastscapelib/Makefile
@@ -12,6 +12,7 @@ WWW= https://fastscapelib.readthedocs.io/en/latest/ \
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_FreeBSD_13= compilation fails with clang-19, see https://github.com/fastscape-lem/fastscapelib/issues/168
BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/fastscape-lem/fastscapelib/issues/168
BUILD_DEPENDS= cmake:devel/cmake-core \