Date: Sat, 27 Apr 2024 07:53:39 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 680448965d8b - 2024Q2 - science/dirac: Broken on i386 Message-ID: <202404270753.43R7rdwK020932@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=680448965d8b6375fa3f324a1f4900d29acf6034 commit 680448965d8b6375fa3f324a1f4900d29acf6034 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-27 07:40:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-27 07:53:31 +0000 science/dirac: Broken on i386 Reported by: fallout (cherry picked from commit 578343456352ae57380253edf6e3b1212bc11265) --- science/dirac/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/science/dirac/Makefile b/science/dirac/Makefile index ba9e9416ebf9..8e45f51f7850 100644 --- a/science/dirac/Makefile +++ b/science/dirac/Makefile @@ -14,6 +14,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv7= compilation fails: Error: Old-style type declaration REAL*16 not supported at (1) +BROKEN_i386= compilation fails: Error: Type mismatch in argument 'lu' at (1); passed INTEGER(8) to INTEGER(4) (and similar) BROKEN_powerpc64= compilation fails: Error: Old-style type declaration REAL*16 not supported at (1) BROKEN_powerpc64le= compilation fails: Error: Old-style type declaration REAL*16 not supported at (1)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404270753.43R7rdwK020932>