git: 00c1b4842e72 - main - cad/PrusaSlicer: mark as BROKEN with Boost>=1.87 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 03:18:29 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=00c1b4842e727bda2e85bf655cfb84e6b9804d83
commit 00c1b4842e727bda2e85bf655cfb84e6b9804d83
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-14 03:08:38 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-14 03:17:21 +0000
cad/PrusaSlicer: mark as BROKEN with Boost>=1.87 (+)
Since 1.87 release some long-time-ago deprecated Boost.asio facilities was dropped off
Sponsored by: Future Crew, LLC
---
cad/PrusaSlicer/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile
index c11cd7a99aa1..94fd9b18029d 100644
--- a/cad/PrusaSlicer/Makefile
+++ b/cad/PrusaSlicer/Makefile
@@ -12,6 +12,8 @@ WWW= https://www.prusa3d.com/prusaslicer/
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to build with Boost>=1.87
+
BUILD_DEPENDS= cereal>=1.3.0.10:devel/cereal \
cgal>=5.0.2:math/cgal \
opencascade>=7.7.0:cad/opencascade \