Re: git: a07df3931bf6 - main - math/vtk8: Broken on 14-CURRENT aarch64
Date: Sun, 26 Jun 2022 10:33:38 UTC
You could do it in a shorter way, e.g. dns/powerdns-recursor/Makefile:
BROKEN_FreeBSD_12_powerpc64= fails to compile: Assembler messages: unaligned opcodes detected in executable segment
On 22-06-26 07:20:22, Yuri Victorovich wrote:
> The branch main has been updated by yuri:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=a07df3931bf645b1aa6d3377b654763c95fc960b
>
> commit a07df3931bf645b1aa6d3377b654763c95fc960b
> Author: Yuri Victorovich <yuri@FreeBSD.org>
> AuthorDate: 2022-06-26 02:35:30 +0000
> Commit: Yuri Victorovich <yuri@FreeBSD.org>
> CommitDate: 2022-06-26 07:20:16 +0000
>
> math/vtk8: Broken on 14-CURRENT aarch64
>
> Reported by: fallout
> ---
> math/vtk8/Makefile | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile
> index ec64fd414f5f..69697effce7c 100644
> --- a/math/vtk8/Makefile
> +++ b/math/vtk8/Makefile
> @@ -107,6 +107,10 @@ post-patch:
>
> .include <bsd.port.options.mk>
>
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000
> +BROKEN_aarch64= clang-14 crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264834
> +.endif
> +
> .for g in ${VTK_GROUPS}
> . if ${PORT_OPTIONS:M${g}}
> CMAKE_ARGS+= -DVTK_Group_${g}:BOOL=ON