Created attachment 221607 [details] qtspell-qt5 0.9.0 Spellchecking with enchant for QT5 widgets (shared library)
Created attachment 222812 [details] updated Makefile I tried to improve this port: - Add missing dependencies - Sort per portlint(1) - Put to textproc category, as other spell checkers But I still cannot get it built in poudriere, can you check it more? Thanks! Log: https://gist.github.com/76ae2b6fbc457e51e526910c41a1f28a
Comment on attachment 222812 [details] updated Makefile I'm not sure what's going on. On my machine, DESTDIR env var is set to $STAGEDIR, and it doesn't happen in your environment.
If you remove "noninja" flag or use explicit MAKE_ENV+=DESTDIR=${STAGEDIR}, does it help?