Date: Tue, 17 Dec 2024 00:59:16 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bddf10b29995 - main - devel/libwasmtime: doesn't support armv7 Message-ID: <202412170059.4BH0xGBQ095561@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=bddf10b299959175f68201f3f19ee3f658a70001 commit bddf10b299959175f68201f3f19ee3f658a70001 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-12-16 10:59:49 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-12-17 00:57:23 +0000 devel/libwasmtime: doesn't support armv7 Cranelift doesn't support armv7 yet, so this port doesn't build there. Approved by: portmgr (build fix blanket) --- devel/libwasmtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libwasmtime/Makefile b/devel/libwasmtime/Makefile index 915c42bdfdbc..336e2dd8ca8f 100644 --- a/devel/libwasmtime/Makefile +++ b/devel/libwasmtime/Makefile @@ -11,7 +11,7 @@ WWW= https://wasmtime.dev/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS= armv7 i386 NOT_FOR_ARCHS_REASON= build currently failing LIB_DEPENDS= libzstd.so:archivers/zstd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412170059.4BH0xGBQ095561>