FreeBSD Bugzilla – Attachment 240327 Details for
Bug 269756
devel/mongo-c-driver add ICU option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add ICU option for non ASCII user name.
mongo-c-driver-1.23.2_1.diff (text/plain), 1.34 KB, created by
Hiroo Ono
on 2023-02-22 12:25:19 UTC
(
hide
)
Description:
add ICU option for non ASCII user name.
Filename:
MIME Type:
Creator:
Hiroo Ono
Created:
2023-02-22 12:25:19 UTC
Size:
1.34 KB
patch
obsolete
>diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile >index ed38905ed3..0f8403562b 100644 >--- a/devel/mongo-c-driver/Makefile >+++ b/devel/mongo-c-driver/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= mongo-c-driver > PORTVERSION= 1.23.2 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= ports@bsdserwis.com >@@ -18,6 +19,7 @@ USE_LDCONFIG= yes > LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ > libbson-1.0.so:devel/libbson \ > libzstd.so:archivers/zstd >+ICU_LIB_DEPENDS= libicudata.so:devel/icu > SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy > SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 > DOCS_VARS= BUILD_DEPENDS+=sphinx-build:textproc/py-sphinx >@@ -26,7 +28,7 @@ PATCH_STRIP= -p1 > CFLAGS+= -D__BSD_VISIBLE=1 > LDFLAGS+= -pthread > >-OPTIONS_DEFINE= CRYPTOPROFILE DOCS RDTSCP SASL SNAPPY SSL >+OPTIONS_DEFINE= CRYPTOPROFILE DOCS ICU RDTSCP SASL SNAPPY SSL > OPTIONS_DEFAULT= SSL > OPTIONS_SUB= yes > CRYPTOPROFILE_DESC= Use system crypto profile (require OPENSSL) >@@ -42,6 +44,8 @@ CMAKE_ARGS= -DENABLE_MONGOC=ON -DENABLE_BSON=SYSTEM > CMAKE_ARGS+= -DENABLE_ZLIB=SYSTEM -DENABLE_ZSTD=ON > CMAKE_ARGS+= -DBSON_HAVE_STRINGS_H=0 > DOCS_CMAKE_ON= -DENABLE_HTML_DOCS=ON -DENABLE_MAN_PAGES=ON >+ICU_CMAKE_ON= -DENABLE_ICU=ON >+ICU_CMAKE_OFF= -DENABLE_ICU=OFF > RDTSCP_CMAKE_ON= -DENABLE_RDTSCP=ON > RDTSCP_CMAKE_OFF= -DENABLE_RDTSCP=OFF > SASL_CMAKE_ON= -DENABLE_SASL=CYRUS
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269756
:
240327
|
240419