Automatic updates {firefox,
thunderbird} on FreeBSD[Fwd: ports/98572:
[PATCH] mail/linux-thunderbird: Disable auto-update]
Marcus Alves Grando
mnag at FreeBSD.org
Tue Jun 6 13:09:27 UTC 2006
Good idea to add this in mail/thunderbird and www/firefox, since there
is no automatic update for FreeBSD.
Regards
-------- Original Message --------
Subject: ports/98572: [PATCH] mail/linux-thunderbird: Disable auto-update
Resent-Date: Tue, 6 Jun 2006 03:00:36 GMT
Resent-From: FreeBSD-gnats-submit at FreeBSD.org (GNATS Filer)
Resent-To: freebsd-ports-bugs at FreeBSD.org
Date: Mon, 5 Jun 2006 21:54:47 -0400 (EDT)
From: Alexander Botero-Lowry <alex at foxybanana.com>
To: FreeBSD-gnats-submit at FreeBSD.org
CC: infofarmer at FreeBSD.org
>Number: 98572
>Category: ports
>Synopsis: [PATCH] mail/linux-thunderbird: Disable auto-update
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Jun 06 03:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Alexander Botero-Lowry
>Release: FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat
May 6 22:21:39 PDT
>Description:
- This patch disables Thunderbird's auto-updating which is a problem
with the linux versions of Mozilla products.
Added file(s):
- files/patch-defaults_pref_all-thunderbird.js
Port maintainer (infofarmer at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- linux-thunderbird-1.5.0.4.patch begins here ---
Index: files/patch-defaults_pref_all-thunderbird.js
===================================================================
RCS file: files/patch-defaults_pref_all-thunderbird.js
diff -N files/patch-defaults_pref_all-thunderbird.js
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ files/patch-defaults_pref_all-thunderbird.js 6 Jun 2006 01:54:02 -0000
@@ -0,0 +1,46 @@
+--- defaults/pref/all-thunderbird.js.orig Mon Jun 5 21:49:44 2006
++++ defaults/pref/all-thunderbird.js Mon Jun 5 21:51:50 2006
+@@ -44,19 +44,19 @@
+
+ //@line 47
"/builds/tinderbox/Tb-Mozilla1.8.0-Release/Linux_2.4.18-14_Depend/mozilla/mail/app/profile/all-thunderbird.js"
+
+-pref("update.app.enabled", true); // Whether or not app updates are
enabled
++pref("update.app.enabled", false); // Whether or not app updates are
enabled
+ pref("update.app.url",
"chrome://mozapps/locale/update/update.properties");
+-pref("update.extensions.enabled", true);
++pref("update.extensions.enabled", false);
+
+ // App-specific update preferences
+
+ // Whether or not app updates are enabled
+-pref("app.update.enabled", true);
++pref("app.update.enabled", false);
+
+ // This preference turns on app.update.mode and allows automatic
download and
+ // install to take place. We use a separate boolean toggle for this to
make
+ // the UI easier to construct.
+-pref("app.update.auto", true);
++pref("app.update.auto", false);
+
+ // Defines how the Application Update Service notifies the user about
updates:
+ //
+@@ -118,8 +118,8 @@
+ // extensions.{GUID}.update.interval
+ // .. etc ..
+ //
+-pref("extensions.update.enabled", true);
+-pref("extensions.update.autoUpdateEnabled", true);
++pref("extensions.update.enabled", false);
++pref("extensions.update.autoUpdateEnabled", false);
+ pref("extensions.update.url",
"chrome://mozapps/locale/extensions/extensions.properties");
+ pref("extensions.update.autoUpdate", false); // Automatically
download and install
+ // updates to themes
and extensions.
+@@ -391,7 +391,7 @@
+ pref("mail.signature_file", "");
+ pref("mail.directory", "");
+ pref("news.directory", "");
+-pref("autoupdate.enabled", true);
++pref("autoupdate.enabled", false);
+ pref("browser.editor.disabled", false);
+ pref("spellchecker.dictionary", "");
+ // profile.force.migration can be used to bypass the migration wizard,
forcing migration from a particular
--- linux-thunderbird-1.5.0.4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-ports-bugs at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to
"freebsd-ports-bugs-unsubscribe at freebsd.org"
--
Marcus Alves Grando
marcus(at)corp.grupos.com.br | Grupos Internet S/A
mnag(at)FreeBSD.org | FreeBSD.org
More information about the freebsd-gnome
mailing list