Date: Mon, 16 Dec 2024 20:26:40 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7738c86bcb14 - main - math/reduce: Correct BROKEN_xx line Message-ID: <202412162026.4BGKQeQs089366@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7738c86bcb14550b93b402700b837f7ddf62b227 commit 7738c86bcb14550b93b402700b837f7ddf62b227 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-16 15:09:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-16 20:26:35 +0000 math/reduce: Correct BROKEN_xx line Reported by: Piotr Kubaj <pkubaj@anongoth.pl> --- math/reduce/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/reduce/Makefile b/math/reduce/Makefile index bcaa47bd9723..a30e71708115 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -11,7 +11,7 @@ WWW= http://www.reduce-algebra.com/ LICENSE= BSD2CLAUSE -BROKEN_aarch64= the bootstrapreduce build phase runs in too high memory and is killed by the system +BROKEN_FreeBSD_15_aarch64= the bootstrapreduce build phase runs in too high memory and is killed by the system BROKEN_armv7= fails to compile: error: no viable overloaded '=': return *this = int128_t(rhs); BROKEN_i386= fails to compile: sysv.S:832:1: changed section flags for .eh_frame, expected: 0x2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412162026.4BGKQeQs089366>