Index: head/lang/qt5-qml/Makefile =================================================================== --- head/lang/qt5-qml/Makefile (revision 472712) +++ head/lang/qt5-qml/Makefile (revision 472713) @@ -1,32 +1,33 @@ # $FreeBSD$ PORTNAME= qml DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= lang PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt QML and JavaScript language module BROKEN_powerpc64= Does not build USE_QT5= core network buildtools_build QT_DIST= declarative USES= python:build qmake USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src post-patch: # tools/tools.pro will be processed automatically unless it does not exist. ${RM} -r ${WRKSRC}/tools ${REINPLACE_CMD} 's,python,${PYTHON_CMD},g' \ ${WRKSRC}/src/3rdparty/masm/masm.pri # qtdeclarative.pro wants to run python, replace that with PYTHON_CMD ${REINPLACE_CMD} '/py_out/s#python#${PYTHON_CMD}#g' \ ${WRKSRC}/qtdeclarative.pro .include Index: head/lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARM64Assembler.h =================================================================== --- head/lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARM64Assembler.h (nonexistent) +++ head/lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARM64Assembler.h (revision 472713) @@ -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: head/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: head/lang/qt5-qml/files/patch-src_qml_jsruntime_qv4global__p.h =================================================================== --- head/lang/qt5-qml/files/patch-src_qml_jsruntime_qv4global__p.h (nonexistent) +++ head/lang/qt5-qml/files/patch-src_qml_jsruntime_qv4global__p.h (revision 472713) @@ -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: head/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