Created attachment 240327 [details] add ICU option for non ASCII user name. devel/mongo-c-driver should set ENABLE_ICU on and off, but I missed it. Client Side Field Encryption should not be set ON, because it will make circular dependency with libmongocrypt which I'm reporting in bug #269506 .
Comment on attachment 240327 [details] add ICU option for non ASCII user name. I approve.
Thanks for the patch. Unfortunately, it doesn't apply for me. The context of the patch has this line: LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ that it is not in the repo: https://cgit.freebsd.org/ports/tree/devel/mongo-c-driver/Makefile#n14 Would you mind having a look at it? Thanks!
Created attachment 240419 [details] add ICU option for non ASCII user name Sorry, it seems that I forgot git pull before making patch.
(In reply to Hiroo Ono from comment #3) No worries. Thanks for the update.
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6df66a2992321bf9ae69b0ac2023215960ebe3a9 commit 6df66a2992321bf9ae69b0ac2023215960ebe3a9 Author: Hiroo Ono <hiroo.ono+freebsd@gmail.com> AuthorDate: 2023-02-26 19:33:43 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-02-26 21:24:58 +0000 devel/mongo-c-driver: add ICU option For non ASCII user name. PR: 269756 Reported by: hiroo.ono+freebsd@gmail.com Approved by: ports@bsdserwis.com (maintainer) devel/mongo-c-driver/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
Should this bug be closed?
(In reply to Krzysztof from comment #7) Yes of course! Thanks for the heads up.