From f3285ad4100594cbaa8f1626d6cdb06db2256260 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 1 Apr 2011 16:45:01 +0000 Subject: Update to 10.0.648.204, which is the latest release from the Stable series. There are still some problems with it on 8.X (and presumably 7.X), see pkg-message for a possible workaround. This would not have been possible without: - portmgr@ for drawing me into this in October last year - beat@ for providing a development repository - dhw@ for creating the freebsd-chromium list - all the patch contributors and testers on the freebsd-chromium list --- www/chromium/files/patch-net__net.gyp | 51 +++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 www/chromium/files/patch-net__net.gyp (limited to 'www/chromium/files/patch-net__net.gyp') diff --git a/www/chromium/files/patch-net__net.gyp b/www/chromium/files/patch-net__net.gyp new file mode 100644 index 000000000000..de645d79ace6 --- /dev/null +++ b/www/chromium/files/patch-net__net.gyp @@ -0,0 +1,51 @@ +--- net/net.gyp.orig 2011-03-20 22:02:04.177736414 +0200 ++++ net/net.gyp 2011-03-20 22:02:04.391765571 +0200 +@@ -137,8 +137,8 @@ + 'base/network_change_notifier_linux.h', + 'base/network_change_notifier_mac.cc', + 'base/network_change_notifier_mac.h', +- 'base/network_change_notifier_netlink_linux.cc', +- 'base/network_change_notifier_netlink_linux.h', ++ #'base/network_change_notifier_netlink_linux.cc', ++ #'base/network_change_notifier_netlink_linux.h', + 'base/network_change_notifier_win.cc', + 'base/network_change_notifier_win.h', + 'base/network_config_watcher_mac.cc', +@@ -242,7 +242,7 @@ + 'dependencies': [ + '../build/linux/system.gyp:gconf', + '../build/linux/system.gyp:gdk', +- '../build/linux/system.gyp:libresolv', ++ #'../build/linux/system.gyp:libresolv', + ], + 'conditions': [ + ['use_openssl==1', { +@@ -548,8 +548,8 @@ + 'proxy/proxy_config_service.h', + 'proxy/proxy_config_service_fixed.cc', + 'proxy/proxy_config_service_fixed.h', +- 'proxy/proxy_config_service_linux.cc', +- 'proxy/proxy_config_service_linux.h', ++ #'proxy/proxy_config_service_linux.cc', ++ #'proxy/proxy_config_service_linux.h', + 'proxy/proxy_config_service_mac.cc', + 'proxy/proxy_config_service_mac.h', + 'proxy/proxy_config_service_win.cc', +@@ -1029,7 +1029,7 @@ + ], + } + ], +- [ 'OS == "linux"', { ++ [ 'OS == "linux" or OS=="freebsd"', { + 'conditions': [ + ['linux_use_tcmalloc==1', { + 'dependencies': [ +@@ -1194,7 +1194,7 @@ + }], + ], + }], +- ['OS == "linux"', { ++ ['OS == "linux" or OS=="freebsd"', { + 'conditions': [ + ['linux_use_tcmalloc==1', { + 'dependencies': [ -- cgit v1.2.3