Summary: | math/cgal: Fix with boost > 1.67 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Fernando Apesteguía <fernape> | ||||
Component: | Individual Port(s) | Assignee: | Thierry Thomas <thierry> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | thierry | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(wen) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 277313 | ||||||
Attachments: |
|
Description
Fernando Apesteguía
![]() ![]() Created attachment 248994 [details]
Patch for the port
Sorry I forgot to add the patch :S
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f70a5476f29fe50b105884151d36c49c0e157ed commit 3f70a5476f29fe50b105884151d36c49c0e157ed Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2024-03-17 21:00:18 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-03-21 17:58:37 +0000 math/cgal: Fix with boost > 1.67 prior() and next() have been moved to its own header. cad/PrusaSlicer fails to build when including Plane_3_Triangle_3_intersection.h PR: 277480 Approved by: maintainer’s time-out math/cgal/Makefile | 2 +- ...3_internal_Plane__3__Triangle__3__intersection.h (new) | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) Committed. |