Skip to Content.
Sympa Menu

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

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 (30566e85c9b1619c7a0b168ba4f0d60d04f25e39)
  • Date: Fri, 9 Nov 2007 19:24:27 -0600

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

http/firefox/HISTORY | 4 ++++
http/firefox/PRE_BUILD | 3 ++-
http/firefox/gdkpango.patch | 10 ++++++++++
3 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit 30566e85c9b1619c7a0b168ba4f0d60d04f25e39
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

firefox attempt to fix bug #14088 x86_64 issue

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 2c88001..84ef4b1 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,7 @@
+2007-11-09 David Brown <dmlb2000 AT gmail.com>
+ * PRE_BUILD: added new patch
+ * gdkpango.patch: added to fix bug #14088
+
2007-11-02 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 2.0.0.9.
* firefox-config.patch: Updated to 2.0.0.9
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index d523658..3914db6 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -28,7 +28,8 @@ else
default_pre_build &&
cd $SOURCE_DIRECTORY &&
patch -p0 < $SCRIPT_DIRECTORY/x-lib.patch &&
- patch -p1 < $SCRIPT_DIRECTORY/cairo-fixes.patch
+ patch -p1 < $SCRIPT_DIRECTORY/cairo-fixes.patch &&
+ patch -p0 < $SCRIPT_DIRECTORY/gdkpango.patch
fi &&

cp $SCRIPT_DIRECTORY/mozconfig $SOURCE_DIRECTORY/.mozconfig &&
diff --git a/http/firefox/gdkpango.patch b/http/firefox/gdkpango.patch
new file mode 100644
index 0000000..cdad162
--- /dev/null
+++ b/http/firefox/gdkpango.patch
@@ -0,0 +1,10 @@
+--- config/system-headers.orig 2007-10-19 21:38:00.000000000 +0200
++++ config/system-headers 2007-10-19 21:38:41.000000000 +0200
+@@ -208,6 +208,7 @@
+ gdk/gdkevents.h
+ gdk/gdk.h
+ gdk/gdkkeysyms.h
++gdk/gdkpango.h
+ gdk/gdkprivate.h
+ gdk/gdkregion.h
+ gdk/gdkwindow.h



  • [SM-Commit] GIT changes to master grimoire by David Brown (30566e85c9b1619c7a0b168ba4f0d60d04f25e39), David Brown, 11/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page