[csw-devel] SF.net SVN: gar:[6126] csw/mgar/pkg/firefox/branches/firefox3-packaging
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Thu Aug 27 23:49:38 CEST 2009
Revision: 6126
http://gar.svn.sourceforge.net/gar/?rev=6126&view=rev
Author: wbonnet
Date: 2009-08-27 21:49:38 +0000 (Thu, 27 Aug 2009)
Log Message:
-----------
Add patch for Solaris 8. Test if version is solaris 8, if yes, add /usr/lib/lwp to LD_LIBRARY_PATH
Modified Paths:
--------------
csw/mgar/pkg/firefox/branches/firefox3-packaging/Makefile
csw/mgar/pkg/firefox/branches/firefox3-packaging/checksums
Added Paths:
-----------
csw/mgar/pkg/firefox/branches/firefox3-packaging/files/firefox.diff
Modified: csw/mgar/pkg/firefox/branches/firefox3-packaging/Makefile
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3-packaging/Makefile 2009-08-27 20:04:39 UTC (rev 6125)
+++ csw/mgar/pkg/firefox/branches/firefox3-packaging/Makefile 2009-08-27 21:49:38 UTC (rev 6126)
@@ -1,5 +1,5 @@
GARNAME = firefox
-GARVERSION = 3.0.12
+GARVERSION = 3.0.13
CATEGORIES = x11
DISTNAME = $(GARNAME)
Modified: csw/mgar/pkg/firefox/branches/firefox3-packaging/checksums
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3-packaging/checksums 2009-08-27 20:04:39 UTC (rev 6125)
+++ csw/mgar/pkg/firefox/branches/firefox3-packaging/checksums 2009-08-27 21:49:38 UTC (rev 6126)
@@ -3,7 +3,7 @@
45bba282258a321e5e4f73a742bcc31b download/autoconf.mk.in.diff
c869762735a41bb30f417e510ccb7f31 download/configure.diff
a71a4afaabc4d067f30d8fb184fea520 download/file_id.cc.diff
-b509f7c05e9566ed290e2c098316c7c3 download/firefox-3.0.11-source.tar.bz2
+040d01a1e22a1ec1b28188479df06007 download/firefox-3.0.13-source.tar.bz2
a19792f0b67f28c9227d19d069369369 download/jemalloc.c.diff
18b0cdc902caa4172b7f2d473239c9a9 download/md5.h.diff
1a3d61e09378d28d9bc9f3df45a224bc download/nsExceptionHandler.cpp.diff
Added: csw/mgar/pkg/firefox/branches/firefox3-packaging/files/firefox.diff
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3-packaging/files/firefox.diff (rev 0)
+++ csw/mgar/pkg/firefox/branches/firefox3-packaging/files/firefox.diff 2009-08-27 21:49:38 UTC (rev 6126)
@@ -0,0 +1,15 @@
+diff --speed-large-files --minimal -Nru firefox.orig/browser/app/firefox firefox/browser/app/firefox
+--- firefox.orig/browser/app/firefox 2009-08-27 23:43:31.266507053 +0200
++++ firefox/browser/app/firefox 2009-08-27 23:44:53.015182925 +0200
+@@ -54,6 +54,11 @@
+
+ moz_libdir=/opt/csw/mozilla/firefox/lib
+
++if [ "`uname -r`" = "5.8" ] ; then
++ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/lwp
++ LD_LIBRARY_PATH_64=$LD_LIBRARY_PATH_64:/usr/lib/lwp/64
++fi
++
+ # Use run-mozilla.sh in the current dir if it exists
+ # If not, then start resolving symlinks until we find run-mozilla.sh
+ found=0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list