git: 3506637bdead - main - math/vtk9: Broken on FreeBSD 13 aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Dec 2023 22:24:00 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3506637bdeadf7fa0dc111c469d0a7eb84c03a7b
commit 3506637bdeadf7fa0dc111c469d0a7eb84c03a7b
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-15 22:15:05 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-15 22:23:54 +0000
math/vtk9: Broken on FreeBSD 13 aarch64
Clang crashes.
---
math/vtk9/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/vtk9/Makefile b/math/vtk9/Makefile
index 841a12b24094..941f892f0bd5 100644
--- a/math/vtk9/Makefile
+++ b/math/vtk9/Makefile
@@ -12,6 +12,8 @@ WWW= https://vtk.org/
LICENSE= BSD3CLAUSE
+BROKEN_FreeBSD_13_aarch64= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275784
+
LIB_DEPENDS= \
libexpat.so:textproc/expat2 \
libfreetype.so:print/freetype2 \