aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_common_BUILD.gn
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-12-05 12:29:57 +0000
committerRene Ladan <rene@FreeBSD.org>2020-12-05 12:29:57 +0000
commit06a5d2111549478c2f0e505de2e21fee4186dee1 (patch)
tree301ba3fa32c36a85fe8fcebea9a731920a500679 /www/chromium/files/patch-content_public_common_BUILD.gn
parent373b40e4870c76510a1a7a6469e515f8ece5e379 (diff)
downloadports-06a5d2111549478c2f0e505de2e21fee4186dee1.tar.gz
ports-06a5d2111549478c2f0e505de2e21fee4186dee1.zip
www/chromium: Synchronize with HEAD
MFH: r552588 r553068 r553141 r554786 r554895 r555115 r556709 r556720 r556921 www/chromium: drop pkg-message which was only useful for FreeBSD <= 11.2 Phabricator: D26646 www/chromium: Update to version 85.0.4183.121 Submitted by: cem, rene Obtained from: some patches from OpenBSD port www/chromium: Use SNDIO instead of ALSA for audio by default There are stuttering sound issues when using ALSA, so switch to something that works. PR: 250370 www/chromium: attempt to fix build on aarch64 PR: 246982 Reported by: Bob Prohaska Approved by: portmgr (tier-2 blanket) www/chromium: improve cpu features detection on aarch64 Approved by: portmgr (tier-2 blanket) www/chromium: Make online detection always positive Summary: navigator.onLine is currently broken in www/chromium. This change introduce a workaround that always return positive for online detection. Sponsored by: The FreeBSD Foundation Submitted by: Ka Ho Ng <khng300@gmail.com> Differential Revision: https://reviews.freebsd.org/D26490 www/chromium: Update to version 87.0.4280.66 Submitted by: Matthias Wolf, cem, rene Obtained from: Some patches from OpenBSD port (robert@openbsd.org) Unbreak INDEX www/chromium: Update to 87.0.4280.88 https://chromereleases.googleblog.com/2020/12/stable-channel-update-for-desktop.html Changes: https://chromium.googlesource.com/chromium/src/+log/87.0.4280.67..87.0.4280.88?pretty=fuller&n=10000 Approved by: jrm Differential Revision: https://reviews.freebsd.org/D27452
Notes
Notes: svn path=/branches/2020Q4/; revision=557055
Diffstat (limited to 'www/chromium/files/patch-content_public_common_BUILD.gn')
-rw-r--r--www/chromium/files/patch-content_public_common_BUILD.gn11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-content_public_common_BUILD.gn b/www/chromium/files/patch-content_public_common_BUILD.gn
deleted file mode 100644
index 5ec304a9b7d1..000000000000
--- a/www/chromium/files/patch-content_public_common_BUILD.gn
+++ /dev/null
@@ -1,11 +0,0 @@
---- content/public/common/BUILD.gn.orig 2020-07-07 21:58:15 UTC
-+++ content/public/common/BUILD.gn
-@@ -255,7 +255,7 @@ jumbo_source_set("common_sources") {
- deps += [ "//content/public/android:jni" ]
- }
-
-- if (is_linux) {
-+ if (is_linux && !is_bsd) {
- deps += [ "//services/service_manager/zygote" ]
- }
-