git: 117177cea678 - main - www/chromium: enable webui optimizations now that it does not depend on Java
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Mar 2022 23:33:46 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=117177cea6786f0a76a588c458de10690d521a70
commit 117177cea6786f0a76a588c458de10690d521a70
Author: Robert Nagy <robert@openbsd.org>
AuthorDate: 2022-03-09 20:50:31 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-03-09 23:32:21 +0000
www/chromium: enable webui optimizations now that it does not depend on Java
---
www/chromium/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index cd2df0d2a538..eb7eaa265e2a 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -2,7 +2,7 @@
PORTNAME= chromium
PORTVERSION= 99.0.4844.51
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ \
https://nerd.hu/distfiles/:fonts
@@ -98,7 +98,7 @@ GN_ARGS+= clang_use_chrome_plugins=false \
enable_wmax_tokens=false \
fatal_linker_warnings=false \
is_clang=true \
- optimize_webui=false \
+ optimize_webui=true \
toolkit_views=true \
treat_warnings_as_errors=false \
use_allocator="none" \