Created attachment 229513 [details] math/cln: fix build on armv7 This patch fixes the build for math/cln on armv7 by patching some wrong declarations. It also hooks up the test suite to "make test". Tested with Poudriere on armv7 arm64 i386 amd64 FreeBSD 13 and amd64 i386 FreeBSD 12.3. Please MFH if possible.
Comment on attachment 229513 [details] math/cln: fix build on armv7 maintainer timeout
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8288c59996e1635170a2866bb3b18b4f6e804cea commit 8288c59996e1635170a2866bb3b18b4f6e804cea Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2021-11-15 10:02:24 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-12-21 16:23:47 +0000 math/cln: unbreak on armv7 This patch fixes the build for math/cln on armv7 by patching some wrong declarations. It also hooks up the test suite to "make test". PR: 259854 Approved by: wen (maintainer timeout) math/cln/Makefile | 1 + math/cln/files/patch-src_base_low_cl__low__div.cc | 28 +++++++++++++++++++++++ math/cln/files/patch-src_base_low_cl__low__mul.cc | 14 ++++++++++++ 3 files changed, 43 insertions(+)