Summary: | devel/mongo-c-driver add ICU option | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Hiroo Ono <hiroo.ono+freebsd> | ||||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | fernape, ports | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(ports) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
URL: | https://github.com/mongodb/mongo-c-driver/tree/1.23.2 | ||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269506 | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 269506 | ||||||||
Attachments: |
|
Description
Hiroo Ono
2023-02-22 12:25:19 UTC
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. |