Date: Fri, 1 Nov 2024 09:25:55 GMT From: Ronald Klop <ronald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 29032a4b6269 - main - math/vtk9: unbreak aarch64 on FreeBSD 13 Message-ID: <202411010925.4A19PtWV020165@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=29032a4b6269b867624bdf132153c9f6874fe672 commit 29032a4b6269b867624bdf132153c9f6874fe672 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2024-11-01 09:22:26 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2024-11-01 09:25:33 +0000 math/vtk9: unbreak aarch64 on FreeBSD 13 Builds fine locally in poudriere on 13.3 jail on aarch64. I think it compiles now because FreeBSD 13.3 has a newer clang/llvm version than FreeBSD 13.2. PR: 264834 Approved by: yuri@ (maintainer) --- math/vtk9/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/math/vtk9/Makefile b/math/vtk9/Makefile index 1caede6b971f..dc52e9e9cc04 100644 --- a/math/vtk9/Makefile +++ b/math/vtk9/Makefile @@ -12,8 +12,6 @@ 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?202411010925.4A19PtWV020165>