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
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 :)
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.
Thank you for clarification. I havn't any objection.
Comment on attachment 271590 [details] Upgrade to 2.9.5 + fix with OCCT-8.0.0 Seems ok