Created attachment 255684 [details] Patch for geos * Enable unit tests and only build on demand * Build with -ffp-model=strict as one unit tests fails otherwise Issue submitted upstream as https://github.com/libgeos/geos/issues/1206
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=53d2b997aba6f272d3f78e504e3c1911a6ff5b15 commit 53d2b997aba6f272d3f78e504e3c1911a6ff5b15 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-12-25 19:01:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-25 19:16:58 +0000 graphics/geos: Add make test - Add workaround for an unit test PR: 283183 Submitted by: Daniel Engberg <diizzy@FreeBSD.org> Reference: https://github.com/libgeos/geos/issues/1206 graphics/geos/Makefile | 6 ++++-- graphics/geos/files/patch-CMakeLists.txt (new) | 11 +++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-)
Committed. Thanks!