From owner-freebsd-gnome@FreeBSD.ORG Tue Jun 6 13:09:26 2006 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A32216A548 for ; Tue, 6 Jun 2006 13:09:26 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from corp.grupos.com.br (corp.grupos.com.br [200.193.29.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61CC743D48 for ; Tue, 6 Jun 2006 13:09:25 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from corp.grupos.com.br (corp.grupos.com.br [192.168.10.2]) by corp.grupos.com.br (Postfix) with ESMTP id 19F035C40 for ; Tue, 6 Jun 2006 10:09:20 -0300 (BRT) Received: from [192.168.10.10] (marcus.grupos.com.br [192.168.10.10]) by corp.grupos.com.br (Postfix) with ESMTP id B98F85C39 for ; Tue, 6 Jun 2006 10:09:19 -0300 (BRT) Message-ID: <44857E7F.5050905@FreeBSD.org> Date: Tue, 06 Jun 2006 10:09:19 -0300 From: Marcus Alves Grando Organization: FreeBSD.org User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: gnome@FreeBSD.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Filtered: By ProxSMTP using Clamav and Bogofilter Cc: Subject: Automatic updates {firefox, thunderbird} on FreeBSD[Fwd: ports/98572: [PATCH] mail/linux-thunderbird: Disable auto-update] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 13:09:27 -0000 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@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Date: Mon, 5 Jun 2006 21:54:47 -0400 (EDT) From: Alexander Botero-Lowry To: FreeBSD-gnats-submit@FreeBSD.org CC: infofarmer@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@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@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" -- Marcus Alves Grando marcus(at)corp.grupos.com.br | Grupos Internet S/A mnag(at)FreeBSD.org | FreeBSD.org