Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (789fb4d7b3619688d8aa8364694705236fc3472b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (789fb4d7b3619688d8aa8364694705236fc3472b)
  • Date: Sat, 15 Sep 2007 21:57:46 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

http/firefox/HISTORY | 4 ++++
http/firefox/PRE_BUILD | 3 ++-
http/firefox/cairo-fixes.patch | 15 +++++++++++++++
3 files changed, 21 insertions(+), 1 deletion(-)

New commits:
commit 789fb4d7b3619688d8aa8364694705236fc3472b
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

firefox patch for updated cairo

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index f39d2ae..87f5fbd 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2007-09-15 David Brown <dmlb2000 AT gmail.com>
+ * PRE_BUILD: added patch for newer cairo's
+ * cairo-fixes.patch: added for missing cairo_font_type_t
+
2007-07-31 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.0.0.6, SECURITY_PATCH=10

http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.6
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 042d15f..91cb817 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -27,7 +27,8 @@ FIREFOX_TARBALL=firefox-1.0+.tar.bz2 &&
else
default_pre_build
cd $SOURCE_DIRECTORY &&
- patch -p0 < $SCRIPT_DIRECTORY/x-lib.patch
+ patch -p0 < $SCRIPT_DIRECTORY/x-lib.patch &&
+ patch -p1 < $SCRIPT_DIRECTORY/cairo-fixes.patch
fi &&

cp $SCRIPT_DIRECTORY/mozconfig $SOURCE_DIRECTORY/.mozconfig &&
diff --git a/http/firefox/cairo-fixes.patch b/http/firefox/cairo-fixes.patch
new file mode 100644
index 0000000..f11250e
--- /dev/null
+++ b/http/firefox/cairo-fixes.patch
@@ -0,0 +1,15 @@
+--- a/content/canvas/src/nsCanvasRenderingContext2D.cpp 2007-09-16
02:28:55.602763128 +0000
++++ b/content/canvas/src/nsCanvasRenderingContext2D.cpp 2007-09-16
02:28:27.527046255 +0000
+@@ -98,6 +98,12 @@
+ #include "nsTArray.h"
+
+ #include "cairo.h"
++typedef enum _cairo_font_type {
++ CAIRO_FONT_TYPE_TOY,
++ CAIRO_FONT_TYPE_FT,
++ CAIRO_FONT_TYPE_WIN32,
++ CAIRO_FONT_TYPE_ATSUI
++} cairo_font_type_t;
+ #include "imgIEncoder.h"
+ #ifdef MOZILLA_1_8_BRANCH
+ #define imgIEncoder imgIEncoder_MOZILLA_1_8_BRANCH



  • [SM-Commit] GIT changes to master grimoire by David Brown (789fb4d7b3619688d8aa8364694705236fc3472b), David Brown, 09/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page