aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-08-14 21:48:32 +0000
committerRene Ladan <rene@FreeBSD.org>2014-08-14 21:48:32 +0000
commitabb2b41ec6e1423147f483a667c189ebdc908535 (patch)
treed388d9f9b91dda05ab0d7e300a11f3844d1dbc08 /www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc
parent80b1b8ce7b28e2737c74ff7f47366e39502162d6 (diff)
downloadports-abb2b41ec6e1423147f483a667c189ebdc908535.tar.gz
ports-abb2b41ec6e1423147f483a667c189ebdc908535.zip
- Update to 36.0.1985.143 and unforbid
- Use a lot of ports dependencies instead of bundled versions (idea from Gentoo Linux) - Make patches more compatible with OpenBSD - Add note about Python (only relevant for DIY builds) - Install more icons into PREFIX/share/icons/hicolor/XxY/apps/ - Mute mkdir in installation - Install mksnapshot binary - Do not install bundled protoc binary Obtained from: Gentoo, OpenBSD, various contributors in freebsd-chromium@ MFH: 2014Q3 Security: http://www.vuxml.org/freebsd/df7754c0-2294-11e4-b505-000c6e25e3e9.html
Notes
Notes: svn path=/head/; revision=364870
Diffstat (limited to 'www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc')
-rw-r--r--www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc b/www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc
index 8cede7c6bdea..2b5a82a3074b 100644
--- a/www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc
+++ b/www/chromium/files/patch-chrome__browser__ui__webui__about_ui.cc
@@ -1,6 +1,6 @@
---- ./chrome/browser/ui/webui/about_ui.cc.orig 2014-04-30 22:42:10.000000000 +0200
-+++ ./chrome/browser/ui/webui/about_ui.cc 2014-05-04 14:38:46.000000000 +0200
-@@ -762,7 +762,7 @@
+--- ./chrome/browser/ui/webui/about_ui.cc.orig 2014-08-12 21:01:37.000000000 +0200
++++ ./chrome/browser/ui/webui/about_ui.cc 2014-08-13 09:56:57.000000000 +0200
+@@ -763,7 +763,7 @@
return data;
}
@@ -9,7 +9,7 @@
std::string AboutLinuxProxyConfig() {
std::string data;
AppendHeader(&data, 0,
-@@ -778,6 +778,7 @@
+@@ -779,6 +779,7 @@
return data;
}
@@ -17,7 +17,7 @@
void AboutSandboxRow(std::string* data, const std::string& prefix, int name_id,
bool good) {
data->append("<tr><td>");
-@@ -848,6 +849,7 @@
+@@ -849,6 +850,7 @@
return data;
}
#endif
@@ -25,7 +25,7 @@
// AboutMemoryHandler ----------------------------------------------------------
-@@ -1013,7 +1015,7 @@
+@@ -1019,7 +1021,7 @@
} else if (source_name_ == chrome::kChromeUIDNSHost) {
AboutDnsHandler::Start(profile(), callback);
return;