Re: git: f3f42a810cde - main - science/dynare: Broken on powerpc64

From: Piotr Kubaj <pkubaj_at_anongoth.pl>
Date: Tue, 20 Dec 2022 12:34:07 UTC
13.2-RELEASE will have those ieee_arithmethic issues fixed. Could you
change it so that it's only marked BROKEN before
https://cgit.freebsd.org/src/commit/?h=stable/13&id=e09d209d1a74a3caca95dea303db9bc605fce1a7?

The same applies to other ports marked BROKEN with the same error on powerpc*.

On 22-12-20 06:54:29, Yuri Victorovich wrote:
>The branch main has been updated by yuri:
>
>URL: https://cgit.FreeBSD.org/ports/commit/?id=f3f42a810cdea4cecc51fbe36951ae15d55d4a1b
>
>commit f3f42a810cdea4cecc51fbe36951ae15d55d4a1b
>Author:     Yuri Victorovich <yuri@FreeBSD.org>
>AuthorDate: 2022-12-20 06:46:53 +0000
>Commit:     Yuri Victorovich <yuri@FreeBSD.org>
>CommitDate: 2022-12-20 06:54:24 +0000
>
>    science/dynare: Broken on powerpc64
>
>    Reported by:    fallout
>---
> science/dynare/Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/science/dynare/Makefile b/science/dynare/Makefile
>index 03965b522b4e..424811f230a4 100644
>--- a/science/dynare/Makefile
>+++ b/science/dynare/Makefile
>@@ -12,6 +12,7 @@ LICENSE=	GPLv3
> LICENSE_FILE=	${WRKSRC}/COPYING
>
> BROKEN_aarch64=	cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
>+BROKEN_powerpc64=	cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
>
> BUILD_DEPENDS=	${LOCALBASE}/include/boost/tokenizer.hpp:devel/boost-libs
> LIB_DEPENDS=	libhdf5.so:science/hdf5 \