Date: Sun, 25 Dec 2022 13:36:34 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 24e096b81ae2 - main - games/punchy: mark BROKEN on i386 after 9b04b8d61425 Message-ID: <202212251336.2BPDaYnU072468@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=24e096b81ae22ef8c2bcc9a74fe9a46c4b64f44d commit 24e096b81ae22ef8c2bcc9a74fe9a46c4b64f44d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-12-25 05:24:36 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-12-25 13:35:35 +0000 games/punchy: mark BROKEN on i386 after 9b04b8d61425 cargo-crates/v8-0.47.1/src/binding.cc:43:1: error: static_assert failed due to requirement 'sizeof(v8::ScriptCompiler::Source) <= sizeof(unsigned int) * 8' "Source size mismatch" static_assert(sizeof(v8::ScriptCompiler::Source) <= sizeof(size_t) * 8, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- games/punchy/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/punchy/Makefile b/games/punchy/Makefile index 8dfd55ab2488..5c8f5454c52b 100644 --- a/games/punchy/Makefile +++ b/games/punchy/Makefile @@ -10,6 +10,8 @@ WWW= https://fishfight.org/ LICENSE= CC-BY-NC-4.0 MIT LICENSE_COMB= multi +BROKEN_i386= static_assert fails with "Source size mismatch" + LIB_DEPENDS= libasound.so:audio/alsa-lib \ libudev.so:devel/libudev-devd RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212251336.2BPDaYnU072468>