diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-08-07 13:56:28 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-08-07 13:56:28 +0000 |
commit | 76360496491c8b5323b6655362a2193e36b3d774 (patch) | |
tree | 0a15731855dec4e02e5f3187543ac18c0bceebd0 /www/chromium/files/patch-content_public_common_zygote_features.gni | |
parent | Update to 1.14.0. (diff) |
www/chromium: Update to 68.0.3440.84
Changelog: https://chromium.googlesource.com/chromium/src/+log/67.0.3396.87..68.0.3440.84?pretty=fuller&n=10000
At the moment pkg-message says that in order to work around the hanging tabs problem the user may wish to run the following commands:
# [ -d ~{user}/.cache/chromium ] || mkdir ~{user}/.cache/chromium
# echo "md $(echo ~{user})/.cache/chromium mfs rw,late,-w{user}:{group},-s300m 2 0" >> /etc/fstab
# mount ~{user}/.cache/chromium
Add fix-hanging-tabs.sh script to the DATADIR [1], which simplifies the process to just running
/usr/local/share/chromium/fix-hanging-tabs.sh $user $group
PR: 230264 [1]
Submitted by: 0mp [1]
MFH: 2018Q3
Security: http://vuxml.freebsd.org/freebsd/b9c525d9-9198-11e8-beba-080027ef1a23.html
Diffstat (limited to 'www/chromium/files/patch-content_public_common_zygote_features.gni')
-rw-r--r-- | www/chromium/files/patch-content_public_common_zygote_features.gni | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/www/chromium/files/patch-content_public_common_zygote_features.gni b/www/chromium/files/patch-content_public_common_zygote_features.gni deleted file mode 100644 index 55aad678596d..000000000000 --- a/www/chromium/files/patch-content_public_common_zygote_features.gni +++ /dev/null @@ -1,8 +0,0 @@ ---- content/public/common/zygote_features.gni.orig 2018-03-24 12:14:17.829148000 +0100 -+++ content/public/common/zygote_features.gni 2018-03-24 12:14:28.619495000 +0100 -@@ -2,4 +2,4 @@ - # Use of this source code is governed by a BSD-style license that can be - # found in the LICENSE file. - --use_zygote_handle = is_posix && !is_android && !is_mac && !is_fuchsia -+use_zygote_handle = is_posix && !is_android && !is_mac && !is_fuchsia && !is_bsd |