Date: Tue, 30 Sep 2025 19:48:01 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 14daf138a90b - main - math/tlfloat: mark BROKEN on i386 and arm64 Message-ID: <202509301948.58UJm18Q040844@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=14daf138a90b82297fc2acab673a708e4a2610a2 commit 14daf138a90b82297fc2acab673a708e4a2610a2 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-09-30 18:10:13 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-09-30 19:47:58 +0000 math/tlfloat: mark BROKEN on i386 and arm64 Reported by: pkg-fallout --- math/tlfloat/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/tlfloat/Makefile b/math/tlfloat/Makefile index dbe2493e5506..bdcc24fc8609 100644 --- a/math/tlfloat/Makefile +++ b/math/tlfloat/Makefile @@ -10,6 +10,9 @@ WWW= https://shibatch.github.io/tlfloat-doxygen/ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_armv7= error: use of undeclared identifier 'isnanl' +BROKEN_i386= error: undefined symbol: __trunctfdf2 + LIB_DEPENDS= libmpfr.so:math/mpfr USES= cmake:testing compiler:c++20-langhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509301948.58UJm18Q040844>
