Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2010 16:15:37 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r254 - branches/experimental/www/firefox3-devel branches/experimental/www/firefox3-devel/files trunk/www/firefox3-devel trunk/www/firefox3-devel/files
Message-ID:  <201001251615.o0PGFbGh069386@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Mon Jan 25 16:15:37 2010
New Revision: 254

Log:
- Disable updater by default

Deleted:
   branches/experimental/www/firefox3-devel/files/patch-toolkit_mozapps_update_src_updater_updater.cpp
   trunk/www/firefox3-devel/files/patch-toolkit_mozapps_update_src_updater_updater.cpp
Modified:
   branches/experimental/www/firefox3-devel/Makefile
   trunk/www/firefox3-devel/Makefile

Modified: branches/experimental/www/firefox3-devel/Makefile
==============================================================================
--- branches/experimental/www/firefox3-devel/Makefile	Mon Jan 25 15:57:07 2010	(r253)
+++ branches/experimental/www/firefox3-devel/Makefile	Mon Jan 25 16:15:37 2010	(r254)
@@ -48,7 +48,7 @@
 		--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
 		--enable-svg --enable-svg-renderer=cairo \
 		--enable-application=browser \
-		--enable-official-branding \
+		--enable-official-branding --disable-updater \
 		--enable-canvas --enable-libxul --disable-necko-wifi
 
 SYSTEM_PREFS=		${FAKEDIR}/lib/${MOZILLA}/defaults/pref/firefox.js

Deleted: branches/experimental/www/firefox3-devel/files/patch-toolkit_mozapps_update_src_updater_updater.cpp
==============================================================================
--- branches/experimental/www/firefox3-devel/files/patch-toolkit_mozapps_update_src_updater_updater.cpp	Mon Jan 25 16:15:37 2010	(r253)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,20 +0,0 @@
---- toolkit/mozapps/update/src/updater/updater.cpp.orig	2009-09-16 04:41:19.000000000 +0200
-+++ toolkit/mozapps/update/src/updater/updater.cpp	2009-09-18 01:49:47.000000000 +0200
-@@ -511,7 +511,7 @@
-   struct stat ss;
- 
-   AutoFile sfile = NS_tfopen(spath, NS_T("rb"));
--  if (sfile == NULL || fstat(fileno(sfile), &ss)) {
-+  if (sfile == NULL || fstat(fileno((FILE*)sfile), &ss)) {
-     LOG(("copy_file: failed to open or stat: %p," LOG_S ",%d\n", sfile.get(), spath, errno));
-     return READ_ERROR;
-   }
-@@ -1660,7 +1660,7 @@
-     return READ_ERROR;
- 
-   struct stat ms;
--  rv = fstat(fileno(mfile), &ms);
-+  rv = fstat(fileno((FILE*)mfile), &ms);
-   if (rv)
-     return READ_ERROR;
- 

Modified: trunk/www/firefox3-devel/Makefile
==============================================================================
--- trunk/www/firefox3-devel/Makefile	Mon Jan 25 15:57:07 2010	(r253)
+++ trunk/www/firefox3-devel/Makefile	Mon Jan 25 16:15:37 2010	(r254)
@@ -48,7 +48,7 @@
 		--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
 		--enable-svg --enable-svg-renderer=cairo \
 		--enable-application=browser \
-		--enable-official-branding \
+		--enable-official-branding --disable-updater \
 		--enable-canvas --enable-libxul --disable-necko-wifi
 
 SYSTEM_PREFS=		${FAKEDIR}/lib/${MOZILLA}/defaults/pref/firefox.js

Deleted: trunk/www/firefox3-devel/files/patch-toolkit_mozapps_update_src_updater_updater.cpp
==============================================================================
--- trunk/www/firefox3-devel/files/patch-toolkit_mozapps_update_src_updater_updater.cpp	Mon Jan 25 16:15:37 2010	(r253)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,20 +0,0 @@
---- toolkit/mozapps/update/src/updater/updater.cpp.orig	2009-09-16 04:41:19.000000000 +0200
-+++ toolkit/mozapps/update/src/updater/updater.cpp	2009-09-18 01:49:47.000000000 +0200
-@@ -511,7 +511,7 @@
-   struct stat ss;
- 
-   AutoFile sfile = NS_tfopen(spath, NS_T("rb"));
--  if (sfile == NULL || fstat(fileno(sfile), &ss)) {
-+  if (sfile == NULL || fstat(fileno((FILE*)sfile), &ss)) {
-     LOG(("copy_file: failed to open or stat: %p," LOG_S ",%d\n", sfile.get(), spath, errno));
-     return READ_ERROR;
-   }
-@@ -1660,7 +1660,7 @@
-     return READ_ERROR;
- 
-   struct stat ms;
--  rv = fstat(fileno(mfile), &ms);
-+  rv = fstat(fileno((FILE*)mfile), &ms);
-   if (rv)
-     return READ_ERROR;
- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001251615.o0PGFbGh069386>