FreeBSD Bugzilla – Attachment 235289 Details for
Bug 265180
www/chromium: actually use the system-installed ICU
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-www-chromium-unbundle-icu-to-use-icu-from-ports.patch
0001-www-chromium-unbundle-icu-to-use-icu-from-ports.patch (text/plain), 1.85 KB, created by
Robert Nagy
on 2022-07-16 10:18:34 UTC
(
hide
)
Description:
0001-www-chromium-unbundle-icu-to-use-icu-from-ports.patch
Filename:
MIME Type:
Creator:
Robert Nagy
Created:
2022-07-16 10:18:34 UTC
Size:
1.85 KB
patch
obsolete
>From 18843e1536d04bf7d7290b03873100dbc326439a Mon Sep 17 00:00:00 2001 >From: Robert Nagy <robert@openbsd.org> >Date: Sat, 16 Jul 2022 12:15:36 +0200 >Subject: [PATCH] www/chromium: unbundle icu to use icu from ports > >--- > www/chromium/Makefile | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/www/chromium/Makefile b/www/chromium/Makefile >index e00dae9997eb..dcd4697f3768 100644 >--- a/www/chromium/Makefile >+++ b/www/chromium/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= chromium > PORTVERSION= 103.0.5060.114 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= www > MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \ > https://nerd.hu/distfiles/:external >@@ -99,6 +99,7 @@ GN_ARGS+= clang_use_chrome_plugins=false \ > enable_remoting=false \ > enable_wmax_tokens=false \ > fatal_linker_warnings=false \ >+ icu_use_data_file=false \ > is_clang=true \ > optimize_webui=true \ > toolkit_views=true \ >@@ -256,7 +257,7 @@ pre-configure: > #./build/linux/unbundle/remove_bundled_libraries.py [list of preserved] > cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \ > ./build/linux/unbundle/replace_gn_files.py --system-libraries \ >- flac fontconfig freetype harfbuzz-ng libdrm libevent libpng \ >+ flac fontconfig freetype harfbuzz-ng icu libdrm libevent libpng \ > libusb libwebp libxml libxslt openh264 opus snappy || ${FALSE} > # Chromium uses an unreleased version of FFmpeg, so configure it > .for brand in Chrome Chromium >@@ -300,7 +301,7 @@ do-install: > .for d in protoc mksnapshot > ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/${d} ${STAGEDIR}${DATADIR} > .endfor >-.for d in icudtl.dat snapshot_blob.bin v8_context_snapshot.bin >+.for d in snapshot_blob.bin v8_context_snapshot.bin > ${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/${d} ${STAGEDIR}${DATADIR} > .endfor > ${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/chrome \ >-- >2.37.0 >
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 265180
:
235226
| 235289