| Summary: | [NEW PORT] devel/qtspell Spellchecking with enchant for QT5 widgets | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Olga Smirnova <mistresssilvara> | ||||||||||||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||||||||||
| Status: | Open --- | ||||||||||||||||
| Severity: | Affects Only Me | CC: | bugmeister, diizzy, lwhsu, uzsolt | ||||||||||||||
| Priority: | --- | ||||||||||||||||
| Version: | Latest | ||||||||||||||||
| Hardware: | Any | ||||||||||||||||
| OS: | Any | ||||||||||||||||
| Bug Depends on: | |||||||||||||||||
| Bug Blocks: | 253838 | ||||||||||||||||
| Attachments: |
|
||||||||||||||||
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?
Created attachment 223109 [details]
MAKE_ENV+= DESTDIR=${STAGEDIR}
MAKE_ENV+= DESTDIR=${STAGEDIR}
seems working.
Created attachment 265921 [details]
git diff for devel/qtspell
^Triage: reformat as git diff.
^Triage: to submitter: I am sorry that this PR did not get looked at earlier. Are you still interested in maintaining this port? Unfortunately, I cannot test the QT5/6 flavors at this time. Created attachment 267130 [details]
New version
Given that QT5 is deprecated (in favour of QT6) and KDE Team has requested that we don't add more to the QT5 ports it's a no go in its current form. Created attachment 269592 [details]
qt6 version
|
Created attachment 221607 [details] qtspell-qt5 0.9.0 Spellchecking with enchant for QT5 widgets (shared library)