CVS: moonbase/web/MozillaFirebird firebird-nsRegisterChrome.cpp.patch, NONE, 1.1 BUILD, 1.5, 1.6

jmhodges at lunar-linux.org jmhodges at lunar-linux.org
Tue Sep 30 03:13:32 GMT 2003


Update of /var/cvs/lunar/moonbase/web/MozillaFirebird
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31214

Modified Files:
	BUILD 
Added Files:
	firebird-nsRegisterChrome.cpp.patch 
Log Message:
allows for install of extensions
http://bugzilla.mozilla.org/show_bug.cgi?id=109044
and for more info on extensions
http://texturizer.net/firebird/extensions/


--- NEW FILE: firebird-nsRegisterChrome.cpp.patch ---
--- xpinstall/src/nsRegisterItem.cpp.orig	Tue Aug  5 16:27:29 2003
+++ xpinstall/src/nsRegisterItem.cpp	Tue Aug  5 16:26:30 2003
@@ -236,7 +236,7 @@
 
 PRInt32 nsRegisterItem::Complete()
 {
-    nsresult rv;
+    nsresult rv = NS_OK;
     PRInt32 result = nsInstall::SUCCESS;
     PRBool  isProfile = mChromeType & CHROME_PROFILE;
     nsIXULChromeRegistry* reg = mInstall->GetChromeRegistry();

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/MozillaFirebird/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	23 Sep 2003 02:57:03 -0000	1.5
+++ BUILD	30 Sep 2003 03:13:30 -0000	1.6
@@ -18,7 +18,8 @@
   echo "$OPTS" > /tmp/mozz
 
   unpack $SOURCE2 &&
-
+  patch_it $SCRIPT_DIRECTORY/firebird-nsRegisterChrome.cpp.patch &&
+  #allows for web install of extensions 
     ./configure \
     --prefix=/opt/lunar/firebird    \
     --with-x            \




More information about the Lunar-commits mailing list