pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt4-libs copy patch-au to apply to the almost same...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dae4f3e57c85
branches:  trunk
changeset: 573059:dae4f3e57c85
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Fri Mar 12 08:19:38 2010 +0000

description:
copy patch-au to apply to the almost same file elsewhere in the tree..
this lets qt4-libs build on sparc64.  also tested on amd64.

diffstat:

 x11/qt4-libs/distinfo         |   3 ++-
 x11/qt4-libs/patches/patch-az |  22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r 992664fd9025 -r dae4f3e57c85 x11/qt4-libs/distinfo
--- a/x11/qt4-libs/distinfo     Fri Mar 12 04:20:39 2010 +0000
+++ b/x11/qt4-libs/distinfo     Fri Mar 12 08:19:38 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.41 2010/03/11 00:07:24 wiz Exp $
+$NetBSD: distinfo,v 1.42 2010/03/12 08:19:38 mrg Exp $
 
 SHA1 (qt-everywhere-opensource-src-4.6.2.tar.gz) = 977c10b88a2230e96868edc78a9e3789c0fcbf70
 RMD160 (qt-everywhere-opensource-src-4.6.2.tar.gz) = 5f3fea120f2dba274c4150b02162bba40b65a872
@@ -28,3 +28,4 @@
 SHA1 (patch-aw) = 1e716a1f39cb4aee4872184f700f3e4b455463b6
 SHA1 (patch-ax) = 0c17ee0d865a39ed167b6134e73d12a57b9f84a9
 SHA1 (patch-ay) = d1e903fd7d4bf0f84d5151303db941702f02e5dc
+SHA1 (patch-az) = 8c8cf4f77b28d092ce05ab2d4a8a87d1a22c61a1
diff -r 992664fd9025 -r dae4f3e57c85 x11/qt4-libs/patches/patch-az
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt4-libs/patches/patch-az     Fri Mar 12 08:19:38 2010 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-az,v 1.3 2010/03/12 08:19:38 mrg Exp $
+
+--- ./src/3rdparty/webkit/JavaScriptCore/runtime/JSValue.h.orig        2010-03-11 18:45:16.000000000 -0800
++++ ./src/3rdparty/webkit/JavaScriptCore/runtime/JSValue.h     2010-03-11 18:45:31.000000000 -0800
+@@ -476,7 +476,7 @@
+             u.asBits.tag = CellTag;
+         else
+             u.asBits.tag = EmptyValueTag;
+-        u.asBits.payload = reinterpret_cast<int32_t>(ptr);
++        u.asBits.payload = reinterpret_cast<intptr_t>(ptr);
+     }
+ 
+     inline JSValue::JSValue(const JSCell* ptr)
+@@ -485,7 +485,7 @@
+             u.asBits.tag = CellTag;
+         else
+             u.asBits.tag = EmptyValueTag;
+-        u.asBits.payload = reinterpret_cast<int32_t>(const_cast<JSCell*>(ptr));
++        u.asBits.payload = reinterpret_cast<intptr_t>(const_cast<JSCell*>(ptr));
+     }
+ 
+     inline JSValue::operator bool() const



Home | Main Index | Thread Index | Old Index