Created attachment 265310 [details] full patch Update to latest minor. Fortunately, set of patches is unchanged.
Created attachment 265356 [details] fixed patch I've missed new dependency: devel/nlohmann-json
Hi, make check-plist found some orphaned file in %%DATADIR%% for me... It compiles and installs fine after fixing pkg-plist.
====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) Hmm, I don't see any issue here. Could you provide more details?
Created attachment 265422 [details] Diff of pkg-plist Here are the pkg-plist diff I need after build.
(In reply to Michael Reifenberger from comment #4) find /usr/local/share/PrusaSlicer/|wc -l 1216 I don't know what triggers the installation of the /usr/local/share/PrusaSlicer files for me...
(In reply to Michael Reifenberger from comment #5) PORTDATA= *
(In reply to mew14930xvi from comment #6) Ah. Thanks.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f8cbccd2010757505821e151c7a3c0e02c96766 commit 0f8cbccd2010757505821e151c7a3c0e02c96766 Author: Michael Reifenberger <mr@FreeBSD.org> AuthorDate: 2025-11-17 15:43:52 +0000 Commit: Michael Reifenberger <mr@FreeBSD.org> CommitDate: 2025-11-17 15:43:52 +0000 cad/PrusaSlicer: Update to 2.9.4 PR: 290929 Reported by: teodorsigaev cad/PrusaSlicer/Makefile | 6 +- cad/PrusaSlicer/distinfo | 6 +- cad/PrusaSlicer/pkg-plist | 1147 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1153 insertions(+), 6 deletions(-)
I committed the patch including the generated pkg-plist since it was needed for both local as well for poudriere builds. Hope that works globally as well...
I think you can build it local and poudriere without changing the pkg-plist. What do you think Älven?