pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox2 Do not pass &int as ptrdiff_t* - that mig...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1cf45dccf0b
branches:  trunk
changeset: 521670:e1cf45dccf0b
user:      martin <martin%pkgsrc.org@localhost>
date:      Fri Nov 17 13:37:36 2006 +0000

description:
Do not pass &int as ptrdiff_t* - that might cause bus errors on archs
where they have different size.

diffstat:

 www/firefox2/distinfo         |   3 ++-
 www/firefox2/patches/patch-ee |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 13c588b57316 -r e1cf45dccf0b www/firefox2/distinfo
--- a/www/firefox2/distinfo     Fri Nov 17 12:38:36 2006 +0000
+++ b/www/firefox2/distinfo     Fri Nov 17 13:37:36 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2006/11/17 08:12:14 martin Exp $
+$NetBSD: distinfo,v 1.3 2006/11/17 13:37:36 martin Exp $
 
 SHA1 (firefox-2.0-source.tar.bz2) = 2bbc6b80cf184bf27101ec4315a19023547c85d4
 RMD160 (firefox-2.0-source.tar.bz2) = 88b284b236f29fa5e483a32cd75ceaadebd2f6c3
@@ -63,3 +63,4 @@
 SHA1 (patch-eb) = dc9232b10075d17f7ed742e7be8ea036db2f0241
 SHA1 (patch-ec) = 8235af6634306b2a5725754cd5a32285b311b714
 SHA1 (patch-ed) = ae922f591b871a1f427c4c32d76a2c25701382d4
+SHA1 (patch-ee) = 0067b8df90c5547bab34f0e20a7db8fe517db5e5
diff -r 13c588b57316 -r e1cf45dccf0b www/firefox2/patches/patch-ee
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox2/patches/patch-ee     Fri Nov 17 13:37:36 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ee,v 1.1 2006/11/17 13:37:36 martin Exp $
+
+--- js/src/jsemit.c.orig       2006-10-10 20:01:02.000000000 +0200
++++ js/src/jsemit.c    2006-11-17 13:00:12.000000000 +0100
+@@ -3867,7 +3867,7 @@ js_EmitTree(JSContext *cx, JSCodeGenerat
+     JSAtom *atom;
+     JSAtomListElement *ale;
+     jsatomid atomIndex;
+-    intN noteIndex;
++    ptrdiff_t noteIndex;
+     JSSrcNoteType noteType;
+     jsbytecode *pc;
+     JSOp op;



Home | Main Index | Thread Index | Old Index