Date: Tue, 9 Jul 2019 09:32:48 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506273 - head/devel/libqsbr Message-ID: <201907090932.x699WmwU012966@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907090932.x699WmwU012966>