Date: Sun, 19 May 2024 07:56:21 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6f25cd9b8c17 - main - math/fricas: Mark as BROKEN Message-ID: <202405190756.44J7uLUu090359@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f25cd9b8c171bb2fd67b8c0277a7e8b7316c423 commit 6f25cd9b8c171bb2fd67b8c0277a7e8b7316c423 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-19 06:08:52 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-19 06:08:56 +0000 math/fricas: Mark as BROKEN Fails to build on all amd64 variants Reported by: pkg-fallout --- math/fricas/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/fricas/Makefile b/math/fricas/Makefile index b87c91424873..95fc33be753d 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -12,7 +12,8 @@ WWW= https://fricas.sourceforge.net/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license/LICENSE.AXIOM -BROKEN_i386= build fails, reported to ML +BROKEN= fails to build +#BROKEN_i386= build fails, reported to ML BUILD_DEPENDS= sbcl:lang/sbcl RUN_DEPENDS= rlwrap:devel/rlwrap
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405190756.44J7uLUu090359>