svn commit: r444083 - head/databases/galera

Mark Linimon linimon at FreeBSD.org
Wed Jun 21 22:23:12 UTC 2017


Author: linimon
Date: Wed Jun 21 22:23:11 2017
New Revision: 444083
URL: https://svnweb.freebsd.org/changeset/ports/444083

Log:
  Mark as broken on aarch64 and armv6.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/galera/Makefile

Modified: head/databases/galera/Makefile
==============================================================================
--- head/databases/galera/Makefile	Wed Jun 21 22:17:34 2017	(r444082)
+++ head/databases/galera/Makefile	Wed Jun 21 22:23:11 2017	(r444083)
@@ -15,6 +15,8 @@ BUILD_DEPENDS=	checkmk:devel/check \
 		${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs
 
+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'
 NOT_FOR_ARCHS=		i386
 # On i386 older versions of clang produce:
 #   cannot compile this atomic library call yet ... __atomic_add_fetch


More information about the svn-ports-all mailing list