Created attachment 254111 [details] editors/jucipp 1.8.0_2 boost 1.85.0 compatibility patch This fixes a few build issues with the recent FreeBSD ports Boost libraries bump ti v1.85.0. The current ports fails to build.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=808053388a7c67d21e521b8e9513883c49683823 commit 808053388a7c67d21e521b8e9513883c49683823 Author: Mamadou Babaei <info@babaei.net> AuthorDate: 2024-10-16 19:02:08 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-10-16 19:03:00 +0000 editors/jucipp: Unbreak build with boost-1.85 PR: 281961 editors/jucipp/Makefile | 2 +- editors/jucipp/files/patch-src_source.cpp (new) | 106 +++++++++++++++++++++ .../jucipp/files/patch-src_usages__clang.cpp (new) | 32 +++++++ editors/jucipp/files/patch-src_window.cpp (new) | 11 +++ 4 files changed, 150 insertions(+), 1 deletion(-)
A commit in branch 2024Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2181631ba4fa38b6eb5d6f41ae7e2b5572b6a228 commit 2181631ba4fa38b6eb5d6f41ae7e2b5572b6a228 Author: Mamadou Babaei <info@babaei.net> AuthorDate: 2024-10-16 19:02:08 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-10-16 19:23:23 +0000 editors/jucipp: Unbreak build with boost-1.85 PR: 281961 (cherry picked from commit 808053388a7c67d21e521b8e9513883c49683823) editors/jucipp/Makefile | 2 +- editors/jucipp/files/patch-src_source.cpp (new) | 106 +++++++++++++++++++++ .../jucipp/files/patch-src_usages__clang.cpp (new) | 32 +++++++ editors/jucipp/files/patch-src_window.cpp (new) | 11 +++ 4 files changed, 150 insertions(+), 1 deletion(-)
Committed, thank you!