Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2021 16:34:50 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8edb867f3b89 - main - devel/libqsbr: provide sensible BROKEN messages.
Message-ID:  <202111161634.1AGGYohm030681@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8edb867f3b8939b16eefce48954f52cadc6baae5

commit 8edb867f3b8939b16eefce48954f52cadc6baae5
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-11-16 16:33:42 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-11-16 16:33:42 +0000

    devel/libqsbr: provide sensible BROKEN messages.
---
 devel/libqsbr/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/libqsbr/Makefile b/devel/libqsbr/Makefile
index 0fcf86edecb1..d05c11f14d1b 100644
--- a/devel/libqsbr/Makefile
+++ b/devel/libqsbr/Makefile
@@ -8,11 +8,10 @@ COMMENT=	QSBR and EBR library
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
-BROKEN_i386=	fails to build
-BROKEN_powerpc=	fails to build
+BROKEN_i386=	static_assert(sizeof(qsbr_epoch_t) == 8, "expected 64-bit counter")
+BROKEN_powerpc=	static_assert(sizeof(qsbr_epoch_t) == 8, "expected 64-bit counter")
 
 USES=		compiler:c11 gmake libtool:build
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	rmind
 GH_TAGNAME=	e73407c



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