Created attachment 260913 [details] Patch for file devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx Since commit 94c3a709, devel/simgear fails to build due to missing boost header includes. These lead to compile failures wherever simgear/nasal/cppbind/NasalHash.hxx is included. There was already a patch file in the port directory that added one boost include, so I just added the two missing includes to that. The attached email-formatted git patch should completely address the problem. uname: FreeBSD xxx.xxx 13.5-STABLE FreeBSD 13.5-STABLE stable/13-n259235-4b98fe9def2d GENERIC amd64
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=115e57697110518a2c898b97531a6b3264cbfbc9 commit 115e57697110518a2c898b97531a6b3264cbfbc9 Author: Tom Russo <russo@bogodyn.org> AuthorDate: 2025-06-03 10:13:40 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2025-06-03 10:15:14 +0000 devel/simgear: Fix build with boost 1.88 PR: 287247 Reported by: russo@bogodyn.org devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Hello, Patch committed, thanks a lot for your report!