Created attachment 269352 [details] Formatted patch file - Switch build to CMake to restore full install footprint (CLI, desktop, icons, metainfo, manpage, XML, locales, help zips) - Fix FreeBSD runtime defaults in `src/os/unix/dir.cpp` so Help and XML point to the installed locations - Verified that help opens; QR works; YubiKey libs linked (but not runtime-tested) - `portlint -A`, `check-plist`, `stage-qa` `install/deinstall` and `make package` clean
Hi J, Thanks! Noticed that the Makefile removes OPTIONS_SUB and pkg-plist no longer has the NLS and DOCS conditional options install. These should remain I believe.
(In reply to Bernard Spil from comment #1) Hi Bernard, Do you need a new patch from me, or do you plan to make these changes? Please let me know; either solution is fine with me.
Created attachment 269527 [details] Corrected port patchfile
Hi Bernard, I've restored OPTIONS_SUB and reintroduced DOCS option; pkg-plist now uses `%%NLS%%` and `%%PORTDOCS%%` conditionals. I've also added `post-stage-(NLS|DOCS)-off` cleanup logic so that STAGEDIR matches options under the CMake install.