Bug 295914 - cad/PrusaSlicer: upgrade to 2.9.5 and fix with OCCT-8.0.0
Summary: cad/PrusaSlicer: upgrade to 2.9.5 and fix with OCCT-8.0.0
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Thierry Thomas
URL: https://github.com/prusa3d/PrusaSlice...
Keywords:
Depends on:
Blocks: 295909
  Show dependency treegraph
 
Reported: 2026-06-07 13:51 UTC by Thierry Thomas
Modified: 2026-06-07 18:11 UTC (History)
1 user (show)

See Also:
teodorsigaev: maintainer-feedback+


Attachments
Upgrade to 2.9.5 + fix with OCCT-8.0.0 (73.12 KB, patch)
2026-06-07 13:51 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas freebsd_committer freebsd_triage 2026-06-07 13:51:58 UTC
Created attachment 271590 [details]
Upgrade to 2.9.5 + fix with OCCT-8.0.0

Fix with OpenCASCADE 8.0.0, and since I’m there upgrade it to 2.9.5.

Release notes at
	https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.9.5

Patch proposed upstream, see
https://github.com/prusa3d/PrusaSlicer/issues/15404
Comment 1 Teodor Sigaev 2026-06-07 14:53:39 UTC
Patch seems ok, but I confused with pkg-list. Looking at commit's history, it's easy to notice that some commits adds long list of files to pkg-plist and some removes it. Actually, I don't know what's right, but suggest to stop add/remove loops :)
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2026-06-07 15:47:02 UTC
I'm not used with this port, but you are right: something is confusing.

In the port Makefile, there is "PORTDATA=	*": this means that we don't care about the list of files under $DATADIR. But these files are also listed in pkg-plist, and this is wrong!

Note that I don't removed PORTDATA=	*" in my proposed patch, therefore I removed the files from pkg-plist.

If you prefer them to be listed, just remove the line with PORTDATA.
Comment 3 Teodor Sigaev 2026-06-07 18:10:23 UTC
Thank you for clarification. I havn't any objection.
Comment 4 Teodor Sigaev 2026-06-07 18:11:58 UTC
Comment on attachment 271590 [details]
Upgrade to 2.9.5 + fix with OCCT-8.0.0

Seems ok