FreeBSD Bugzilla – Attachment 209534 Details for
Bug 242002
[NEW PORT] databases/mongodb42: Distributed document-oriented "NoSQL" database (4.2.* Branch)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff against mongodb40 (svn copy)
mongodb42.diff (text/plain), 253.64 KB, created by
Ronald Klop
on 2019-11-29 19:34:17 UTC
(
hide
)
Description:
diff against mongodb40 (svn copy)
Filename:
MIME Type:
Creator:
Ronald Klop
Created:
2019-11-29 19:34:17 UTC
Size:
253.64 KB
patch
obsolete
>diff -uNr databases/mongodb40/Makefile databases/mongodb42/Makefile >--- databases/mongodb40/Makefile 2019-11-19 21:37:07.251397000 +0100 >+++ databases/mongodb42/Makefile 2019-11-19 21:24:29.362427000 +0100 >@@ -1,8 +1,8 @@ >-# $FreeBSD: head/databases/mongodb40/Makefile 514327 2019-10-12 10:33:00Z pi $ >+# $FreeBSD: head/databases/mongodb40/Makefile 507372 2019-07-26 20:46:53Z gerald $ > > PORTNAME= mongodb > DISTVERSIONPREFIX= r >-DISTVERSION= 4.0.12 >+DISTVERSION= 4.2.1 > CATEGORIES= databases net > MASTER_SITES= https://fastdl.mongodb.org/src/ \ > http://fastdl.mongodb.org/src/ \ >@@ -10,8 +10,8 @@ > PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} > DISTNAME= mongodb-src-${DISTVERSIONPREFIX}${DISTVERSION} > >-MAINTAINER= dev.ashevchuk@gmail.com >-COMMENT= Distributed document-oriented "NoSQL" database >+MAINTAINER= ronald-lists@klop.ws >+COMMENT= Distributed document-oriented "NoSQL" database (4.2.x Branch) > > # mongodb is AGPLv3, C++ driver is APACHE20 > LICENSE= AGPLv3 APACHE20 >@@ -20,44 +20,58 @@ > ONLY_FOR_ARCHS= aarch64 amd64 > ONLY_FOR_ARCHS_REASON= "Only supported on amd64 and aarch64 (i386 deprecated in v3)" > >-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>=2.4.4:devel/py-cheetah@${PY_FLAVOR} \ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \ > ${PY_TYPING} \ > ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ > ${LOCALBASE}/bin/ar:devel/binutils > LIB_DEPENDS= libboost_system.so:devel/boost-libs \ > libpcre.so:devel/pcre \ > libcurl.so:ftp/curl \ > libsnappy.so:archivers/snappy > >-USES= compiler:c++14-lang cpe python:2.7,build scons shebangfix >+USES= compiler:c++17-lang cpe python:3.5+,build scons:py36 shebangfix > USE_RC_SUBR= mongod > > CONFLICTS_BUILD= mongo-cxx-driver >-CONFLICTS_INSTALL= mongodb3[46] mongodb42 >+CONFLICTS_INSTALL= mongodb3[46] mongodb40 > >+OPTIONS_DEFINE= SASL SSL >+OPTIONS_DEFAULT= SASL SSL >+ > SHEBANG_FILES= src/mongo/installer/compass/install_compass.in > python_OLD_CMD= @python_interpreter@ > MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ >- --use-system-pcre --use-system-snappy \ >- --use-system-boost --use-system-zlib \ >- --cxx-std=14 --libc++ \ >+ --use-system-zlib \ >+ --use-system-pcre \ >+ --use-system-snappy \ >+ --use-system-boost \ >+ --libc++ \ >+ --cxx-std=17 \ > --runtime-hardening=on \ >+ -j ${MAKE_JOBS_NUMBER} \ > --disable-warnings-as-errors \ >- VERBOSE=on AR=${PREFIX}/bin/ar >+ VERBOSE=on \ >+ AR=${PREFIX}/bin/ar > >+.include <bsd.port.pre.mk> >+ >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1201000 >+LLVM_VER= 70 >+BUILD_DEPENDS+= llvm${LLVM_VER}>0:devel/llvm${LLVM_VER} >+CC= ${LOCALBASE}/bin/clang${LLVM_VER} >+CXX= ${LOCALBASE}/bin/clang++${LLVM_VER} >+MAKE_ARGS+= CC=${CC} CXX=${CXX} >+.endif >+ > USERS= mongodb > GROUPS= mongodb > >-OPTIONS_DEFINE= SASL SSL >-OPTIONS_DEFAULT= SASL SSL >- > SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 > SASL_MAKE_ARGS= --use-sasl-client > > SSL_USES= ssl > SSL_MAKE_ARGS= --ssl >- >-.include <bsd.port.options.mk> > > .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200057 > SUB_LIST+= LEGACY_LIMITS="@comment " MODERN_LIMITS="" >diff -uNr databases/mongodb40/distinfo databases/mongodb42/distinfo >--- databases/mongodb40/distinfo 2019-10-27 18:08:21.168673000 +0100 >+++ databases/mongodb42/distinfo 2019-11-18 19:29:17.171714000 +0100 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1570817575 >-SHA256 (mongodb-src-r4.0.12.tar.gz) = 2132def2478c7d45b028a9b79db346a19f9c56f456b52c0ff243982c89c20dc9 >-SIZE (mongodb-src-r4.0.12.tar.gz) = 49937644 >+TIMESTAMP = 1571682282 >+SHA256 (mongodb-src-r4.2.1.tar.gz) = 6d0e82e70b6940698ed464e11894c441db5f07c98a0e16e1607283277553683a >+SIZE (mongodb-src-r4.2.1.tar.gz) = 60922510 >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src0.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src0.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src0.cpp 2019-10-27 18:08:21.169959000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src0.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src0.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src0.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "asmjs/AsmJSFrameIterator.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "asmjs/AsmJSFrameIterator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "asmjs/AsmJSFrameIterator.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "asmjs/AsmJSLink.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "asmjs/AsmJSLink.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "asmjs/AsmJSLink.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "asmjs/AsmJSModule.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "asmjs/AsmJSModule.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "asmjs/AsmJSModule.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "asmjs/AsmJSSignalHandlers.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "asmjs/AsmJSSignalHandlers.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "asmjs/AsmJSSignalHandlers.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "asmjs/AsmJSValidate.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "asmjs/AsmJSValidate.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "asmjs/AsmJSValidate.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "asmjs/WasmGenerator.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "asmjs/WasmGenerator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "asmjs/WasmGenerator.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src1.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src1.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src1.cpp 2019-10-27 18:08:21.171278000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src1.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src1.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src1.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "asmjs/WasmIonCompile.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "asmjs/WasmIonCompile.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "asmjs/WasmIonCompile.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "asmjs/WasmStubs.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "asmjs/WasmStubs.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "asmjs/WasmStubs.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/AtomicsObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/AtomicsObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/AtomicsObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/Eval.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/Eval.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/Eval.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/Intl.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/Intl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/Intl.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/MapObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/MapObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/MapObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src10.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src10.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src10.cpp 2019-10-27 18:08:21.172607000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src10.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src10.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src10.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jit/BaselineFrameInfo.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/BaselineFrameInfo.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/BaselineFrameInfo.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/BaselineIC.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/BaselineIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/BaselineIC.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/BaselineInspector.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/BaselineInspector.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/BaselineInspector.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/BaselineJIT.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/BaselineJIT.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/BaselineJIT.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/BitSet.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/BitSet.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/BitSet.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/BytecodeAnalysis.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/BytecodeAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/BytecodeAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src11.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src11.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src11.cpp 2019-10-27 18:08:21.173922000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src11.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src11.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src11.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jit/C1Spewer.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/C1Spewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/C1Spewer.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/CodeGenerator.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/CodeGenerator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/CodeGenerator.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/CompileWrappers.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/CompileWrappers.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/CompileWrappers.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/Disassembler.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/Disassembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/Disassembler.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/EagerSimdUnbox.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/EagerSimdUnbox.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/EagerSimdUnbox.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/EdgeCaseAnalysis.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/EdgeCaseAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/EdgeCaseAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src12.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src12.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src12.cpp 2019-10-27 18:08:21.175246000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src12.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src12.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src12.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jit/EffectiveAddressAnalysis.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/EffectiveAddressAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/EffectiveAddressAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/ExecutableAllocator.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/ExecutableAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/ExecutableAllocator.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/InstructionReordering.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/InstructionReordering.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/InstructionReordering.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/Ion.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/Ion.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/Ion.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/IonAnalysis.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/IonAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/IonAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/IonBuilder.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/IonBuilder.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/IonBuilder.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src13.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src13.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src13.cpp 2019-10-27 18:08:21.176565000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src13.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src13.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src13.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jit/IonCaches.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/IonCaches.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/IonCaches.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/IonOptimizationLevels.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/IonOptimizationLevels.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/IonOptimizationLevels.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/JSONSpewer.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/JSONSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/JSONSpewer.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/JitFrames.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/JitFrames.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/JitFrames.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/JitOptions.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/JitOptions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/JitOptions.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/JitSpewer.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/JitSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/JitSpewer.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src14.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src14.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src14.cpp 2019-10-27 18:08:21.177900000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src14.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src14.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src14.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jit/JitcodeMap.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/JitcodeMap.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/JitcodeMap.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/LICM.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/LICM.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/LICM.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/LIR.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/LIR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/LIR.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/LoopUnroller.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/LoopUnroller.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/LoopUnroller.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/Lowering.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/Lowering.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/Lowering.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/MCallOptimize.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/MCallOptimize.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/MCallOptimize.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src15.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src15.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src15.cpp 2019-10-27 18:08:21.179237000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src15.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src15.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src15.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jit/MIR.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/MIR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/MIR.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/MIRGraph.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/MIRGraph.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/MIRGraph.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/MacroAssembler.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/MacroAssembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/MacroAssembler.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/MoveResolver.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/MoveResolver.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/MoveResolver.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/OptimizationTracking.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/OptimizationTracking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/OptimizationTracking.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/PerfSpewer.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/PerfSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/PerfSpewer.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src16.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src16.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src16.cpp 2019-10-27 18:08:21.180570000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src16.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src16.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src16.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jit/ProcessExecutableMemory.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/ProcessExecutableMemory.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/ProcessExecutableMemory.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/RangeAnalysis.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/RangeAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/RangeAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/Recover.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/Recover.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/Recover.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/RegisterAllocator.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/RegisterAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/RegisterAllocator.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/RematerializedFrame.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/RematerializedFrame.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/RematerializedFrame.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/Safepoints.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/Safepoints.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/Safepoints.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src17.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src17.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src17.cpp 2019-10-27 18:08:21.181999000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src17.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src17.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src17.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jit/ScalarReplacement.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/ScalarReplacement.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/ScalarReplacement.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/SharedIC.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/SharedIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/SharedIC.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/Sink.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/Sink.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/Sink.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/Snapshots.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/Snapshots.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/Snapshots.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/StupidAllocator.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/StupidAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/StupidAllocator.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/TypePolicy.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/TypePolicy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/TypePolicy.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src18.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src18.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src18.cpp 2019-10-27 18:08:21.183583000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src18.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src18.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src18.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jit/TypedObjectPrediction.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/TypedObjectPrediction.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/TypedObjectPrediction.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/VMFunctions.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/VMFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/VMFunctions.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/ValueNumbering.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/ValueNumbering.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/ValueNumbering.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/none/Trampoline-none.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/none/Trampoline-none.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/none/Trampoline-none.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/shared/BaselineCompiler-shared.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/shared/BaselineCompiler-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/shared/BaselineCompiler-shared.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/shared/CodeGenerator-shared.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/shared/CodeGenerator-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/shared/CodeGenerator-shared.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src19.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src19.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src19.cpp 2019-10-27 18:08:21.185042000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src19.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src19.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src19.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jit/shared/Lowering-shared.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/shared/Lowering-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/shared/Lowering-shared.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsalloc.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsalloc.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsalloc.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsapi.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsapi.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsapi.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsbool.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsbool.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsbool.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jscntxt.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jscntxt.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jscntxt.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jscompartment.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jscompartment.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jscompartment.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src2.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src2.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src2.cpp 2019-10-27 18:08:21.186403000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src2.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src2.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src2.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "builtin/ModuleObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/ModuleObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/ModuleObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/Object.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/Object.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/Object.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/Profilers.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/Profilers.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/Profilers.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/Reflect.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/Reflect.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/Reflect.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/ReflectParse.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/ReflectParse.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/ReflectParse.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/SIMD.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/SIMD.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/SIMD.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src20.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src20.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src20.cpp 2019-10-27 18:08:21.187918000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src20.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src20.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src20.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jsdate.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsdate.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsdate.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsdtoa.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsdtoa.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsdtoa.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsexn.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsexn.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsexn.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsfriendapi.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsfriendapi.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsfriendapi.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsfun.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsfun.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsfun.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsgc.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsgc.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsgc.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src21.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src21.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src21.cpp 2019-10-27 18:08:21.189401000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src21.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src21.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src21.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jsiter.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsiter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsiter.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsnativestack.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsnativestack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsnativestack.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsnum.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsnum.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsnum.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsobj.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsobj.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsobj.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "json.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "json.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "json.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsopcode.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsopcode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsopcode.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src22.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src22.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src22.cpp 2019-10-27 18:08:21.190759000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src22.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src22.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src22.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jsprf.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsprf.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsprf.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jspropertytree.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jspropertytree.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jspropertytree.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsscript.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsscript.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsscript.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsstr.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsstr.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsstr.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jswatchpoint.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jswatchpoint.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jswatchpoint.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jsweakmap.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jsweakmap.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jsweakmap.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src23.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src23.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src23.cpp 2019-10-27 18:08:21.192296000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src23.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src23.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src23.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "perf/jsperf.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "perf/jsperf.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "perf/jsperf.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "proxy/BaseProxyHandler.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "proxy/BaseProxyHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "proxy/BaseProxyHandler.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "proxy/CrossCompartmentWrapper.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "proxy/CrossCompartmentWrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "proxy/CrossCompartmentWrapper.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "proxy/DeadObjectProxy.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "proxy/DeadObjectProxy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "proxy/DeadObjectProxy.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "proxy/DirectProxyHandler.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "proxy/DirectProxyHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "proxy/DirectProxyHandler.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "proxy/OpaqueCrossCompartmentWrapper.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "proxy/OpaqueCrossCompartmentWrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "proxy/OpaqueCrossCompartmentWrapper.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src24.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src24.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src24.cpp 2019-10-27 18:08:21.193769000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src24.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src24.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src24.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "proxy/Proxy.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "proxy/Proxy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "proxy/Proxy.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "proxy/ScriptedDirectProxyHandler.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "proxy/ScriptedDirectProxyHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "proxy/ScriptedDirectProxyHandler.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "proxy/ScriptedIndirectProxyHandler.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "proxy/ScriptedIndirectProxyHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "proxy/ScriptedIndirectProxyHandler.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "proxy/SecurityWrapper.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "proxy/SecurityWrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "proxy/SecurityWrapper.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "proxy/Wrapper.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "proxy/Wrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "proxy/Wrapper.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/ArgumentsObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/ArgumentsObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/ArgumentsObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src25.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src25.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src25.cpp 2019-10-27 18:08:21.195119000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src25.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src25.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src25.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "vm/ArrayBufferObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/ArrayBufferObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/ArrayBufferObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/CallNonGenericMethod.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/CallNonGenericMethod.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/CallNonGenericMethod.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/CharacterEncoding.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/CharacterEncoding.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/CharacterEncoding.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/CodeCoverage.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/CodeCoverage.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/CodeCoverage.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/Compression.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Compression.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Compression.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/DateTime.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/DateTime.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/DateTime.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src26.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src26.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src26.cpp 2019-10-27 18:08:21.196474000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src26.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src26.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src26.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "vm/Debugger.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Debugger.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Debugger.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/DebuggerMemory.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/DebuggerMemory.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/DebuggerMemory.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/ErrorObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/ErrorObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/ErrorObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/ForOfIterator.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/ForOfIterator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/ForOfIterator.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/GeneratorObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/GeneratorObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/GeneratorObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/GlobalObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/GlobalObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/GlobalObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src27.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src27.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src27.cpp 2019-10-27 18:08:21.197879000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src27.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src27.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src27.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "vm/HelperThreads.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/HelperThreads.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/HelperThreads.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/Id.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Id.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Id.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/Interpreter.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Interpreter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Interpreter.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/JSONParser.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/JSONParser.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/JSONParser.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/MemoryMetrics.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/MemoryMetrics.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/MemoryMetrics.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/Monitor.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Monitor.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Monitor.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src28.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src28.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src28.cpp 2019-10-27 18:08:21.199227000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src28.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src28.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src28.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "vm/NativeObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/NativeObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/NativeObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/ObjectGroup.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/ObjectGroup.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/ObjectGroup.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/PIC.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/PIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/PIC.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/PosixNSPR.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/PosixNSPR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/PosixNSPR.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/Printer.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Printer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Printer.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/Probes.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Probes.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Probes.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src29.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src29.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src29.cpp 2019-10-27 18:08:21.200561000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src29.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src29.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src29.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "vm/ProxyObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/ProxyObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/ProxyObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/ReceiverGuard.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/ReceiverGuard.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/ReceiverGuard.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/RegExpObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/RegExpObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/RegExpObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/RegExpStatics.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/RegExpStatics.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/RegExpStatics.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/Runtime.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Runtime.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Runtime.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/SPSProfiler.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/SPSProfiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/SPSProfiler.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src3.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src3.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src3.cpp 2019-10-27 18:08:21.201890000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src3.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src3.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src3.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "builtin/SymbolObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/SymbolObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/SymbolObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/TestingFunctions.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/TestingFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/TestingFunctions.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/TypedObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/TypedObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/TypedObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/WeakMapObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/WeakMapObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/WeakMapObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "builtin/WeakSetObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "builtin/WeakSetObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "builtin/WeakSetObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "devtools/sharkctl.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "devtools/sharkctl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "devtools/sharkctl.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src30.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src30.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src30.cpp 2019-10-27 18:08:21.203212000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src30.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src30.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src30.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "vm/SavedStacks.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/SavedStacks.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/SavedStacks.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/ScopeObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/ScopeObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/ScopeObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/SelfHosting.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/SelfHosting.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/SelfHosting.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/Shape.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Shape.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Shape.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/SharedArrayObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/SharedArrayObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/SharedArrayObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/Stack.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Stack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Stack.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src31.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src31.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src31.cpp 2019-10-27 18:08:21.204546000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src31.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src31.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src31.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "vm/Stopwatch.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Stopwatch.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Stopwatch.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/String.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/String.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/String.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/StringBuffer.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/StringBuffer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/StringBuffer.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/StructuredClone.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/StructuredClone.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/StructuredClone.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/Symbol.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Symbol.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Symbol.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/TaggedProto.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/TaggedProto.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/TaggedProto.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src32.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src32.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src32.cpp 2019-10-27 18:08:21.205876000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src32.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src32.cpp.orig 2019-01-18 22:48:17 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src32.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "vm/Time.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Time.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Time.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/TypeInference.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/TypeInference.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/TypeInference.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/TypedArrayObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/TypedArrayObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/TypedArrayObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/UbiNode.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/UbiNode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/UbiNode.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/UbiNodeCensus.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/UbiNodeCensus.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/UbiNodeCensus.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/UnboxedObject.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/UnboxedObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/UnboxedObject.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src33.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src33.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src33.cpp 2019-10-27 18:08:21.207199000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src33.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,41 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src33.cpp.orig 2019-01-18 22:48:18 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src33.cpp >-@@ -0,0 +1,37 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "vm/Unicode.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Unicode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Unicode.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/Value.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Value.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Value.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/WeakMapPtr.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/WeakMapPtr.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/WeakMapPtr.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "vm/Xdr.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "vm/Xdr.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "vm/Xdr.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src4.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src4.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src4.cpp 2019-10-27 18:08:21.208677000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src4.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src4.cpp.orig 2019-01-18 22:48:18 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src4.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "ds/LifoAlloc.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "ds/LifoAlloc.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "ds/LifoAlloc.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "frontend/BytecodeCompiler.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "frontend/BytecodeCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "frontend/BytecodeCompiler.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "frontend/BytecodeEmitter.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "frontend/BytecodeEmitter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "frontend/BytecodeEmitter.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "frontend/FoldConstants.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "frontend/FoldConstants.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "frontend/FoldConstants.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "frontend/NameFunctions.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "frontend/NameFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "frontend/NameFunctions.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "frontend/ParseMaps.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "frontend/ParseMaps.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "frontend/ParseMaps.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src5.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src5.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src5.cpp 2019-10-27 18:08:21.210036000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src5.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src5.cpp.orig 2019-01-18 22:48:18 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src5.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "frontend/ParseNode.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "frontend/ParseNode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "frontend/ParseNode.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "frontend/TokenStream.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "frontend/TokenStream.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "frontend/TokenStream.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "gc/Allocator.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/Allocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/Allocator.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "gc/Barrier.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/Barrier.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/Barrier.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "gc/GCTrace.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/GCTrace.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/GCTrace.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "gc/Iteration.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/Iteration.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/Iteration.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src6.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src6.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src6.cpp 2019-10-27 18:08:21.211372000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src6.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src6.cpp.orig 2019-01-18 22:48:18 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src6.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "gc/Marking.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/Marking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/Marking.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "gc/Memory.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/Memory.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/Memory.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "gc/MemoryProfiler.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/MemoryProfiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/MemoryProfiler.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "gc/Nursery.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/Nursery.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/Nursery.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "gc/RootMarking.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/RootMarking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/RootMarking.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "gc/Statistics.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/Statistics.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/Statistics.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src7.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src7.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src7.cpp 2019-10-27 18:08:21.212699000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src7.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src7.cpp.orig 2019-01-18 22:48:18 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src7.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "gc/Tracer.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/Tracer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/Tracer.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "gc/Verifier.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/Verifier.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/Verifier.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "gc/Zone.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "gc/Zone.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "gc/Zone.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "irregexp/NativeRegExpMacroAssembler.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "irregexp/NativeRegExpMacroAssembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "irregexp/NativeRegExpMacroAssembler.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "irregexp/RegExpAST.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "irregexp/RegExpAST.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "irregexp/RegExpAST.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "irregexp/RegExpEngine.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "irregexp/RegExpEngine.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "irregexp/RegExpEngine.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src8.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src8.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src8.cpp 2019-10-27 18:08:21.213903000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src8.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src8.cpp.orig 2019-01-18 22:48:18 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src8.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "irregexp/RegExpInterpreter.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "irregexp/RegExpInterpreter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "irregexp/RegExpInterpreter.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "irregexp/RegExpMacroAssembler.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "irregexp/RegExpMacroAssembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "irregexp/RegExpMacroAssembler.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "irregexp/RegExpParser.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "irregexp/RegExpParser.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "irregexp/RegExpParser.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "irregexp/RegExpStack.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "irregexp/RegExpStack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "irregexp/RegExpStack.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/AliasAnalysis.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/AliasAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/AliasAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/AlignmentMaskAnalysis.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/AlignmentMaskAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/AlignmentMaskAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src9.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src9.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src9.cpp 2019-10-27 18:08:21.215132000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_Unified__cpp__js__src9.cpp 1970-01-01 01:00:00.000000000 +0100 >@@ -1,59 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src9.cpp.orig 2019-01-18 22:48:18 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/Unified_cpp_js_src9.cpp >-@@ -0,0 +1,55 @@ >-+#define MOZ_UNIFIED_BUILD >-+#include "jit/BacktrackingAllocator.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/BacktrackingAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/BacktrackingAllocator.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/Bailouts.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/Bailouts.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/Bailouts.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/BaselineBailouts.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/BaselineBailouts.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/BaselineBailouts.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/BaselineCompiler.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/BaselineCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/BaselineCompiler.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/BaselineDebugModeOSR.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/BaselineDebugModeOSR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/BaselineDebugModeOSR.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-+#include "jit/BaselineFrame.cpp" >-+#ifdef PL_ARENA_CONST_ALIGN_MASK >-+#error "jit/BaselineFrame.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >-+#undef PL_ARENA_CONST_ALIGN_MASK >-+#endif >-+#ifdef INITGUID >-+#error "jit/BaselineFrame.cpp defines INITGUID, so it cannot be built in unified mode." >-+#undef INITGUID >-+#endif >-\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_js-confdefs.h databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_js-confdefs.h >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_js-confdefs.h 2019-10-27 18:08:21.216309000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_build_js-confdefs.h 1970-01-01 01:00:00.000000000 +0100 >@@ -1,91 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/build/js-confdefs.h.orig 2019-01-18 22:48:18 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/build/js-confdefs.h >-@@ -0,0 +1,88 @@ >-+/* List of defines generated by configure. Included with preprocessor flag, >-+ * -include, to avoid long list of -D defines on the compile command-line. >-+ * Do not edit. >-+ */ >-+ >-+#ifndef js_confdefs_h >-+#define js_confdefs_h >-+ >-+#define CPP_THROW_NEW throw() >-+#define D_INO d_ino >-+#define EDITLINE 1 >-+#define HAVE_64BIT_BUILD 1 >-+#define HAVE_ACOSH 1 >-+#define HAVE_ASINH 1 >-+#define HAVE_ATANH 1 >-+#define HAVE_CBRT 1 >-+#define HAVE_CLOCK_MONOTONIC 1 >-+#define HAVE_CPP_AMBIGUITY_RESOLVING_USING 1 >-+#define HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR 1 >-+#define HAVE_DIRENT_H 1 >-+#define HAVE_DLOPEN 1 >-+#define HAVE_EXPM1 1 >-+#define HAVE_GETC_UNLOCKED 1 >-+#define HAVE_GETOPT_H 1 >-+#define HAVE_GMTIME_R 1 >-+#define HAVE_I18N_LC_MESSAGES 1 >-+#define HAVE_LANGINFO_CODESET 1 >-+#define HAVE_LIBM 1 >-+#define HAVE_LOCALECONV 1 >-+#define HAVE_LOCALECONV 1 >-+#define HAVE_LOCALTIME_R 1 >-+#define HAVE_LOG1P 1 >-+#define HAVE_LOG2 1 >-+#define HAVE_MACHINE_ENDIAN_H 1 >-+#define HAVE_MALLOC_USABLE_SIZE 1 >-+#define HAVE_MBRTOWC 1 >-+#define HAVE_MEMORY_H 1 >-+#define HAVE_NL_TYPES_H 1 >-+#define HAVE_POSIX_FADVISE 1 >-+#define HAVE_POSIX_FALLOCATE 1 >-+#define HAVE_POSIX_MEMALIGN 1 >-+#define HAVE_RES_NINIT 1 >-+#define HAVE_SETLOCALE 1 >-+#define HAVE_SSIZE_T 1 >-+#define HAVE_STRNDUP 1 >-+#define HAVE_SYS_CDEFS_H 1 >-+#define HAVE_SYS_MOUNT_H 1 >-+#define HAVE_SYS_STATVFS_H 1 >-+#define HAVE_THREAD_TLS_KEYWORD 1 >-+#define HAVE_TM_ZONE_TM_GMTOFF 1 >-+#define HAVE_UNISTD_H 1 >-+#define HAVE_VALLOC 1 >-+#define HAVE_VA_COPY 1 >-+#define HAVE_VISIBILITY_ATTRIBUTE 1 >-+#define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1 >-+#define HAVE_WCRTOMB 1 >-+#define HAVE_X11_XKBLIB_H 1 >-+#define HAVE___CXA_DEMANGLE 1 >-+#define JS_CODEGEN_NONE 1 >-+#define JS_DEFAULT_JITREPORT_GRANULARITY 3 >-+#define JS_HAVE_MACHINE_ENDIAN_H 1 >-+#define JS_POSIX_NSPR 1 >-+#define JS_PUNBOX64 1 >-+#define JS_STANDALONE 1 >-+#define MALLOC_H <malloc_np.h> >-+#define MALLOC_USABLE_SIZE_CONST_PTR const >-+#define MOZILLA_UAVERSION "45.0" >-+#define MOZILLA_VERSION "45.9.0" >-+#define MOZILLA_VERSION_U 45.9.0 >-+#define MOZJS_MAJOR_VERSION 45 >-+#define MOZJS_MINOR_VERSION 9 >-+#define MOZ_DEBUG_SYMBOLS 1 >-+#define MOZ_DLL_SUFFIX ".so" >-+#define MOZ_GLUE_IN_PROGRAM 1 >-+#define MOZ_MEMORY 1 >-+#define MOZ_MEMORY_BSD 1 >-+#define MOZ_UPDATE_CHANNEL default >-+#define NO_NSPR_10_SUPPORT 1 >-+#define RELEASE_BUILD 1 >-+#define STDC_HEADERS 1 >-+#define VA_COPY va_copy >-+#define XP_UNIX 1 >-+#define _REENTRANT 1 >-+#define _THREAD_SAFE 1 >-+ >-+#include "js/RequiredDefines.h" >-+ >-+#endif /* js_confdefs_h */ >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_include_js-config.h databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_include_js-config.h >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_include_js-config.h 2019-10-27 18:08:21.217451000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-45_platform_aarch64_freebsd_include_js-config.h 1970-01-01 01:00:00.000000000 +0100 >@@ -1,62 +0,0 @@ >---- src/third_party/mozjs-45/platform/aarch64/freebsd/include/js-config.h.orig 2019-01-18 22:48:29 UTC >-+++ src/third_party/mozjs-45/platform/aarch64/freebsd/include/js-config.h >-@@ -0,0 +1,59 @@ >-+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- >-+ * vim: set ts=8 sw=4 et tw=78: >-+ * >-+ * This Source Code Form is subject to the terms of the Mozilla Public >-+ * License, v. 2.0. If a copy of the MPL was not distributed with this >-+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ >-+ >-+#ifndef js_config_h >-+#define js_config_h >-+ >-+/* Definitions set at build time that affect SpiderMonkey's public API. >-+ This header file is generated by the SpiderMonkey configure script, >-+ and installed along with jsapi.h. */ >-+ >-+/* Define to 1 if SpiderMonkey is in debug mode. */ >-+/* #undef JS_DEBUG */ >-+ >-+/* Define to 1 if SpiderMonkey should not use struct types in debug builds. */ >-+/* #undef JS_NO_JSVAL_JSID_STRUCT_TYPES */ >-+ >-+/* Define to 1 if SpiderMonkey should support multi-threaded clients. */ >-+/* #undef JS_THREADSAFE */ >-+ >-+/* Define to 1 if SpiderMonkey should include ctypes support. */ >-+/* #undef JS_HAS_CTYPES */ >-+ >-+/* Define to 1 if SpiderMonkey should support the ability to perform >-+ entirely too much GC. */ >-+/* #undef JS_GC_ZEAL */ >-+ >-+/* Define to 1 if SpiderMonkey should use small chunks. */ >-+/* #undef JS_GC_SMALL_CHUNK_SIZE */ >-+ >-+/* Define to 1 to perform extra assertions and heap poisoning. */ >-+/* #undef JS_CRASH_DIAGNOSTICS */ >-+ >-+/* Define to 1 if the <endian.h> header is present and >-+ useable. See jscpucfg.h. */ >-+/* #undef JS_HAVE_ENDIAN_H */ >-+ >-+/* Define to 1 if the <machine/endian.h> header is present and >-+ useable. See jscpucfg.h. */ >-+#define JS_HAVE_MACHINE_ENDIAN_H 1 >-+ >-+/* Define to 1 if the <sys/isa_defs.h> header is present and >-+ useable. See jscpucfg.h. */ >-+/* #undef JS_HAVE_SYS_ISA_DEFS_H */ >-+ >-+/* Define to 1 if SpiderMonkey is in NUNBOX32 mode. */ >-+/* #undef JS_NUNBOX32 */ >-+ >-+/* Define to 1 if SpiderMonkey is in PUNBOX64 mode. */ >-+#define JS_PUNBOX64 1 >-+ >-+/* MOZILLA JSAPI version number components */ >-+#define MOZJS_MAJOR_VERSION 45 >-+#define MOZJS_MINOR_VERSION 9 >-+ >-+#endif /* js_config_h */ >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_gen-config.sh databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_gen-config.sh >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_gen-config.sh 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_gen-config.sh 2019-11-18 19:29:17.368275000 +0100 >@@ -0,0 +1,24 @@ >+--- src/third_party/mozjs-60/gen-config.sh.orig 2019-10-11 03:28:57 UTC >++++ src/third_party/mozjs-60/gen-config.sh >+@@ -28,6 +28,9 @@ _xcode_setup() { >+ } >+ >+ case "$_Path" in >++ "platform/aarch64/freebsd") >++ _CONFIG_OPTS="--host=aarch64-freebsd" >++ ;; >+ "platform/aarch64/linux") >+ _CONFIG_OPTS="--host=aarch64-linux" >+ ;; >+@@ -82,9 +85,9 @@ esac >+ cd mozilla-release/js/src >+ rm config.cache || true >+ >+-PYTHON=python ./configure --without-intl-api --enable-posix-nspr-emulation --disable-trace-logging --disable-js-shell --disable-tests "$_CONFIG_OPTS" >++PYTHON=python2.7 ./configure --without-intl-api --enable-posix-nspr-emulation --disable-trace-logging --disable-js-shell --disable-tests "$_CONFIG_OPTS" >+ >+-make recurse_export >++gmake recurse_export >+ >+ cd ../../.. >+ >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src0.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src0.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src0.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src0.cpp 2019-11-18 19:29:17.460043000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src0.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src0.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "builtin/AtomicsObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/AtomicsObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/AtomicsObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/DataViewObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/DataViewObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/DataViewObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/Eval.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/Eval.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/Eval.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/JSON.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/JSON.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/JSON.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/MapObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/MapObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/MapObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/ModuleObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/ModuleObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/ModuleObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src1.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src1.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src1.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src1.cpp 2019-11-18 19:29:17.295508000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src1.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src1.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "builtin/Object.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/Object.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/Object.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/Profilers.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/Profilers.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/Profilers.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/Promise.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/Promise.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/Promise.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/Reflect.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/Reflect.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/Reflect.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/ReflectParse.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/ReflectParse.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/ReflectParse.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/SIMD.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/SIMD.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/SIMD.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src10.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src10.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src10.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src10.cpp 2019-11-18 19:29:17.262429000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src10.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src10.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "irregexp/RegExpParser.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "irregexp/RegExpParser.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "irregexp/RegExpParser.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "irregexp/RegExpStack.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "irregexp/RegExpStack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "irregexp/RegExpStack.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/AliasAnalysis.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/AliasAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/AliasAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/AliasAnalysisShared.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/AliasAnalysisShared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/AliasAnalysisShared.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/AlignmentMaskAnalysis.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/AlignmentMaskAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/AlignmentMaskAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/BacktrackingAllocator.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/BacktrackingAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/BacktrackingAllocator.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src11.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src11.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src11.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src11.cpp 2019-11-18 19:29:17.400237000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src11.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src11.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/Bailouts.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/Bailouts.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/Bailouts.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/BaselineBailouts.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/BaselineBailouts.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/BaselineBailouts.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/BaselineCacheIRCompiler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/BaselineCacheIRCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/BaselineCacheIRCompiler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/BaselineCompiler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/BaselineCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/BaselineCompiler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/BaselineDebugModeOSR.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/BaselineDebugModeOSR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/BaselineDebugModeOSR.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/BaselineFrame.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/BaselineFrame.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/BaselineFrame.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src12.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src12.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src12.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src12.cpp 2019-11-18 19:29:17.582365000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src12.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src12.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/BaselineFrameInfo.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/BaselineFrameInfo.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/BaselineFrameInfo.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/BaselineIC.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/BaselineIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/BaselineIC.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/BaselineInspector.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/BaselineInspector.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/BaselineInspector.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/BaselineJIT.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/BaselineJIT.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/BaselineJIT.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/BitSet.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/BitSet.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/BitSet.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/BytecodeAnalysis.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/BytecodeAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/BytecodeAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src13.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src13.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src13.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src13.cpp 2019-11-18 19:29:17.707417000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src13.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src13.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/C1Spewer.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/C1Spewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/C1Spewer.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/CacheIR.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/CacheIR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/CacheIR.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/CacheIRCompiler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/CacheIRCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/CacheIRCompiler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/CacheIRSpewer.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/CacheIRSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/CacheIRSpewer.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/CodeGenerator.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/CodeGenerator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/CodeGenerator.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/CompileWrappers.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/CompileWrappers.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/CompileWrappers.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src14.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src14.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src14.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src14.cpp 2019-11-18 19:29:17.696617000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src14.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src14.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/Disassembler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/Disassembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/Disassembler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/EagerSimdUnbox.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/EagerSimdUnbox.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/EagerSimdUnbox.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/EdgeCaseAnalysis.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/EdgeCaseAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/EdgeCaseAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/EffectiveAddressAnalysis.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/EffectiveAddressAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/EffectiveAddressAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/ExecutableAllocator.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/ExecutableAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/ExecutableAllocator.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/FlowAliasAnalysis.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/FlowAliasAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/FlowAliasAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src15.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src15.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src15.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src15.cpp 2019-11-18 19:29:17.599972000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src15.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src15.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/FoldLinearArithConstants.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/FoldLinearArithConstants.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/FoldLinearArithConstants.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/InstructionReordering.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/InstructionReordering.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/InstructionReordering.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/Ion.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/Ion.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/Ion.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/IonAnalysis.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/IonAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/IonAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/IonBuilder.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/IonBuilder.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/IonBuilder.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/IonCacheIRCompiler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/IonCacheIRCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/IonCacheIRCompiler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src16.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src16.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src16.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src16.cpp 2019-11-18 19:29:17.382724000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src16.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src16.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/IonControlFlow.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/IonControlFlow.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/IonControlFlow.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/IonIC.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/IonIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/IonIC.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/IonOptimizationLevels.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/IonOptimizationLevels.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/IonOptimizationLevels.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/JSJitFrameIter.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/JSJitFrameIter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/JSJitFrameIter.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/JSONSpewer.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/JSONSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/JSONSpewer.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/Jit.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/Jit.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/Jit.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src17.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src17.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src17.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src17.cpp 2019-11-18 19:29:17.268978000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src17.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src17.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/JitFrames.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/JitFrames.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/JitFrames.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/JitOptions.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/JitOptions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/JitOptions.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/JitSpewer.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/JitSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/JitSpewer.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/JitcodeMap.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/JitcodeMap.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/JitcodeMap.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/LICM.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/LICM.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/LICM.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/LIR.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/LIR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/LIR.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src18.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src18.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src18.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src18.cpp 2019-11-18 19:29:17.407750000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src18.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src18.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/Linker.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/Linker.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/Linker.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/LoopUnroller.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/LoopUnroller.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/LoopUnroller.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/Lowering.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/Lowering.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/Lowering.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/MCallOptimize.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/MCallOptimize.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/MCallOptimize.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/MIR.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/MIR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/MIR.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/MIRGraph.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/MIRGraph.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/MIRGraph.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src19.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src19.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src19.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src19.cpp 2019-11-18 19:29:17.217679000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src19.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src19.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/MacroAssembler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/MacroAssembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/MacroAssembler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/MoveResolver.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/MoveResolver.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/MoveResolver.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/OptimizationTracking.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/OptimizationTracking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/OptimizationTracking.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/PerfSpewer.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/PerfSpewer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/PerfSpewer.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/ProcessExecutableMemory.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/ProcessExecutableMemory.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/ProcessExecutableMemory.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/RangeAnalysis.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/RangeAnalysis.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/RangeAnalysis.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src2.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src2.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src2.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src2.cpp 2019-11-18 19:29:17.637995000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src2.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src2.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "builtin/Stream.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/Stream.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/Stream.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/String.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/String.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/String.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/Symbol.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/Symbol.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/Symbol.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/TestingFunctions.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/TestingFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/TestingFunctions.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/TypedObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/TypedObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/TypedObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/WeakMapObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/WeakMapObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/WeakMapObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src20.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src20.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src20.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src20.cpp 2019-11-18 19:29:17.556998000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src20.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src20.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/Recover.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/Recover.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/Recover.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/RegisterAllocator.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/RegisterAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/RegisterAllocator.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/RematerializedFrame.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/RematerializedFrame.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/RematerializedFrame.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/Safepoints.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/Safepoints.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/Safepoints.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/ScalarReplacement.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/ScalarReplacement.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/ScalarReplacement.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/SharedIC.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/SharedIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/SharedIC.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src21.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src21.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src21.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src21.cpp 2019-11-18 19:29:17.736932000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src21.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src21.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/Sink.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/Sink.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/Sink.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/Snapshots.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/Snapshots.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/Snapshots.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/StupidAllocator.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/StupidAllocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/StupidAllocator.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/TypePolicy.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/TypePolicy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/TypePolicy.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/TypedObjectPrediction.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/TypedObjectPrediction.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/TypedObjectPrediction.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/VMFunctions.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/VMFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/VMFunctions.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src22.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src22.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src22.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src22.cpp 2019-11-18 19:29:17.275864000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src22.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src22.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/ValueNumbering.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/ValueNumbering.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/ValueNumbering.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/WasmBCE.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/WasmBCE.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/WasmBCE.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/Architecture-arm64.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/Architecture-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/Architecture-arm64.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/Assembler-arm64.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/Assembler-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/Assembler-arm64.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/Bailouts-arm64.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/Bailouts-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/Bailouts-arm64.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/BaselineIC-arm64.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/BaselineIC-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/BaselineIC-arm64.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src23.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src23.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src23.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src23.cpp 2019-11-18 19:29:17.376497000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src23.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src23.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/arm64/CodeGenerator-arm64.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/CodeGenerator-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/CodeGenerator-arm64.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/Disassembler-arm64.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/Disassembler-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/Disassembler-arm64.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/Lowering-arm64.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/Lowering-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/Lowering-arm64.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/MacroAssembler-arm64.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/MacroAssembler-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/MacroAssembler-arm64.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/MoveEmitter-arm64.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/MoveEmitter-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/MoveEmitter-arm64.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/SharedIC-arm64.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/SharedIC-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/SharedIC-arm64.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src24.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src24.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src24.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src24.cpp 2019-11-18 19:29:17.359125000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src24.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src24.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/arm64/Trampoline-arm64.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/Trampoline-arm64.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/Trampoline-arm64.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/vixl/Assembler-vixl.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/vixl/Assembler-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/vixl/Assembler-vixl.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/vixl/Cpu-vixl.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/vixl/Cpu-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/vixl/Cpu-vixl.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/vixl/Decoder-vixl.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/vixl/Decoder-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/vixl/Decoder-vixl.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/vixl/Disasm-vixl.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/vixl/Disasm-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/vixl/Disasm-vixl.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/vixl/Instructions-vixl.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/vixl/Instructions-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/vixl/Instructions-vixl.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src25.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src25.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src25.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src25.cpp 2019-11-18 19:29:17.288092000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src25.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src25.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/arm64/vixl/Instrument-vixl.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/vixl/Instrument-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/vixl/Instrument-vixl.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/vixl/MacroAssembler-vixl.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/vixl/MacroAssembler-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/vixl/MacroAssembler-vixl.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/vixl/MozAssembler-vixl.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/vixl/MozAssembler-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/vixl/MozAssembler-vixl.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/vixl/MozInstructions-vixl.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/vixl/MozInstructions-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/vixl/MozInstructions-vixl.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/arm64/vixl/Utils-vixl.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/arm64/vixl/Utils-vixl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/arm64/vixl/Utils-vixl.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/shared/Assembler-shared.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/shared/Assembler-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/shared/Assembler-shared.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src26.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src26.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src26.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src26.cpp 2019-11-18 19:29:17.715449000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src26.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src26.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jit/shared/BaselineCompiler-shared.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/shared/BaselineCompiler-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/shared/BaselineCompiler-shared.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/shared/CodeGenerator-shared.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/shared/CodeGenerator-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/shared/CodeGenerator-shared.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/shared/Disassembler-shared.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/shared/Disassembler-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/shared/Disassembler-shared.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jit/shared/Lowering-shared.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jit/shared/Lowering-shared.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jit/shared/Lowering-shared.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jsapi.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jsapi.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jsapi.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jsbool.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jsbool.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jsbool.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src27.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src27.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src27.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src27.cpp 2019-11-18 19:29:17.572623000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src27.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src27.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "jsdate.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jsdate.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jsdate.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jsexn.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jsexn.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jsexn.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jsfriendapi.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jsfriendapi.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jsfriendapi.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "jsnum.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "jsnum.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "jsnum.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "perf/jsperf.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "perf/jsperf.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "perf/jsperf.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "proxy/BaseProxyHandler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "proxy/BaseProxyHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "proxy/BaseProxyHandler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src28.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src28.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src28.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src28.cpp 2019-11-18 19:29:17.749565000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src28.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src28.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "proxy/CrossCompartmentWrapper.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "proxy/CrossCompartmentWrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "proxy/CrossCompartmentWrapper.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "proxy/DeadObjectProxy.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "proxy/DeadObjectProxy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "proxy/DeadObjectProxy.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "proxy/OpaqueCrossCompartmentWrapper.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "proxy/OpaqueCrossCompartmentWrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "proxy/OpaqueCrossCompartmentWrapper.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "proxy/Proxy.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "proxy/Proxy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "proxy/Proxy.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "proxy/ScriptedProxyHandler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "proxy/ScriptedProxyHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "proxy/ScriptedProxyHandler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "proxy/SecurityWrapper.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "proxy/SecurityWrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "proxy/SecurityWrapper.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src29.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src29.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src29.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src29.cpp 2019-11-18 19:29:17.550319000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src29.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src29.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "proxy/Wrapper.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "proxy/Wrapper.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "proxy/Wrapper.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "threading/Mutex.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "threading/Mutex.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "threading/Mutex.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "threading/ProtectedData.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "threading/ProtectedData.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "threading/ProtectedData.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "threading/posix/CpuCount.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "threading/posix/CpuCount.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "threading/posix/CpuCount.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "threading/posix/Thread.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "threading/posix/Thread.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "threading/posix/Thread.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "util/AllocPolicy.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "util/AllocPolicy.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "util/AllocPolicy.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src3.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src3.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src3.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src3.cpp 2019-11-18 19:29:17.496934000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src3.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src3.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "builtin/WeakSetObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/WeakSetObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/WeakSetObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/intl/Collator.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/intl/Collator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/intl/Collator.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/intl/CommonFunctions.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/intl/CommonFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/intl/CommonFunctions.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/intl/DateTimeFormat.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/intl/DateTimeFormat.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/intl/DateTimeFormat.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/intl/IntlObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/intl/IntlObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/intl/IntlObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/intl/NumberFormat.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/intl/NumberFormat.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/intl/NumberFormat.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src30.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src30.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src30.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src30.cpp 2019-11-18 19:29:17.678991000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src30.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src30.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "util/NativeStack.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "util/NativeStack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "util/NativeStack.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "util/Printf.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "util/Printf.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "util/Printf.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "util/StringBuffer.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "util/StringBuffer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "util/StringBuffer.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "util/Text.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "util/Text.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "util/Text.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "util/Unicode.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "util/Unicode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "util/Unicode.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/ArgumentsObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/ArgumentsObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/ArgumentsObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src31.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src31.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src31.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src31.cpp 2019-11-18 19:29:17.485737000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src31.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src31.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "vm/ArrayBufferObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/ArrayBufferObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/ArrayBufferObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/AsyncFunction.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/AsyncFunction.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/AsyncFunction.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/AsyncIteration.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/AsyncIteration.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/AsyncIteration.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/BytecodeUtil.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/BytecodeUtil.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/BytecodeUtil.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Caches.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Caches.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Caches.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/CallNonGenericMethod.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/CallNonGenericMethod.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/CallNonGenericMethod.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src32.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src32.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src32.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src32.cpp 2019-11-18 19:29:17.421256000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src32.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src32.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "vm/CharacterEncoding.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/CharacterEncoding.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/CharacterEncoding.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/CodeCoverage.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/CodeCoverage.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/CodeCoverage.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Compression.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Compression.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Compression.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/DateTime.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/DateTime.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/DateTime.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Debugger.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Debugger.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Debugger.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/DebuggerMemory.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/DebuggerMemory.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/DebuggerMemory.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src33.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src33.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src33.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src33.cpp 2019-11-18 19:29:17.352119000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src33.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src33.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "vm/EnvironmentObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/EnvironmentObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/EnvironmentObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/ErrorObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/ErrorObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/ErrorObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/ErrorReporting.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/ErrorReporting.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/ErrorReporting.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/ForOfIterator.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/ForOfIterator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/ForOfIterator.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/GeckoProfiler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/GeckoProfiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/GeckoProfiler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/GeneratorObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/GeneratorObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/GeneratorObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src34.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src34.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src34.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src34.cpp 2019-11-18 19:29:17.326744000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src34.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src34.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "vm/GlobalObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/GlobalObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/GlobalObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/HelperThreads.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/HelperThreads.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/HelperThreads.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Id.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Id.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Id.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Initialization.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Initialization.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Initialization.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Iteration.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Iteration.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Iteration.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/JSCompartment.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/JSCompartment.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/JSCompartment.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src35.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src35.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src35.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src35.cpp 2019-11-18 19:29:17.432104000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src35.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src35.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "vm/JSContext.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/JSContext.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/JSContext.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/JSFunction.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/JSFunction.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/JSFunction.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/JSONParser.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/JSONParser.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/JSONParser.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/JSONPrinter.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/JSONPrinter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/JSONPrinter.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/JSObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/JSObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/JSObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/JSScript.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/JSScript.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/JSScript.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src36.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src36.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src36.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src36.cpp 2019-11-18 19:29:17.479860000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src36.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src36.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "vm/MemoryMetrics.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/MemoryMetrics.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/MemoryMetrics.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/NativeObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/NativeObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/NativeObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/ObjectGroup.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/ObjectGroup.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/ObjectGroup.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/PIC.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/PIC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/PIC.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/PosixNSPR.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/PosixNSPR.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/PosixNSPR.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Printer.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Printer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Printer.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src37.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src37.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src37.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src37.cpp 2019-11-18 19:29:17.689110000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src37.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src37.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "vm/Probes.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Probes.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Probes.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/ProxyObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/ProxyObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/ProxyObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Realm.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Realm.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Realm.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/ReceiverGuard.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/ReceiverGuard.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/ReceiverGuard.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/RegExpObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/RegExpObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/RegExpObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/RegExpStatics.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/RegExpStatics.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/RegExpStatics.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src38.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src38.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src38.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src38.cpp 2019-11-18 19:29:17.522089000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src38.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src38.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "vm/Runtime.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Runtime.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Runtime.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/SavedStacks.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/SavedStacks.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/SavedStacks.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Scope.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Scope.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Scope.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/SelfHosting.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/SelfHosting.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/SelfHosting.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Shape.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Shape.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Shape.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/SharedArrayObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/SharedArrayObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/SharedArrayObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src39.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src39.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src39.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src39.cpp 2019-11-18 19:29:17.608752000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src39.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src39.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "vm/SharedImmutableStringsCache.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/SharedImmutableStringsCache.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/SharedImmutableStringsCache.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Stack.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Stack.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Stack.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Stopwatch.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Stopwatch.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Stopwatch.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/StringType.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/StringType.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/StringType.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/StructuredClone.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/StructuredClone.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/StructuredClone.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/SymbolType.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/SymbolType.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/SymbolType.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src4.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src4.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src4.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src4.cpp 2019-11-18 19:29:17.530691000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src4.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src4.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "builtin/intl/PluralRules.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/intl/PluralRules.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/intl/PluralRules.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/intl/RelativeTimeFormat.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/intl/RelativeTimeFormat.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/intl/RelativeTimeFormat.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "builtin/intl/SharedIntlData.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "builtin/intl/SharedIntlData.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "builtin/intl/SharedIntlData.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "devtools/sharkctl.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "devtools/sharkctl.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "devtools/sharkctl.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "ds/Bitmap.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "ds/Bitmap.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "ds/Bitmap.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "ds/LifoAlloc.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "ds/LifoAlloc.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "ds/LifoAlloc.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src40.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src40.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src40.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src40.cpp 2019-11-18 19:29:17.473790000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src40.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src40.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "vm/TaggedProto.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/TaggedProto.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/TaggedProto.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Time.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Time.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Time.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/TypeInference.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/TypeInference.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/TypeInference.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/TypedArrayObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/TypedArrayObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/TypedArrayObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/UbiNode.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/UbiNode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/UbiNode.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/UbiNodeCensus.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/UbiNodeCensus.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/UbiNodeCensus.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src41.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src41.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src41.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src41.cpp 2019-11-18 19:29:17.302249000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src41.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src41.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "vm/UbiNodeShortestPaths.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/UbiNodeShortestPaths.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/UbiNodeShortestPaths.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/UnboxedObject.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/UnboxedObject.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/UnboxedObject.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Value.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Value.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Value.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "vm/Xdr.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "vm/Xdr.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "vm/Xdr.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/AsmJS.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/AsmJS.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/AsmJS.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmBaselineCompile.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmBaselineCompile.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmBaselineCompile.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src42.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src42.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src42.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src42.cpp 2019-11-18 19:29:17.652380000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src42.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src42.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "wasm/WasmBinaryIterator.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmBinaryIterator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmBinaryIterator.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmBinaryToAST.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmBinaryToAST.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmBinaryToAST.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmBinaryToText.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmBinaryToText.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmBinaryToText.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmBuiltins.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmBuiltins.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmBuiltins.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmCode.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmCode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmCode.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmCompartment.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmCompartment.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmCompartment.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src43.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src43.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src43.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src43.cpp 2019-11-18 19:29:17.504375000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src43.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src43.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "wasm/WasmCompile.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmCompile.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmCompile.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmDebug.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmDebug.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmDebug.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmFrameIter.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmFrameIter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmFrameIter.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmGenerator.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmGenerator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmGenerator.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmInstance.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmInstance.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmInstance.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmIonCompile.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmIonCompile.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmIonCompile.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src44.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src44.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src44.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src44.cpp 2019-11-18 19:29:17.538490000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src44.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src44.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "wasm/WasmJS.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmJS.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmJS.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmModule.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmModule.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmModule.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmProcess.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmProcess.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmProcess.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmSignalHandlers.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmSignalHandlers.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmSignalHandlers.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmStubs.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmStubs.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmStubs.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmTable.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmTable.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmTable.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src45.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src45.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src45.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src45.cpp 2019-11-18 19:29:17.630481000 +0100 >@@ -0,0 +1,41 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src45.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src45.cpp >+@@ -0,0 +1,37 @@ >++#define MOZ_UNIFIED_BUILD >++#include "wasm/WasmTextToBinary.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmTextToBinary.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmTextToBinary.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmTextUtils.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmTextUtils.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmTextUtils.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmTypes.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmTypes.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmTypes.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "wasm/WasmValidate.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "wasm/WasmValidate.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "wasm/WasmValidate.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src5.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src5.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src5.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src5.cpp 2019-11-18 19:29:17.620537000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src5.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src5.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "ds/MemoryProtectionExceptionHandler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "ds/MemoryProtectionExceptionHandler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "ds/MemoryProtectionExceptionHandler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "frontend/BytecodeCompiler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "frontend/BytecodeCompiler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "frontend/BytecodeCompiler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "frontend/BytecodeEmitter.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "frontend/BytecodeEmitter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "frontend/BytecodeEmitter.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "frontend/FoldConstants.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "frontend/FoldConstants.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "frontend/FoldConstants.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "frontend/NameFunctions.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "frontend/NameFunctions.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "frontend/NameFunctions.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "frontend/ParseNode.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "frontend/ParseNode.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "frontend/ParseNode.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src6.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src6.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src6.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src6.cpp 2019-11-18 19:29:17.313667000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src6.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src6.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "frontend/TokenStream.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "frontend/TokenStream.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "frontend/TokenStream.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/Allocator.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/Allocator.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/Allocator.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/AtomMarking.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/AtomMarking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/AtomMarking.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/Barrier.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/Barrier.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/Barrier.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/GC.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/GC.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/GC.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/GCTrace.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/GCTrace.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/GCTrace.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src7.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src7.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src7.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src7.cpp 2019-11-18 19:29:17.452572000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src7.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src7.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "gc/Marking.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/Marking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/Marking.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/Memory.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/Memory.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/Memory.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/Nursery.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/Nursery.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/Nursery.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/PublicIterators.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/PublicIterators.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/PublicIterators.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/RootMarking.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/RootMarking.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/RootMarking.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/Statistics.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/Statistics.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/Statistics.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src8.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src8.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src8.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src8.cpp 2019-11-18 19:29:17.343225000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src8.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src8.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "gc/Tracer.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/Tracer.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/Tracer.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/Verifier.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/Verifier.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/Verifier.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/WeakMap.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/WeakMap.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/WeakMap.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/WeakMapPtr.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/WeakMapPtr.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/WeakMapPtr.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/Zone.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/Zone.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/Zone.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "gc/ZoneGroup.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "gc/ZoneGroup.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "gc/ZoneGroup.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src9.cpp databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src9.cpp >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src9.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_Unified__cpp__js__src9.cpp 2019-11-18 19:29:17.443019000 +0100 >@@ -0,0 +1,59 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src9.cpp.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/Unified_cpp_js_src9.cpp >+@@ -0,0 +1,55 @@ >++#define MOZ_UNIFIED_BUILD >++#include "irregexp/NativeRegExpMacroAssembler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "irregexp/NativeRegExpMacroAssembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "irregexp/NativeRegExpMacroAssembler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "irregexp/RegExpAST.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "irregexp/RegExpAST.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "irregexp/RegExpAST.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "irregexp/RegExpCharacters.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "irregexp/RegExpCharacters.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "irregexp/RegExpCharacters.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "irregexp/RegExpEngine.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "irregexp/RegExpEngine.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "irregexp/RegExpEngine.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "irregexp/RegExpInterpreter.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "irregexp/RegExpInterpreter.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "irregexp/RegExpInterpreter.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >++#include "irregexp/RegExpMacroAssembler.cpp" >++#ifdef PL_ARENA_CONST_ALIGN_MASK >++#error "irregexp/RegExpMacroAssembler.cpp uses PL_ARENA_CONST_ALIGN_MASK, so it cannot be built in unified mode." >++#undef PL_ARENA_CONST_ALIGN_MASK >++#endif >++#ifdef INITGUID >++#error "irregexp/RegExpMacroAssembler.cpp defines INITGUID, so it cannot be built in unified mode." >++#undef INITGUID >++#endif >+\ No newline at end of file >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_js-confdefs.h databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_js-confdefs.h >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_js-confdefs.h 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_build_js-confdefs.h 2019-11-18 19:29:17.663510000 +0100 >@@ -0,0 +1,79 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/js-confdefs.h.orig 2019-11-14 10:50:10 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/js-confdefs.h >+@@ -0,0 +1,76 @@ >++/* List of defines generated by configure. Included with preprocessor flag, >++ * -include, to avoid long list of -D defines on the compile command-line. >++ * Do not edit. >++ */ >++ >++#ifndef js_confdefs_h >++#define js_confdefs_h >++ >++// Expands to all the defines from configure. >++#define CPP_THROW_NEW throw() >++#define CROSS_COMPILE >++#define EDITLINE 1 >++#define HAVE_64BIT_BUILD 1 >++#define HAVE_CLOCK_MONOTONIC 1 >++#define HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR 1 >++#define HAVE_DIRENT_H 1 >++#define HAVE_DLOPEN 1 >++#define HAVE_GETC_UNLOCKED 1 >++#define HAVE_GETOPT_H 1 >++#define HAVE_GMTIME_R 1 >++#define HAVE_INTTYPES_H 1 >++#define HAVE_LANGINFO_CODESET 1 >++#define HAVE_LIBM 1 >++#define HAVE_LOCALECONV 1 >++#define HAVE_LOCALTIME_R 1 >++#define HAVE_MALLOC_USABLE_SIZE 1 >++#define HAVE_NETINET_IN_H 1 >++#define HAVE_NL_TYPES_H 1 >++#define HAVE_POSIX_FADVISE 1 >++#define HAVE_POSIX_FALLOCATE 1 >++#define HAVE_POSIX_MEMALIGN 1 >++#define HAVE_RES_NINIT 1 >++#define HAVE_SINCOS 1 >++#define HAVE_SSIZE_T 1 >++#define HAVE_STDINT_H 1 >++#define HAVE_STRNDUP 1 >++#define HAVE_SYS_MOUNT_H 1 >++#define HAVE_SYS_QUEUE_H 1 >++#define HAVE_SYS_STATVFS_H 1 >++#define HAVE_SYS_TYPES_H 1 >++#define HAVE_THREAD_TLS_KEYWORD 1 >++#define HAVE_TM_ZONE_TM_GMTOFF 1 >++#define HAVE_UNISTD_H 1 >++#define HAVE_VALLOC 1 >++#define HAVE_VA_COPY 1 >++#define HAVE_VISIBILITY_ATTRIBUTE 1 >++#define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1 >++#define HAVE___CXA_DEMANGLE 1 >++#define JS_64BIT 1 >++#define JS_CODEGEN_ARM64 1 >++#define JS_DEFAULT_JITREPORT_GRANULARITY 3 >++#define JS_POSIX_NSPR 1 >++#define JS_PUNBOX64 1 >++#define JS_STANDALONE 1 >++#define MALLOC_H <malloc_np.h> >++#define MALLOC_USABLE_SIZE_CONST_PTR const >++#define MOZILLA_UAVERSION "60.0" >++#define MOZILLA_VERSION "60.3.0" >++#define MOZILLA_VERSION_U 60.3.0 >++#define MOZJS_MAJOR_VERSION 60 >++#define MOZJS_MINOR_VERSION 3 >++#define MOZ_BUILD_APP js >++#define MOZ_DLL_SUFFIX ".so" >++#define MOZ_UPDATE_CHANNEL default >++#define NO_NSPR_10_SUPPORT 1 >++#define RELEASE_OR_BETA 1 >++#define STDC_HEADERS 1 >++#define VA_COPY va_copy >++#define XP_UNIX 1 >++#define X_DISPLAY_MISSING 1 >++#define _REENTRANT 1 >++#define _THREAD_SAFE 1 >++ >++#include "js/RequiredDefines.h" >++ >++#endif /* js_confdefs_h */ >diff -uNr databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_include_js-config.h databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_include_js-config.h >--- databases/mongodb40/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_include_js-config.h 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/aarch64/patch-src_third__party_mozjs-60_platform_aarch64_freebsd_include_js-config.h 2019-11-18 19:29:17.729280000 +0100 >@@ -0,0 +1,64 @@ >+--- src/third_party/mozjs-60/platform/aarch64/freebsd/include/js-config.h.orig 2019-11-14 10:50:21 UTC >++++ src/third_party/mozjs-60/platform/aarch64/freebsd/include/js-config.h >+@@ -0,0 +1,61 @@ >++/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- >++ * vim: set ts=8 sw=4 et tw=78: >++ * >++ * This Source Code Form is subject to the terms of the Mozilla Public >++ * License, v. 2.0. If a copy of the MPL was not distributed with this >++ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ >++ >++#ifndef js_config_h >++#define js_config_h >++ >++/* Definitions set at build time that affect SpiderMonkey's public API. >++ This header file is generated by the SpiderMonkey configure script, >++ and installed along with jsapi.h. */ >++ >++/* Define to 1 if SpiderMonkey is in debug mode. */ >++/* #undef JS_DEBUG */ >++ >++/* >++ * NB: We have a special case for rust-bindgen, which wants to be able to >++ * generate both debug and release bindings on a single objdir. >++ */ >++#ifdef JS_DEBUG >++#if !defined(DEBUG) && !defined(RUST_BINDGEN) >++# error "SpiderMonkey was configured with --enable-debug, so DEBUG must be defined when including this header" >++# endif >++#else >++# if defined(DEBUG) && !defined(RUST_BINDGEN) >++# error "SpiderMonkey was configured with --disable-debug, so DEBUG must be not defined when including this header" >++# endif >++#endif >++ >++/* Define to 1 if SpiderMonkey should not use struct types in debug builds. */ >++/* #undef JS_NO_JSVAL_JSID_STRUCT_TYPES */ >++ >++/* Define to 1 if SpiderMonkey should support multi-threaded clients. */ >++/* #undef JS_THREADSAFE */ >++ >++/* Define to 1 if SpiderMonkey should include ctypes support. */ >++/* #undef JS_HAS_CTYPES */ >++ >++/* Define to 1 if SpiderMonkey should support the ability to perform >++ entirely too much GC. */ >++/* #undef JS_GC_ZEAL */ >++ >++/* Define to 1 if SpiderMonkey should use small chunks. */ >++/* #undef JS_GC_SMALL_CHUNK_SIZE */ >++ >++/* Define to 1 to perform extra assertions and heap poisoning. */ >++/* #undef JS_CRASH_DIAGNOSTICS */ >++ >++/* Define to 1 if SpiderMonkey is in NUNBOX32 mode. */ >++/* #undef JS_NUNBOX32 */ >++ >++/* Define to 1 if SpiderMonkey is in PUNBOX64 mode. */ >++#define JS_PUNBOX64 1 >++ >++/* MOZILLA JSAPI version number components */ >++#define MOZJS_MAJOR_VERSION 60 >++#define MOZJS_MINOR_VERSION 3 >++ >++#endif /* js_config_h */ >diff -uNr databases/mongodb40/files/patch-SConstruct databases/mongodb42/files/patch-SConstruct >--- databases/mongodb40/files/patch-SConstruct 2019-10-27 18:08:21.229613000 +0100 >+++ databases/mongodb42/files/patch-SConstruct 2019-11-18 19:29:17.785475000 +0100 >@@ -1,19 +1,19 @@ >---- SConstruct.orig 2018-01-04 23:28:55 UTC >+--- SConstruct.orig 2019-08-08 20:06:23 UTC > +++ SConstruct >-@@ -922,9 +922,9 @@ if has_option('variables-help'): >- print(env_vars.GenerateHelpText(env)) >+@@ -1068,9 +1068,9 @@ if has_option('variables-help'): >+ print((env_vars.GenerateHelpText(env))) > Exit(0) > > -unknown_vars = env_vars.UnknownVariables() > -if unknown_vars: >-- env.FatalError("Unknown variables specified: {0}", ", ".join(unknown_vars.keys())) >+- env.FatalError("Unknown variables specified: {0}", ", ".join(list(unknown_vars.keys()))) > +#unknown_vars = env_vars.UnknownVariables() > +#if unknown_vars: >-+# env.FatalError("Unknown variables specified: {0}", ", ".join(unknown_vars.keys())) >++# env.FatalError("Unknown variables specified: {0}", ", ".join(list(unknown_vars.keys()))) > > def set_config_header_define(env, varname, varval = 1): > env['CONFIG_HEADER_DEFINES'][varname] = varval >-@@ -1612,7 +1612,7 @@ if env.TargetOSIs('posix'): >+@@ -1851,7 +1851,7 @@ if env.TargetOSIs('posix'): > # If runtime hardening is requested, then build anything > # destined for an executable with the necessary flags for PIE. > env.AppendUnique( >@@ -22,7 +22,7 @@ > PROGLINKFLAGS=['-pie'], > ) > >-@@ -1626,7 +1626,7 @@ if env.TargetOSIs('posix'): >+@@ -1865,7 +1865,7 @@ if env.TargetOSIs('posix'): > "-Wno-unknown-pragmas", > "-Winvalid-pch"] ) > # env.Append( " -Wconversion" ) TODO: this doesn't really work yet >@@ -30,3 +30,4 @@ > + if env.TargetOSIs('linux', 'darwin', 'solaris', 'freebsd'): > if not has_option("disable-warnings-as-errors"): > env.Append( CCFLAGS=["-Werror"] ) >+ >diff -uNr databases/mongodb40/files/patch-asio-libc++7 databases/mongodb42/files/patch-asio-libc++7 >--- databases/mongodb40/files/patch-asio-libc++7 2019-10-27 18:08:21.230654000 +0100 >+++ databases/mongodb42/files/patch-asio-libc++7 1970-01-01 01:00:00.000000000 +0100 >@@ -1,15 +0,0 @@ >-https://github.com/boostorg/asio/commit/b5b17a67f0aa29f5156324d5e8a73dd8669a5a51 >- >---- src/third_party/asio-master/asio/include/asio/detail/config.hpp.orig 2018-07-03 21:09:33 UTC >-+++ src/third_party/asio-master/asio/include/asio/detail/config.hpp >-@@ -784,8 +784,9 @@ >- # if !defined(ASIO_DISABLE_STD_STRING_VIEW) >- # if defined(__clang__) >- # if (__cplusplus >= 201402) >--# if __has_include(<experimental/string_view>) >-+# if __has_include(<string_view>) >- # define ASIO_HAS_STD_STRING_VIEW 1 >-+# elif __has_include(<experimental/string_view>) >- # define ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1 >- # endif // __has_include(<experimental/string_view>) >- # endif // (__cplusplus >= 201402) >diff -uNr databases/mongodb40/files/patch-rpm_mongod.conf databases/mongodb42/files/patch-rpm_mongod.conf >--- databases/mongodb40/files/patch-rpm_mongod.conf 2019-10-27 18:08:21.232913000 +0100 >+++ databases/mongodb42/files/patch-rpm_mongod.conf 2019-11-18 19:29:17.760909000 +0100 >@@ -1,4 +1,4 @@ >---- rpm/mongod.conf.orig 2018-01-04 23:28:55 UTC >+--- rpm/mongod.conf.orig 2019-08-08 20:06:23 UTC > +++ rpm/mongod.conf > @@ -7,11 +7,11 @@ > systemLog: >@@ -14,7 +14,7 @@ > journal: > enabled: true > # engine: >-@@ -21,7 +21,7 @@ storage: >+@@ -20,7 +20,7 @@ storage: > # how the process runs > processManagement: > fork: true # fork and run in background >diff -uNr databases/mongodb40/files/patch-src_mongo_stdx_new.h databases/mongodb42/files/patch-src_mongo_stdx_new.h >--- databases/mongodb40/files/patch-src_mongo_stdx_new.h 1970-01-01 01:00:00.000000000 +0100 >+++ databases/mongodb42/files/patch-src_mongo_stdx_new.h 2019-11-18 19:45:41.403137000 +0100 >@@ -0,0 +1,14 @@ >+# https://github.com/mongodb/mongo/commit/aac59681b3ae4d3806174227ba4c88aaf8e89ea2 >+--- src/mongo/stdx/new.h.orig 2019-11-18 18:41:44 UTC >++++ src/mongo/stdx/new.h >+@@ -37,7 +37,9 @@ >+ namespace mongo { >+ namespace stdx { >+ >+-#if __cplusplus < 201703L || !defined(__cpp_lib_hardware_interference_size) >++// libc++ 8.0 and later define __cpp_lib_hardware_interference_size but don't actually implement it >++#if __cplusplus < 201703L || \ >++ !(defined(__cpp_lib_hardware_interference_size) && !defined(_LIBCPP_VERSION)) >+ >+ #if defined(MONGO_CONFIG_MAX_EXTENDED_ALIGNMENT) >+ static_assert(MONGO_CONFIG_MAX_EXTENDED_ALIGNMENT >= sizeof(uint64_t), "Bad extended alignment");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ronald-lists
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 242002
:
209183
|
209191
|
209534
|
209535
|
214546
|
214661
|
214871
|
214962
|
214963