If built against opencascade-7.8.0, PrusaSlicer-2.6.0_8 fails with the following error: ===> PrusaSlicer-2.6.0_8 depends on shared library: libTKXDESTEP.so - not found ===> Installing existing package /packages/All/opencascade-7.8.0.pkg [15amd64-default-job-01] Installing opencascade-7.8.0... the most recent version of opencascade-7.8.0 is already installed ===> PrusaSlicer-2.6.0_8 depends on shared library: libTKXDESTEP.so - not found *** Error code 1
Created attachment 248765 [details] Patch from Johannes Thyssen Tishman Johannes Thyssen Tishman proposed a patch for the OpenBSD port, available at <https://www.mail-archive.com/ports@openbsd.org/msg123137.html>.
I have no objections
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffcb78d4aa3842e02972dfbe70dd64facb684abf commit ffcb78d4aa3842e02972dfbe70dd64facb684abf Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2024-03-17 20:41:41 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-03-21 18:01:18 +0000 cad/PrusaSlicer: add support of OpenCascade Patch from OpenBSD by Johannes Thyssen Tishman. PR: 277313 Approved by: teodorsigaev (maintainer) cad/PrusaSlicer/Makefile | 6 ++---- cad/PrusaSlicer/files/patch-src_libnanosvg_nanosvg.h | 4 ++-- .../files/patch-src_libnanosvg_nanosvgrast.h | 4 ++-- .../files/patch-src_occt__wrapper_CMakeLists.txt | 17 ++++++++++++----- 4 files changed, 18 insertions(+), 13 deletions(-)
Committed, thanks!