Date: Thu, 12 Dec 2024 23:20:45 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: aa06201c5c17 - main - databases/tarantool2: Mark BROKEN and set expiration date to 2025-02-28 Message-ID: <202412122320.4BCNKjm7065894@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=aa06201c5c17bc0f53377f80585b14f43fd2506f commit aa06201c5c17bc0f53377f80585b14f43fd2506f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-12-12 22:39:26 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-12-12 23:20:37 +0000 databases/tarantool2: Mark BROKEN and set expiration date to 2025-02-28 Broken for 4+ months in tree and no reported PRs so set expiration date Reported by: pkg-fallout --- databases/tarantool2/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/tarantool2/Makefile b/databases/tarantool2/Makefile index 754b411cc1e2..1ac3d1509c4a 100644 --- a/databases/tarantool2/Makefile +++ b/databases/tarantool2/Makefile @@ -11,8 +11,10 @@ WWW= https://tarantool.io/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to compile BROKEN_aarch64= fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz BROKEN_riscv64= fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz +EXPIRATION_DATE=2025-02-28 NOT_FOR_ARCHS= armv6 i386 powerpc64 NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412122320.4BCNKjm7065894>