Index: head/net/linphone/Makefile =================================================================== --- head/net/linphone/Makefile (revision 482376) +++ head/net/linphone/Makefile (revision 482377) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= linphone PORTVERSION= 4.1.1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= https://www.linphone.org/releases/sources/linphoneqt/ DISTNAME= linphoneqt-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SIP client supporting voice/video calls and text messaging LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \ libbelcard.so:deskutils/belcard \ liblinphone++.so:net/liblinphone USES= cmake:outsource pkgconfig qt:5 -USE_QT= concurrent core gui linguisttools network qml quick \ - quickcontrols2 speech svg testlib widgets +USE_QT= buildtools_build concurrent core gui linguisttools network \ + qmake_build qml quick quickcontrols2 speech svg testlib widgets post-patch: @${REINPLACE_CMD} 's/LINPHONE_QT_GIT_VERSION/"${PORTVERSION}"/' \ ${WRKSRC}/src/app/AppController.cpp .include Index: head/net/linphone/files/patch-CMakeLists.txt =================================================================== --- head/net/linphone/files/patch-CMakeLists.txt (nonexistent) +++ head/net/linphone/files/patch-CMakeLists.txt (revision 482377) @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2017-07-21 13:14:18 UTC ++++ CMakeLists.txt +@@ -342,7 +342,6 @@ else () + endif () + + if (NOT WIN32) +- add_dependencies(update_translations check_qml) + endif () + set_target_properties(${TARGET_NAME} PROPERTIES OUTPUT_NAME "${EXECUTABLE_NAME}") + set_target_properties(${TESTER_TARGET_NAME} PROPERTIES OUTPUT_NAME "${TESTER_EXECUTABLE_NAME}") Property changes on: head/net/linphone/files/patch-CMakeLists.txt ___________________________________________________________________ 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