Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2019 09:33:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r506274 - branches/2019Q3/devel/libqsbr
Message-ID:  <201907090933.x699Xah5013153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907090933.x699Xah5013153>