Created attachment 260955 [details] add missing boost include, bump PORTREVESION Build issues on stable/14 (commit 5c10e8eae0f0) in graphics/colmap (I assume bug # 286742) and cad/PrusaSlicer are resolved with upstream patch https://github.com/CGAL/cgal/commit/138b06ca1188c9aaa734801cdda7f7a6cac54602 that is intended to become 5.6.3. I am not sure but assumed PORTREVISION needs to be bumped. I don't have compatible video drivers on this machine for PrusaSlicer and still finding further build errors for colmap so they have not been run-tested. Both ports are prone to the same build error without the fix: In file included from /usr/local/include/CGAL/basic.h:28:p In file included from /usr/local/include/CGAL/number_type_basic.h:51: In file included from /usr/local/include/CGAL/double.h:22: /usr/local/include/CGAL/number_utils.h:197:22: error: no type named 'if_c' in namespace 'boost::mpl' 197 | typename boost::mpl::if_c< | ~~~~~~~~~~~~~~~~~~~~~^~~~
Created attachment 260962 [details] add missing boost include, bump PORTREVESION Accidentally deleted a blank line in Makefile; fixed with this patch.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7df85a640e2ebcc76848bab804554d4eccd75ccf commit 7df85a640e2ebcc76848bab804554d4eccd75ccf Author: Edward.Sanford.Sutton, III <mirror176@hotmail.com> AuthorDate: 2025-06-04 07:02:27 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2025-06-05 00:21:42 +0000 math/cgal: Add missing needed include for boost PR: 287287 Reported by: Edward.Sanford.Sutton, III <mirror176@hotmail.com> math/cgal/Makefile | 2 +- math/cgal/files/patch-include_CGAL_number__utils.h (new) | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-)
*** Bug 286742 has been marked as a duplicate of this bug. ***