Bug 277480 - math/cgal: Fix with boost > 1.67
Summary: math/cgal: Fix with boost > 1.67
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks: 277313
  Show dependency treegraph
 
Reported: 2024-03-04 17:33 UTC by Fernando Apesteguía
Modified: 2024-03-21 18:03 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (wen)


Attachments
Patch for the port (1.37 KB, patch)
2024-03-07 07:11 UTC, Fernando Apesteguía
fernape: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.