svn commit: r506274 - branches/2019Q3/devel/libqsbr

Antoine Brodin antoine at FreeBSD.org
Tue Jul 9 09:33:37 UTC 2019


Author: antoine
Date: Tue Jul  9 09:33:36 2019
New Revision: 506274
URL: https://svnweb.freebsd.org/changeset/ports/506274

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

Modified:
  branches/2019Q3/devel/libqsbr/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/devel/libqsbr/Makefile
==============================================================================
--- branches/2019Q3/devel/libqsbr/Makefile	Tue Jul  9 09:32:48 2019	(r506273)
+++ branches/2019Q3/devel/libqsbr/Makefile	Tue Jul  9 09:33:36 2019	(r506274)
@@ -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-branches mailing list