Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 20:08:44 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565794 - head/databases/galera
Message-ID:  <202102172008.11HK8ieq080782@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 17 20:08:44 2021
New Revision: 565794
URL: https://svnweb.freebsd.org/changeset/ports/565794

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/databases/galera/Makefile

Modified: head/databases/galera/Makefile
==============================================================================
--- head/databases/galera/Makefile	Wed Feb 17 19:47:37 2021	(r565793)
+++ head/databases/galera/Makefile	Wed Feb 17 20:08:44 2021	(r565794)
@@ -12,6 +12,8 @@ COMMENT=	Synchronous multi-master replication engine
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_13=	galerautils/src/gu_int128.h:163:20: error: use of undeclared identifier '__bswap64_var'
+BROKEN_FreeBSD_14=	galerautils/src/gu_int128.h:163:20: error: use of undeclared identifier '__bswap64_var'
 BROKEN_aarch64=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
 BROKEN_armv6=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
 BROKEN_armv7=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102172008.11HK8ieq080782>