svn commit: r506273 - head/devel/libqsbr

Antoine Brodin antoine at FreeBSD.org
Tue Jul 9 09:32:49 UTC 2019


Author: antoine
Date: Tue Jul  9 09:32:48 2019
New Revision: 506273
URL: https://svnweb.freebsd.org/changeset/ports/506273

Log:
  Mark BROKEN on i386
  
  static_assert(sizeof(qsbr_epoch_t) == 8, "expected 64-bit counter");
  
  Reported by:	pkg-fallout
  MFH:		2019Q3

Modified:
  head/devel/libqsbr/Makefile

Modified: head/devel/libqsbr/Makefile
==============================================================================
--- head/devel/libqsbr/Makefile	Tue Jul  9 09:32:09 2019	(r506272)
+++ head/devel/libqsbr/Makefile	Tue Jul  9 09:32:48 2019	(r506273)
@@ -10,6 +10,8 @@ COMMENT=	QSBR and EBR library
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
+BROKEN_i386=	fails to build
+
 USES=		compiler:c11 gmake libtool:build
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list