diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2011-04-01 16:45:01 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2011-04-01 16:45:01 +0000 |
| commit | f3285ad4100594cbaa8f1626d6cdb06db2256260 (patch) | |
| tree | 42a7c838ef9be16684eb066848fb672a29a26f8b /www/chromium/files/patch-chrome__app__generated_resources.grd | |
| parent | - Update to 0.37 (diff) | |
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
Diffstat (limited to 'www/chromium/files/patch-chrome__app__generated_resources.grd')
| -rw-r--r-- | www/chromium/files/patch-chrome__app__generated_resources.grd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome__app__generated_resources.grd b/www/chromium/files/patch-chrome__app__generated_resources.grd new file mode 100644 index 000000000000..37fe7fb7b105 --- /dev/null +++ b/www/chromium/files/patch-chrome__app__generated_resources.grd @@ -0,0 +1,38 @@ +--- chrome/app/generated_resources.grd.orig 2011-03-20 22:02:04.245737794 +0200 ++++ chrome/app/generated_resources.grd 2011-03-20 22:02:04.423741982 +0200 +@@ -935,7 +935,7 @@ + Preferences... + </message> + </if> +- <if expr="os == 'linux2'"> ++ <if expr="os == 'linux2' or os.find('bsd') != -1"> + <message name="IDS_PREFERENCES" desc="The text label of the Preferences menu item."> + Preferences + </message> +@@ -6527,7 +6527,7 @@ + <message name="IDS_OPTIONS_DIALOG_TITLE" desc="The title of the Options dialog box"> + <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Options + </message> +- <if expr="os == 'linux2'"> ++ <if expr="os == 'linux2' or os.find('bsd') != -1"> + <message name="IDS_PREFERENCES_DIALOG_TITLE" desc="The title of the Preferences dialog box"> + <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> Preferences + </message> +@@ -6913,7 +6913,7 @@ + </message> + </if> + +- <if expr="os == 'darwin' or (os =='linux2' and not pp_ifdef('chromeos'))"> ++ <if expr="os == 'darwin' or os.find('bsd') != -1 or (os =='linux2' and not pp_ifdef('chromeos'))"> + <message name="IDS_AUTOFILL_OPTIONS_TITLE" desc="The title of the Autofill dialog."> + Autofill Preferences + </message> +@@ -11110,7 +11110,7 @@ + Import bookmarks now... + </message> + +- <if expr="os == 'linux2' or os == 'openbsd4' or os=='freebsd6'"> ++ <if expr="os == 'linux2' or os.find('bsd') != -1"> + <!-- Linux proxy configuration fallback help --> + <message name="IDS_ABOUT_LINUX_PROXY_CONFIG_TITLE" desc="Title of HTML page shown on systems where system proxy configuration is unsupported."> + Proxy Configuration Help |
