pkgsrc-WIP-changes archive

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

spidermonkey24: various misc fixes



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jan 4 00:23:11 2016 +0100
Changeset:	101256abcb85a6cb69e788226cd73153a9667b28

Modified Files:
	spidermonkey24/Makefile
	spidermonkey24/buildlink3.mk
	spidermonkey24/distinfo
	spidermonkey24/patches/patch-Makefile.in
	spidermonkey24/patches/patch-config_Makefile.in
	spidermonkey24/patches/patch-config_system-headers
	spidermonkey24/patches/patch-ctypes_CTypes.h
	spidermonkey24/patches/patch-ctypes_libffi_configure
	spidermonkey24/patches/patch-frontend_ParseMaps.cpp
	spidermonkey24/patches/patch-gdb_Makefile.in
	spidermonkey24/patches/patch-jit_AsmJSSignalHandlers.cpp
	spidermonkey24/patches/patch-jsapi-tests_Makefile.in
	spidermonkey24/patches/patch-jscompartment.h
	spidermonkey24/patches/patch-jsmath.cpp
	spidermonkey24/patches/patch-jsnativestack.cpp
	spidermonkey24/patches/patch-shell_Makefile.in
	spidermonkey24/patches/patch-vm_ObjectImpl-inl.h
	spidermonkey24/patches/patch-vm_SPSProfiler.cpp
Added Files:
	spidermonkey24/patches/patch-config_milestone.pl
Removed Files:
	spidermonkey24/patches/patch-mfbt_Atomics.h
	spidermonkey24/patches/patch-mfbt_Poison.cpp

Log Message:
spidermonkey24: various misc fixes

o Update LICENSE and make it again MAKE_JOBS_SAFE
o Add a patch for config/milestone.pl in order to make it again cleanly
  installable
o Do not include two times lang/python/application.mk
o Regen patches (XXX: ...and delete patches/patch-mfbt_* that used relative
  paths to "escape" the WRKSRC directory...)
o Reflect real version in buildlink3.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=101256abcb85a6cb69e788226cd73153a9667b28

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 spidermonkey24/Makefile                            |  5 +---
 spidermonkey24/buildlink3.mk                       |  2 +-
 spidermonkey24/distinfo                            | 33 +++++++++++-----------
 spidermonkey24/patches/patch-Makefile.in           |  2 +-
 spidermonkey24/patches/patch-config_Makefile.in    |  2 +-
 spidermonkey24/patches/patch-config_milestone.pl   | 15 ++++++++++
 spidermonkey24/patches/patch-config_system-headers |  4 +--
 spidermonkey24/patches/patch-ctypes_CTypes.h       |  4 +--
 .../patches/patch-ctypes_libffi_configure          |  2 +-
 .../patches/patch-frontend_ParseMaps.cpp           |  2 +-
 spidermonkey24/patches/patch-gdb_Makefile.in       |  2 +-
 .../patches/patch-jit_AsmJSSignalHandlers.cpp      |  2 +-
 .../patches/patch-jsapi-tests_Makefile.in          |  2 +-
 spidermonkey24/patches/patch-jscompartment.h       |  4 +--
 spidermonkey24/patches/patch-jsmath.cpp            |  2 +-
 spidermonkey24/patches/patch-jsnativestack.cpp     |  2 +-
 spidermonkey24/patches/patch-mfbt_Atomics.h        | 13 ---------
 spidermonkey24/patches/patch-mfbt_Poison.cpp       | 20 -------------
 spidermonkey24/patches/patch-shell_Makefile.in     |  2 +-
 spidermonkey24/patches/patch-vm_ObjectImpl-inl.h   |  2 +-
 spidermonkey24/patches/patch-vm_SPSProfiler.cpp    |  2 +-
 21 files changed, 51 insertions(+), 73 deletions(-)

diffs:
diff --git a/spidermonkey24/Makefile b/spidermonkey24/Makefile
index 8d12db8..012746f 100644
--- a/spidermonkey24/Makefile
+++ b/spidermonkey24/Makefile
@@ -9,7 +9,7 @@ EXTRACT_SUFX=	.tar.bz2
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://developer.mozilla.org/en/SpiderMonkey
 COMMENT=	Standalone JavaScript implementation in C
-LICENSE=	mpl-1.1
+LICENSE=	mpl-2.0
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/js/src
 
@@ -17,8 +17,6 @@ USE_TOOLS+=		pkg-config perl:build gmake
 USE_LIBTOOL=		yes
 USE_LANGUAGES=		c c++
 
-MAKE_JOBS_SAFE=		no
-
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--enable-strip
 CONFIGURE_ARGS+=	--enable-readline
@@ -47,6 +45,5 @@ PLIST_SUBST+=	ARCH=${MACHINE_ARCH}
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/application.mk"
 .include "../../mk/readline.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/spidermonkey24/buildlink3.mk b/spidermonkey24/buildlink3.mk
index 239202d..2881b53 100644
--- a/spidermonkey24/buildlink3.mk
+++ b/spidermonkey24/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	spidermonkey24
 .if !defined(SPIDERMONKEY24_BUILDLINK3_MK)
 SPIDERMONKEY24_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.spidermonkey24+=	spidermonkey24>=1.0.0
+BUILDLINK_API_DEPENDS.spidermonkey24+=	spidermonkey24>=24.2.0
 BUILDLINK_PKGSRCDIR.spidermonkey24?=	../../wip/spidermonkey24
 
 .include "../../devel/nspr/buildlink3.mk"
diff --git a/spidermonkey24/distinfo b/spidermonkey24/distinfo
index 190f1ee..1769a19 100644
--- a/spidermonkey24/distinfo
+++ b/spidermonkey24/distinfo
@@ -3,20 +3,19 @@ $NetBSD: distinfo,v 1.1 2014/02/06 15:12:17 fhajny Exp $
 SHA1 (mozjs-24.2.0.tar.bz2) = ce779081cc11bd0c871c6f303fc4a0091cf4fe66
 RMD160 (mozjs-24.2.0.tar.bz2) = c560f0ed343caa15f816a2cdea307a7015e0e8b1
 Size (mozjs-24.2.0.tar.bz2) = 15624530 bytes
-SHA1 (patch-Makefile.in) = b7fbc84b9ea4e6c928901a65ba6ba1011e65a3e9
-SHA1 (patch-config_Makefile.in) = 417d41d7c1c47eafa0449b37aceffc6b539a4cd4
-SHA1 (patch-config_system-headers) = df333838cb64e05a4cc0d84ce625e7ccdc529001
-SHA1 (patch-ctypes_CTypes.h) = 1f580ba0285791204eb7d6eea95e64d965c31906
-SHA1 (patch-ctypes_libffi_configure) = 1ab57cd26877fcee04702263aa168ba322388596
-SHA1 (patch-frontend_ParseMaps.cpp) = 2bca5abb26d653138e180f793e4f13c22de1c243
-SHA1 (patch-gdb_Makefile.in) = a5c61afa360e82df15a8ba9192ed47a6957cb240
-SHA1 (patch-jit_AsmJSSignalHandlers.cpp) = 67a823ec30cfe75240b1ccd673f76422997a822a
-SHA1 (patch-jsapi-tests_Makefile.in) = 59babb13548e8bbaa0000a5763e9afbdff2fdb77
-SHA1 (patch-jscompartment.h) = c2ef14f27e6ac3ff05bb9ce7f07b6b4ed3dd6860
-SHA1 (patch-jsmath.cpp) = db158093624edac789a23cfcf934d466e197a287
-SHA1 (patch-jsnativestack.cpp) = 550a1cd0d25b54b4513b1336035627004648eb54
-SHA1 (patch-mfbt_Atomics.h) = 8b9ae46c5244594931d38fafa6626c1ebb64b02e
-SHA1 (patch-mfbt_Poison.cpp) = ba801fe05263c7038a28f0e2c4530e12f3729342
-SHA1 (patch-shell_Makefile.in) = 9a2ac05903d31cb3bd0b320d50225a6c77cc1ca0
-SHA1 (patch-vm_ObjectImpl-inl.h) = d6ad16ad58a3ef4af2f325f5270b9cfaf79ba5cb
-SHA1 (patch-vm_SPSProfiler.cpp) = d909afa616ca1d5deea8f3c66d225e9247375a81
+SHA1 (patch-Makefile.in) = 78c1087762a272a281856af379b1dcf987d9c2ef
+SHA1 (patch-config_Makefile.in) = 43985290e9b123c0d76e3a95cbda643f8be8f803
+SHA1 (patch-config_milestone.pl) = a25cf68657b78d513cf1d4007b5ea6c9ef3c686f
+SHA1 (patch-config_system-headers) = d31d330384f6049087f7779f47a1a8c895c5e859
+SHA1 (patch-ctypes_CTypes.h) = f644b8c71e4a229274f06c926e306b504c759e9f
+SHA1 (patch-ctypes_libffi_configure) = 6e92c8ad4e9526cae4e8afa89c4e6241483bd4c8
+SHA1 (patch-frontend_ParseMaps.cpp) = c6517717860cfde13585cdf015c23f5b7afcc09d
+SHA1 (patch-gdb_Makefile.in) = eb36c65a625129d55eb7aa0cc20df715541489d8
+SHA1 (patch-jit_AsmJSSignalHandlers.cpp) = d4081266eb216336b9d024689dbff34fc975010f
+SHA1 (patch-jsapi-tests_Makefile.in) = f9b7679b1398f314b5d228b2ad37b68af65c151e
+SHA1 (patch-jscompartment.h) = c1af14fb4dead68e382ecdbdb1cfd93a61aa6f20
+SHA1 (patch-jsmath.cpp) = 8d5d06c84f868ba12e03df32a3cc620ec0c4f421
+SHA1 (patch-jsnativestack.cpp) = 859b495a37631f0c9a700a2a8b53339a039f1083
+SHA1 (patch-shell_Makefile.in) = d78b2653b770c2e3e5d4c1026b6c7d45873a3e8d
+SHA1 (patch-vm_ObjectImpl-inl.h) = a1d46b86216c160d1ebc7a66af40a82391e2c42c
+SHA1 (patch-vm_SPSProfiler.cpp) = 1faa3875fd4cae031ae9cbc151ea06e7080d11bd
diff --git a/spidermonkey24/patches/patch-Makefile.in b/spidermonkey24/patches/patch-Makefile.in
index 7c8cc4b..a795db0 100644
--- a/spidermonkey24/patches/patch-Makefile.in
+++ b/spidermonkey24/patches/patch-Makefile.in
@@ -1,6 +1,6 @@
 $NetBSD: patch-Makefile.in,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- Makefile.in.orig	2013-10-22 06:19:02.000000000 +0000
+--- Makefile.in.orig	2013-11-19 19:42:43.000000000 +0000
 +++ Makefile.in
 @@ -237,10 +237,14 @@ endif
  # ICU headers need to be available whether we build with the complete
diff --git a/spidermonkey24/patches/patch-config_Makefile.in b/spidermonkey24/patches/patch-config_Makefile.in
index 0b9cc9e..234dbb3 100644
--- a/spidermonkey24/patches/patch-config_Makefile.in
+++ b/spidermonkey24/patches/patch-config_Makefile.in
@@ -1,6 +1,6 @@
 $NetBSD: patch-config_Makefile.in,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- config/Makefile.in.orig	2013-09-10 03:43:34.000000000 +0000
+--- config/Makefile.in.orig	2013-10-29 20:40:26.000000000 +0000
 +++ config/Makefile.in
 @@ -59,6 +59,7 @@ export:: \
    $(call mkdir_deps,system_wrappers_js) \
diff --git a/spidermonkey24/patches/patch-config_milestone.pl b/spidermonkey24/patches/patch-config_milestone.pl
new file mode 100644
index 0000000..6dc387c
--- /dev/null
+++ b/spidermonkey24/patches/patch-config_milestone.pl
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Use of defined() for array is deprecated.
+
+--- config/milestone.pl.orig	2013-11-19 19:42:43.000000000 +0000
++++ config/milestone.pl
+@@ -56,7 +56,7 @@ $MILESTONE_FILE  = "$TOPSRCDIR/config/mi
+ #
+ my $milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE);
+ 
+-if (defined(@TEMPLATE_FILE)) {
++if (@TEMPLATE_FILE) {
+   my $TFILE;
+ 
+   foreach $TFILE (@TEMPLATE_FILE) {
diff --git a/spidermonkey24/patches/patch-config_system-headers b/spidermonkey24/patches/patch-config_system-headers
index 2d80043..a3adf7e 100644
--- a/spidermonkey24/patches/patch-config_system-headers
+++ b/spidermonkey24/patches/patch-config_system-headers
@@ -1,8 +1,8 @@
 $NetBSD: patch-config_system-headers,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- config/system-headers.orig	2013-09-10 03:43:34.000000000 +0000
+--- config/system-headers.orig	2013-12-06 22:52:35.000000000 +0000
 +++ config/system-headers
-@@ -1132,3 +1132,14 @@ kvm.h
+@@ -1145,3 +1145,14 @@ kvm.h
  spawn.h
  err.h
  xlocale.h
diff --git a/spidermonkey24/patches/patch-ctypes_CTypes.h b/spidermonkey24/patches/patch-ctypes_CTypes.h
index 0b170dc..8effd8f 100644
--- a/spidermonkey24/patches/patch-ctypes_CTypes.h
+++ b/spidermonkey24/patches/patch-ctypes_CTypes.h
@@ -1,8 +1,8 @@
 $NetBSD: patch-ctypes_CTypes.h,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- ctypes/CTypes.h.orig	2013-09-10 03:43:34.000000000 +0000
+--- ctypes/CTypes.h.orig	2013-11-19 19:42:43.000000000 +0000
 +++ ctypes/CTypes.h
-@@ -13,6 +13,23 @@
+@@ -16,6 +16,23 @@
  
  #include "js/HashTable.h"
  
diff --git a/spidermonkey24/patches/patch-ctypes_libffi_configure b/spidermonkey24/patches/patch-ctypes_libffi_configure
index 1b24942..820fbe4 100644
--- a/spidermonkey24/patches/patch-ctypes_libffi_configure
+++ b/spidermonkey24/patches/patch-ctypes_libffi_configure
@@ -1,6 +1,6 @@
 $NetBSD: patch-ctypes_libffi_configure,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- ctypes/libffi/configure.orig	2013-01-04 23:44:34.000000000 +0000
+--- ctypes/libffi/configure.orig	2013-10-29 20:40:26.000000000 +0000
 +++ ctypes/libffi/configure
 @@ -11278,7 +11278,7 @@ case "$host" in
    powerpc-*-aix* | rs6000-*-aix*)
diff --git a/spidermonkey24/patches/patch-frontend_ParseMaps.cpp b/spidermonkey24/patches/patch-frontend_ParseMaps.cpp
index 7bb9911..6749b0d 100644
--- a/spidermonkey24/patches/patch-frontend_ParseMaps.cpp
+++ b/spidermonkey24/patches/patch-frontend_ParseMaps.cpp
@@ -1,6 +1,6 @@
 $NetBSD: patch-frontend_ParseMaps.cpp,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- frontend/ParseMaps.cpp.orig	2013-09-10 03:43:34.000000000 +0000
+--- frontend/ParseMaps.cpp.orig	2013-10-29 20:40:26.000000000 +0000
 +++ frontend/ParseMaps.cpp
 @@ -132,5 +132,5 @@ frontend::InitAtomMap(JSContext *cx, fro
      }
diff --git a/spidermonkey24/patches/patch-gdb_Makefile.in b/spidermonkey24/patches/patch-gdb_Makefile.in
index 6b19e44..5ea3bf8 100644
--- a/spidermonkey24/patches/patch-gdb_Makefile.in
+++ b/spidermonkey24/patches/patch-gdb_Makefile.in
@@ -1,6 +1,6 @@
 $NetBSD: patch-gdb_Makefile.in,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- gdb/Makefile.in.orig	2013-09-10 03:43:34.000000000 +0000
+--- gdb/Makefile.in.orig	2013-10-29 20:40:26.000000000 +0000
 +++ gdb/Makefile.in
 @@ -19,6 +19,10 @@ LIBS = $(DEPTH)/$(LIB_PREFIX)js_static.$
  
diff --git a/spidermonkey24/patches/patch-jit_AsmJSSignalHandlers.cpp b/spidermonkey24/patches/patch-jit_AsmJSSignalHandlers.cpp
index ba283b1..fe352ab 100644
--- a/spidermonkey24/patches/patch-jit_AsmJSSignalHandlers.cpp
+++ b/spidermonkey24/patches/patch-jit_AsmJSSignalHandlers.cpp
@@ -2,7 +2,7 @@ $NetBSD: patch-jit_AsmJSSignalHandlers.cpp,v 1.1 2014/02/06 15:12:18 fhajny Exp
 
 * REG_EIP is not defined on Solaris/SunOS, use REG_PC instead.
 
---- jit/AsmJSSignalHandlers.cpp.orig	2013-09-11 03:22:33.000000000 +0000
+--- jit/AsmJSSignalHandlers.cpp.orig	2013-10-29 20:40:19.000000000 +0000
 +++ jit/AsmJSSignalHandlers.cpp
 @@ -59,10 +59,11 @@ using namespace mozilla;
  #elif defined(__linux__) || defined(SOLARIS)
diff --git a/spidermonkey24/patches/patch-jsapi-tests_Makefile.in b/spidermonkey24/patches/patch-jsapi-tests_Makefile.in
index bf8c196..07f8a06 100644
--- a/spidermonkey24/patches/patch-jsapi-tests_Makefile.in
+++ b/spidermonkey24/patches/patch-jsapi-tests_Makefile.in
@@ -1,6 +1,6 @@
 $NetBSD: patch-jsapi-tests_Makefile.in,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- jsapi-tests/Makefile.in.orig	2013-09-10 03:43:36.000000000 +0000
+--- jsapi-tests/Makefile.in.orig	2013-10-29 20:40:20.000000000 +0000
 +++ jsapi-tests/Makefile.in
 @@ -20,6 +20,10 @@ LIBS      = $(DEPTH)/$(LIB_PREFIX)js_sta
  
diff --git a/spidermonkey24/patches/patch-jscompartment.h b/spidermonkey24/patches/patch-jscompartment.h
index 7fc7a8b..0b35929 100644
--- a/spidermonkey24/patches/patch-jscompartment.h
+++ b/spidermonkey24/patches/patch-jscompartment.h
@@ -1,8 +1,8 @@
 $NetBSD: patch-jscompartment.h,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- jscompartment.h.orig	2013-06-17 22:13:11.000000000 +0000
+--- jscompartment.h.orig	2013-10-29 20:40:20.000000000 +0000
 +++ jscompartment.h
-@@ -396,9 +396,9 @@ class js::AutoDebugModeGC
+@@ -402,9 +402,9 @@ class js::AutoDebugModeGC
              GC(rt, GC_NORMAL, JS::gcreason::DEBUG_MODE_GC);
      }
  
diff --git a/spidermonkey24/patches/patch-jsmath.cpp b/spidermonkey24/patches/patch-jsmath.cpp
index a3bc210..3c8b8e4 100644
--- a/spidermonkey24/patches/patch-jsmath.cpp
+++ b/spidermonkey24/patches/patch-jsmath.cpp
@@ -1,6 +1,6 @@
 $NetBSD: patch-jsmath.cpp,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- jsmath.cpp.orig	2013-09-10 03:43:36.000000000 +0000
+--- jsmath.cpp.orig	2013-10-29 20:40:20.000000000 +0000
 +++ jsmath.cpp
 @@ -244,7 +244,7 @@ js::ecmaAtan2(double y, double x)
      }
diff --git a/spidermonkey24/patches/patch-jsnativestack.cpp b/spidermonkey24/patches/patch-jsnativestack.cpp
index 36b8930..619db4d 100644
--- a/spidermonkey24/patches/patch-jsnativestack.cpp
+++ b/spidermonkey24/patches/patch-jsnativestack.cpp
@@ -1,6 +1,6 @@
 $NetBSD: patch-jsnativestack.cpp,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- jsnativestack.cpp.orig	2013-09-10 03:43:36.000000000 +0000
+--- jsnativestack.cpp.orig	2013-10-29 20:40:20.000000000 +0000
 +++ jsnativestack.cpp
 @@ -114,7 +114,7 @@ js::GetNativeStackBaseImpl()
      pthread_attr_init(&sattr);
diff --git a/spidermonkey24/patches/patch-mfbt_Atomics.h b/spidermonkey24/patches/patch-mfbt_Atomics.h
deleted file mode 100644
index 983f395..0000000
--- a/spidermonkey24/patches/patch-mfbt_Atomics.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-mfbt_Atomics.h,v 1.1 2014/02/06 15:12:18 fhajny Exp $
-
---- ../../mfbt/Atomics.h.orig	2013-09-10 03:43:48.000000000 +0000
-+++ ../../mfbt/Atomics.h
-@@ -37,7 +37,7 @@
-     */
- #  if !defined(__linux__) && !defined(__OpenBSD__) && \
-       (__cplusplus >= 201103L || defined(__GXX_EXPERIMENTAL_CXX0X__)) && \
--      __has_include(<atomic>)
-+      __has_include_next(<atomic>)
- #    define MOZ_HAVE_CXX11_ATOMICS
- #  endif
- /*
diff --git a/spidermonkey24/patches/patch-mfbt_Poison.cpp b/spidermonkey24/patches/patch-mfbt_Poison.cpp
deleted file mode 100644
index 8e81860..0000000
--- a/spidermonkey24/patches/patch-mfbt_Poison.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-mfbt_Poison.cpp,v 1.1 2014/02/06 15:12:18 fhajny Exp $
-
-* Use posix_madvise(3) instead of madvise(3) for Solaris/SunOS.
-  Solaris/SunOS's madvise(3) is not enabled in this context,
-  and its first argument type is different from NetBSD/Linux's one.
-
---- ../../mfbt/Poison.cpp.orig	2013-09-11 03:22:45.000000000 +0000
-+++ ../../mfbt/Poison.cpp
-@@ -125,7 +125,11 @@ ReleaseRegion(void *region, uintptr_t si
- static bool
- ProbeRegion(uintptr_t region, uintptr_t size)
- {
-+#if !defined(__sun)
-   if (madvise(reinterpret_cast<void*>(region), size, MADV_NORMAL)) {
-+#else
-+  if (posix_madvise(reinterpret_cast<void*>(region), size, MADV_NORMAL)) {
-+#endif
-     return true;
-   } else {
-     return false;
diff --git a/spidermonkey24/patches/patch-shell_Makefile.in b/spidermonkey24/patches/patch-shell_Makefile.in
index 7e229d2..108198d 100644
--- a/spidermonkey24/patches/patch-shell_Makefile.in
+++ b/spidermonkey24/patches/patch-shell_Makefile.in
@@ -1,6 +1,6 @@
 $NetBSD: patch-shell_Makefile.in,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- shell/Makefile.in.orig	2013-09-10 03:43:36.000000000 +0000
+--- shell/Makefile.in.orig	2013-10-29 20:40:20.000000000 +0000
 +++ shell/Makefile.in
 @@ -27,6 +27,9 @@ LIBS      = $(NSPR_LIBS) $(EDITLINE_LIBS
  ifdef MOZ_NATIVE_FFI
diff --git a/spidermonkey24/patches/patch-vm_ObjectImpl-inl.h b/spidermonkey24/patches/patch-vm_ObjectImpl-inl.h
index 3809b49..62dac76 100644
--- a/spidermonkey24/patches/patch-vm_ObjectImpl-inl.h
+++ b/spidermonkey24/patches/patch-vm_ObjectImpl-inl.h
@@ -1,6 +1,6 @@
 $NetBSD: patch-vm_ObjectImpl-inl.h,v 1.1 2014/02/06 15:12:18 fhajny Exp $
 
---- vm/ObjectImpl-inl.h.orig	2013-09-10 03:43:39.000000000 +0000
+--- vm/ObjectImpl-inl.h.orig	2013-10-29 20:40:17.000000000 +0000
 +++ vm/ObjectImpl-inl.h
 @@ -364,7 +364,7 @@ js::ObjectImpl::zone() const
  js::ObjectImpl::readBarrier(ObjectImpl *obj)
diff --git a/spidermonkey24/patches/patch-vm_SPSProfiler.cpp b/spidermonkey24/patches/patch-vm_SPSProfiler.cpp
index 70bfb2a..f44d0ec 100644
--- a/spidermonkey24/patches/patch-vm_SPSProfiler.cpp
+++ b/spidermonkey24/patches/patch-vm_SPSProfiler.cpp
@@ -4,7 +4,7 @@ Unclear fallout from our version of bug 840242, attachment v1: some architecture
 fail to link if we do not add the inlines here - might be compiler/arch specific.
 
 
---- vm/SPSProfiler.cpp.orig	2013-09-10 03:43:39.000000000 +0000
+--- vm/SPSProfiler.cpp.orig	2013-10-29 20:40:18.000000000 +0000
 +++ vm/SPSProfiler.cpp
 @@ -8,6 +8,7 @@
  


Home | Main Index | Thread Index | Old Index