Index: lang/qt5-qml/Makefile =================================================================== --- lang/qt5-qml/Makefile (revision 472607) +++ lang/qt5-qml/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= qml DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= lang PKGNAMEPREFIX= qt5- Index: lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARM64Assembler.h =================================================================== --- lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARM64Assembler.h (nonexistent) +++ lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARM64Assembler.h (working copy) @@ -0,0 +1,12 @@ +--- src/3rdparty/masm/assembler/ARM64Assembler.h 2018-02-06 19:49:18 UTC ++++ src/3rdparty/masm/assembler/ARM64Assembler.h +@@ -3032,6 +3032,8 @@ + linuxPageFlush(current, current + page); + + linuxPageFlush(current, end); ++#elif OS(FREEBSD) ++ __clear_cache(code, reinterpret_cast(code) + size); + #elif OS(QNX) + #if !ENABLE(ASSEMBLER_WX_EXCLUSIVE) + msync(code, size, MS_INVALIDATE_ICACHE); + Property changes on: lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARM64Assembler.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: lang/qt5-qml/files/patch-src_qml_jsruntime_qv4global__p.h =================================================================== --- lang/qt5-qml/files/patch-src_qml_jsruntime_qv4global__p.h (nonexistent) +++ lang/qt5-qml/files/patch-src_qml_jsruntime_qv4global__p.h (working copy) @@ -0,0 +1,11 @@ +--- src/qml/jsruntime/qv4global_p.h 2018-02-06 19:49:18 UTC ++++ src/qml/jsruntime/qv4global_p.h +@@ -104,7 +104,7 @@ inline double trunc(double d) { return d > 0 ? floor(d + # define V4_ENABLE_JIT + # endif + #elif defined(Q_PROCESSOR_ARM_64) && (QT_POINTER_SIZE == 8) +-# if defined(Q_OS_LINUX) || defined(Q_OS_QNX) ++# if defined(Q_OS_LINUX) || defined(Q_OS_QNX) || defined(Q_OS_FREEBSD) + # define V4_ENABLE_JIT + # endif + #elif defined(Q_PROCESSOR_MIPS_32) && defined(Q_OS_LINUX) Property changes on: lang/qt5-qml/files/patch-src_qml_jsruntime_qv4global__p.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property