svn commit: r565797 - branches/2021Q1/databases/galera26

Antoine Brodin antoine at FreeBSD.org
Wed Feb 17 20:11:10 UTC 2021


Author: antoine
Date: Wed Feb 17 20:11:10 2021
New Revision: 565797
URL: https://svnweb.freebsd.org/changeset/ports/565797

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

Modified:
  branches/2021Q1/databases/galera26/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/databases/galera26/Makefile
==============================================================================
--- branches/2021Q1/databases/galera26/Makefile	Wed Feb 17 20:10:52 2021	(r565796)
+++ branches/2021Q1/databases/galera26/Makefile	Wed Feb 17 20:11:10 2021	(r565797)
@@ -13,6 +13,8 @@ COMMENT=	Synchronous multi-master replication engine
 
 LICENSE=	GPLv2
 
+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_riscv64=		fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var'
 NOT_FOR_ARCHS=		i386
 # On i386 older versions of clang produce:


More information about the svn-ports-all mailing list