Upgrade ibus to the latest. Release notes at https://github.com/ibus/ibus/releases/tag/1.5.18
Created attachment 195031 [details] Patch to upgrade ibus to the latest Sorry, it seems that I forgot the patch with my initial PR! BTW, why do you disable tests? All tests pass fine (with gmake and an Unicode locale as en_US.UTF8)
(In reply to Thierry Thomas from comment #1) Because I think that most users do not want to run tests. I can add a TEST option and default it to off, so anyone who wants to run tests can enable it.
(In reply to Henry Hu from comment #2) A test: target is not automatically launched, the user needs to run `make test'. At some point, tools like poudriere could enable it, but ASAIK, this is to yet done.
Created attachment 196546 [details] add test target, fix pkg-plist I've added the test target. However, the tests do not pass on my system. There's a problem related to GVFS volume monitor.
Created attachment 196547 [details] overriding do-test target It seems like that do-test target is more appropriate.
Committed with your latest patch and some minor modifications to pet portlint.
A commit references this bug: Author: thierry Date: Sat Sep 22 10:32:06 UTC 2018 New revision: 480377 URL: https://svnweb.freebsd.org/changeset/ports/480377 Log: upgrade to 1.5.18. Release notes at https://github.com/ibus/ibus/releases/tag/1.5.18 PR: 229053 Approved by: maintainer Changes: head/textproc/ibus/Makefile head/textproc/ibus/distinfo head/textproc/ibus/files/patch-configure head/textproc/ibus/pkg-descr head/textproc/ibus/pkg-message head/textproc/ibus/pkg-plist