openbsd-ports/www/chromium/patches/patch-chrome_app_generated_resources_grd
robert 089acff6fe update to the latest stable version which is now 11.0.696.60
+ switch from using system sqlite to the bundled one because they have
  many modifications that are needed
+ add a new mirror for the distfile because the google one is utterly slow
2011-04-29 13:18:01 +00:00

31 lines
1.5 KiB
Plaintext

$OpenBSD: patch-chrome_app_generated_resources_grd,v 1.3 2011/04/29 13:18:01 robert Exp $
--- chrome/app/generated_resources.grd.orig Tue Apr 26 10:01:37 2011
+++ chrome/app/generated_resources.grd Thu Apr 28 11:17:49 2011
@@ -973,7 +973,7 @@ Other platform defines such as use_titlecase are decla
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>
@@ -6774,7 +6774,7 @@ Keep your key file in a safe place. You will need it t
<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>
@@ -7167,7 +7167,7 @@ Keep your key file in a safe place. You will need it t
</message>
</if>
- <if expr="os == 'darwin' or (os =='linux2' and not pp_ifdef('chromeos'))">
+ <if expr="os == 'darwin' or ((os =='linux2' or os.find('bsd') != -1) and not pp_ifdef('chromeos'))">
<message name="IDS_AUTOFILL_OPTIONS_TITLE" desc="The title of the Autofill dialog.">
Autofill Preferences
</message>