svn commit: r557207 - head/databases/tarantool

Mark Linimon linimon at FreeBSD.org
Mon Dec 7 03:36:38 UTC 2020


Author: linimon
Date: Mon Dec  7 03:36:37 2020
New Revision: 557207
URL: https://svnweb.freebsd.org/changeset/ports/557207

Log:
  Mark BROKEN on riscv64 the same as on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/databases/tarantool/Makefile

Modified: head/databases/tarantool/Makefile
==============================================================================
--- head/databases/tarantool/Makefile	Mon Dec  7 03:33:34 2020	(r557206)
+++ head/databases/tarantool/Makefile	Mon Dec  7 03:36:37 2020	(r557207)
@@ -12,6 +12,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 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
 NOT_FOR_ARCHS=		armv6 powerpc64 sparc64
 NOT_FOR_ARCHS_REASON=	fails to build: Unsupported architecture
 


More information about the svn-ports-all mailing list