Bug 277480

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 Flags
Patch for the port fernape: maintainer-approval?

Description Fernando Apesteguía freebsd_committer freebsd_triage 2024-03-04 17:33:15 UTC
prior() and next() have been moved to its own header.
cad/PrusaSlicer fails to build when including Plane_3_Triangle_3_intersection.h
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2024-03-07 07:11:41 UTC
Created attachment 248994 [details]
Patch for the port

Sorry I forgot to add the patch :S
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-03-21 18:03:05 UTC
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(-)
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2024-03-21 18:03:50 UTC
Committed.