Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2023 22:24:00 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3506637bdead - main - math/vtk9: Broken on FreeBSD 13 aarch64
Message-ID:  <202312152224.3BFMO0ti071273@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312152224.3BFMO0ti071273>