FreeBSD Bugzilla – Attachment 240419 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_2.diff (text/plain), 1.24 KB, created by
Hiroo Ono
on 2023-02-26 10:41:53 UTC
(
hide
)
Description:
add ICU option for non ASCII user name
Filename:
MIME Type:
Creator:
Hiroo Ono
Created:
2023-02-26 10:41:53 UTC
Size:
1.24 KB
patch
obsolete
>diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile >index 387d02a760..9ef5857671 100644 >--- a/devel/mongo-c-driver/Makefile >+++ b/devel/mongo-c-driver/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= mongo-c-driver > DISTVERSION= 1.23.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= https://github.com/mongodb/${PORTNAME}/releases/download/${DISTVERSION}/ > >@@ -22,7 +22,6 @@ CFLAGS+= -D__BSD_VISIBLE=1 > > CMAKE_OFF= BUILD_TESTING \ > ENABLE_EXAMPLES \ >- ENABLE_ICU \ > ENABLE_TESTS \ > ENABLE_UNINSTALL > CMAKE_ON= ENABLE_MONGOC \ >@@ -30,7 +29,7 @@ CMAKE_ON= ENABLE_MONGOC \ > CMAKE_ARGS= -DENABLE_BSON=SYSTEM \ > -DENABLE_ZLIB=SYSTEM > >-OPTIONS_DEFINE= CRYPTOPROFILE DOCS RDTSCP SASL SNAPPY SSL >+OPTIONS_DEFINE= CRYPTOPROFILE DOCS ICU RDTSCP SASL SNAPPY SSL > OPTIONS_DEFAULT= SSL > OPTIONS_SUB= yes > >@@ -40,6 +39,10 @@ RDTSCP_DESC= Fast performance counters on Intel using the RDTSCP instruction > DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} > DOCS_CMAKE_ON= -DENABLE_HTML_DOCS=ON -DENABLE_MAN_PAGES=ON > >+ICU_LIB_DEPENDS= libicudata.so:devel/icu >+ICU_CMAKE_ON= -DENABLE_ICU=ON >+ICU_CMAKE_OFF= -DENABLE_ICU=OFF >+ > RDTSCP_CMAKE_ON= -DENABLE_RDTSCP=ON > RDTSCP_CMAKE_OFF= -DENABLE_RDTSCP=OFF >
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