[csw-devel] SF.net SVN: gar:[5532] csw/mgar/pkg/firefox/branches/firefox3-packaging
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Tue Jul 7 21:17:09 CEST 2009
Revision: 5532
http://gar.svn.sourceforge.net/gar/?rev=5532&view=rev
Author: wbonnet
Date: 2009-07-07 19:17:09 +0000 (Tue, 07 Jul 2009)
Log Message:
-----------
Fix patch on jemalloc.c
Modified Paths:
--------------
csw/mgar/pkg/firefox/branches/firefox3-packaging/Makefile
csw/mgar/pkg/firefox/branches/firefox3-packaging/checksums
csw/mgar/pkg/firefox/branches/firefox3-packaging/files/jemalloc.c.diff
Modified: csw/mgar/pkg/firefox/branches/firefox3-packaging/Makefile
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3-packaging/Makefile 2009-07-07 13:41:25 UTC (rev 5531)
+++ csw/mgar/pkg/firefox/branches/firefox3-packaging/Makefile 2009-07-07 19:17:09 UTC (rev 5532)
@@ -1,6 +1,6 @@
GARNAME = firefox
GARVERSION = 3.0.11
-CATEGORIES = apps
+CATEGORIES = x11
DISTNAME = $(GARNAME)
DESCRIPTION = Firefox Community Edition web browser
Modified: csw/mgar/pkg/firefox/branches/firefox3-packaging/checksums
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3-packaging/checksums 2009-07-07 13:41:25 UTC (rev 5531)
+++ csw/mgar/pkg/firefox/branches/firefox3-packaging/checksums 2009-07-07 19:17:09 UTC (rev 5532)
@@ -2,8 +2,8 @@
6ede39c29b3672fb1fc1d8fe397a7863 download/CSWfirefox.postremove
45bba282258a321e5e4f73a742bcc31b download/autoconf.mk.in.diff
a71a4afaabc4d067f30d8fb184fea520 download/file_id.cc.diff
-1012e835a5c130d18479bccdee240640 download/firefox-3.0.10-source.tar.bz2
-dc2ff9299e65ef1acc7a1a684e1ed449 download/jemalloc.c.diff
+b509f7c05e9566ed290e2c098316c7c3 download/firefox-3.0.11-source.tar.bz2
+32ce70bf2a4a2193a7cdc24941549018 download/jemalloc.c.diff
18b0cdc902caa4172b7f2d473239c9a9 download/md5.h.diff
1a3d61e09378d28d9bc9f3df45a224bc download/nsExceptionHandler.cpp.diff
ca4162516d8c09deaa9f0b6f3b3ecffb download/nsMathUtils.h.diff
Modified: csw/mgar/pkg/firefox/branches/firefox3-packaging/files/jemalloc.c.diff
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3-packaging/files/jemalloc.c.diff 2009-07-07 13:41:25 UTC (rev 5531)
+++ csw/mgar/pkg/firefox/branches/firefox3-packaging/files/jemalloc.c.diff 2009-07-07 19:17:09 UTC (rev 5532)
@@ -1,24 +1,8 @@
diff --speed-large-files --minimal -Nru firefox.orig/memory/jemalloc/jemalloc.c firefox/memory/jemalloc/jemalloc.c
--- firefox.orig/memory/jemalloc/jemalloc.c 2008-07-23 09:47:24.000000000 +0000
+++ firefox/memory/jemalloc/jemalloc.c 2008-11-23 14:42:59.780371100 +0000
-@@ -255,6 +255,15 @@
- #define MALLOC_DECOMMIT
+@@ -312,9 +312,9 @@
#endif
-
-+#ifdef MOZ_MEMORY_SOLARIS
-+#define issetugid() 0
-+char *strerror_r(int errnum, char *buf, size_t buflen)
-+{
-+ strncpy(buf, strerror(errnum), buflen);
-+}
-+
-+#endif
-+
- #ifndef MOZ_MEMORY_WINDOWS
- #ifndef MOZ_MEMORY_SOLARIS
- #include <sys/cdefs.h>
-@@ -312,9 +321,9 @@
- #endif
#include <sched.h>
#include <stdarg.h>
-#include <stdbool.h>
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