Date: Sun, 20 Mar 2022 18:48:03 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 69735bae7ac2 - main - science/afni: mark BROKEN in aarch64 Message-ID: <202203201848.22KIm3Se010247@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=69735bae7ac2485318cb27156e848a1e9622e9a0 commit 69735bae7ac2485318cb27156e848a1e9622e9a0 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2022-03-20 18:42:40 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-03-20 18:43:23 +0000 science/afni: mark BROKEN in aarch64 Fails to build with: statement requires expression of scalar type ('va_list' (aka '__builtin_va_list') invalid) --- science/afni/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/science/afni/Makefile b/science/afni/Makefile index 973e5e693322..d9ed805ed8cc 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -8,6 +8,9 @@ COMMENT= Advanced Functional Neuro Imaging LICENSE= GPLv2 +BROKEN_aarch64= fails to build: statement requires expression of scalar type \ + ('va_list' (aka '__builtin_va_list') invalid) + CRAN_DEPENDS= R-cran-lme4>0:math/R-cran-lme4 \ R-cran-snow>0:science/R-cran-snow \ R-cran-psych>0:math/R-cran-psych
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203201848.22KIm3Se010247>