svn commit: r565795 - branches/2021Q1/databases/galera
Antoine Brodin
antoine at FreeBSD.org
Wed Feb 17 20:09:09 UTC 2021
Author: antoine
Date: Wed Feb 17 20:09:08 2021
New Revision: 565795
URL: https://svnweb.freebsd.org/changeset/ports/565795
Log:
MFH: r565794
Mark BROKEN on FreeBSD 13 and 14
Reported by: pkg-fallout
Modified:
branches/2021Q1/databases/galera/Makefile
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/databases/galera/Makefile
==============================================================================
--- branches/2021Q1/databases/galera/Makefile Wed Feb 17 20:08:44 2021 (r565794)
+++ branches/2021Q1/databases/galera/Makefile Wed Feb 17 20:09:08 2021 (r565795)
@@ -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'
More information about the svn-ports-branches
mailing list