pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/xulrunner better version of patch-ax, from veego@



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1e3574e6518
branches:  trunk
changeset: 399471:a1e3574e6518
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Sep 20 10:58:00 2009 +0000

description:
better version of patch-ax, from veego@

diffstat:

 devel/xulrunner/distinfo         |   4 ++--
 devel/xulrunner/patches/patch-ax |  16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (43 lines):

diff -r e518db94888e -r a1e3574e6518 devel/xulrunner/distinfo
--- a/devel/xulrunner/distinfo  Sun Sep 20 10:57:04 2009 +0000
+++ b/devel/xulrunner/distinfo  Sun Sep 20 10:58:00 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2009/09/20 06:44:35 tnn Exp $
+$NetBSD: distinfo,v 1.10 2009/09/20 10:58:00 tnn Exp $
 
 SHA1 (xulrunner-1.9.1.3-source.tar.bz2) = 83b2625eb74e81b473ac40ac52505e5fc9a497eb
 RMD160 (xulrunner-1.9.1.3-source.tar.bz2) = c2487c90b4a9490840817c7b00dcccd68a0c4422
@@ -26,7 +26,7 @@
 SHA1 (patch-au) = f27b6c8b2c744da388e1d15d0776929e7165ee76
 SHA1 (patch-av) = e22c544894123a6ab8fc428067716b9e68685771
 SHA1 (patch-aw) = eed2f98b732fa776d2ca64d2b82e88677a207657
-SHA1 (patch-ax) = ee637cf2a74cd058a61471172d77c5d944b8292e
+SHA1 (patch-ax) = 579041ecba36dfa0d42d3ab576e79ecf2321749d
 SHA1 (patch-ma) = a20b263ff14c841fd0ae1634962b90a41173b524
 SHA1 (patch-mb) = 05298c1ec02363ff0bada87337cf0ccb5b42c55b
 SHA1 (patch-md) = 6bf5242245b17fbd868a6a978eb5849726f81393
diff -r e518db94888e -r a1e3574e6518 devel/xulrunner/patches/patch-ax
--- a/devel/xulrunner/patches/patch-ax  Sun Sep 20 10:57:04 2009 +0000
+++ b/devel/xulrunner/patches/patch-ax  Sun Sep 20 10:58:00 2009 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ax,v 1.1 2009/09/20 06:44:36 tnn Exp $
+$NetBSD: patch-ax,v 1.2 2009/09/20 10:58:00 tnn Exp $
 
 --- xpcom/base/nsStackWalk.cpp.orig    2009-08-24 17:53:27.000000000 +0200
 +++ xpcom/base/nsStackWalk.cpp
-@@ -1394,6 +1394,8 @@ NS_FormatCodeAddressDetails(void *aPC, c
- 
- #else // not __sun-specific
+@@ -1124,7 +1124,7 @@ NS_FormatCodeAddressDetails(void *aPC, c
+ #define __USE_GNU
+ #endif
  
-+#include <dlfcn.h>
-+
- #if (defined(linux) && defined(__GNUC__) && (defined(__i386) || defined(PPC))) || (defined(XP_MACOSX) && (defined(__i386) || defined(__ppc__))) // i386 or PPC Linux or Mac stackwalking code
+-#if defined(HAVE_LIBDL) || defined(XP_MACOSX)
++#if defined(HAVE_LIBDL) || defined(XP_MACOSX) || defined(__NetBSD__)
+ #include <dlfcn.h>
+ #endif
  
- #if __GLIBC__ > 2 || __GLIBC_MINOR > 1



Home | Main Index | Thread Index | Old Index