View | Details | Raw Unified | Return to bug 266168 | Differences between
and this patch

Collapse All | Expand All

(-)b/databases/tarantool/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	tarantool
1
PORTNAME=	tarantool
2
PORTVERSION=	2.10.1
2
PORTVERSION=	2.10.2
3
CATEGORIES=	databases
3
CATEGORIES=	databases
4
MASTER_SITES=	https://download.tarantool.org/tarantool/src/
4
MASTER_SITES=	https://download.tarantool.org/tarantool/src/
5
5
Lines 11-17 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
11
11
12
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
12
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
13
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
13
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
14
NOT_FOR_ARCHS=		armv6 powerpc64 sparc64
14
NOT_FOR_ARCHS=		armv6 powerpc64 sparc64 i386
15
NOT_FOR_ARCHS_REASON=	fails to build: Unsupported architecture
15
NOT_FOR_ARCHS_REASON=	fails to build: Unsupported architecture
16
16
17
BUILD_DEPENDS=	gsed:textproc/gsed \
17
BUILD_DEPENDS=	gsed:textproc/gsed \
(-)b/databases/tarantool/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1661154605
1
TIMESTAMP = 1662101957
2
SHA256 (tarantool-2.10.1.tar.gz) = 615c9471ed4b4277427bd24b008a7ca7942da349d3391ba466823dab2bc34e6f
2
SHA256 (tarantool-2.10.2.tar.gz) = 2873992c88a7f549d953d9bc155e102300a78af24eb928fb40b642b2d1aca0ae
3
SIZE (tarantool-2.10.1.tar.gz) = 46704498
3
SIZE (tarantool-2.10.2.tar.gz) = 46715128
4
- 

Return to bug 266168