From 935f403d3f46a7c7804a6d99e2bb53171db157c1 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Wed, 8 Oct 2014 08:41:51 +0000 Subject: www/chromium: Update to 38.0.2125.101 and clean up pkg-plist Thanks to all contributors: "tomek", "pavoropaev", Carlos Medina Obtained from: https://github.com/gliaskos/freebsd-chromium/ MFH: 2014Q4 Security: http://www.vuxml.org/freebsd/d2bbcc01-4ec3-11e4-ab3f-00262d5ed8ee.html --- www/chromium/files/patch-chrome__common__chrome_switches.cc | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'www/chromium/files/patch-chrome__common__chrome_switches.cc') diff --git a/www/chromium/files/patch-chrome__common__chrome_switches.cc b/www/chromium/files/patch-chrome__common__chrome_switches.cc index e4ea5685fb70..9bda80df8130 100644 --- a/www/chromium/files/patch-chrome__common__chrome_switches.cc +++ b/www/chromium/files/patch-chrome__common__chrome_switches.cc @@ -1,6 +1,6 @@ ---- ./chrome/common/chrome_switches.cc.orig 2014-08-20 21:01:56.000000000 +0200 -+++ ./chrome/common/chrome_switches.cc 2014-08-22 15:06:25.000000000 +0200 -@@ -1319,7 +1319,7 @@ +--- chrome/common/chrome_switches.cc.orig 2014-10-02 17:39:46 UTC ++++ chrome/common/chrome_switches.cc +@@ -1277,13 +1277,13 @@ const char kPasswordStore[] = "password-store"; #endif @@ -9,10 +9,8 @@ // Triggers migration of user data directory to another directory // specified as a parameter. The migration is done under singleton lock, // and sanity checks are made to avoid corrupting the profile. -@@ -1330,7 +1330,7 @@ - // Linux speech service. Because it's buggy, the user must explicitly - // enable it so that visiting a random webpage can't cause instability. - const char kEnableSpeechDispatcher[] = "enable-speech-dispatcher"; + // The browser exits after migration is complete. + const char kMigrateDataDirForSxS[] = "migrate-data-dir-for-sxs"; -#endif // defined(OS_LINUX) && !defined(OS_CHROMEOS) +#endif // (defined(OS_LINUX) || defined(OS_FREEBSD)) && !defined(OS_CHROMEOS) -- cgit v1.2.3