Date: Wed, 27 Nov 2024 09:02:09 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: 8b39879c11c1 - main - math/vtk8: unbreak aarch64 on FreeBSD 13 Message-ID: <202411270902.4AR9293M034730@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=8b39879c11c1ab0a1e8b6cb47911d4f9071bbc6e commit 8b39879c11c1ab0a1e8b6cb47911d4f9071bbc6e Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2024-11-26 16:03:26 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2024-11-27 09:01:51 +0000 math/vtk8: 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) (similar patch as for vtk9) --- math/vtk8/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile index 6c098851c1c9..b91ac414e660 100644 --- a/math/vtk8/Makefile +++ b/math/vtk8/Makefile @@ -12,8 +12,6 @@ WWW= https://www.vtk.org LICENSE= BSD3CLAUSE -BROKEN_FreeBSD_13_aarch64= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275784 - LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411270902.4AR9293M034730>