Date: Thu, 18 Oct 2018 20:23:18 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482377 - in head/net/linphone: . files Message-ID: <201810182023.w9IKNIBw002362@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Oct 18 20:23:18 2018 New Revision: 482377 URL: https://svnweb.freebsd.org/changeset/ports/482377 Log: - Add missing Qt build dependencies. - Patch CMakeLists.txt so bash isn't needed during build. Submitted by: swills Added: head/net/linphone/files/patch-CMakeLists.txt (contents, props changed) Modified: head/net/linphone/Makefile Modified: head/net/linphone/Makefile ============================================================================== --- head/net/linphone/Makefile Thu Oct 18 19:56:02 2018 (r482376) +++ head/net/linphone/Makefile Thu Oct 18 20:23:18 2018 (r482377) @@ -15,8 +15,8 @@ LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \ 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}"/' \ Added: head/net/linphone/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/linphone/files/patch-CMakeLists.txt Thu Oct 18 20:23:18 2018 (r482377) @@ -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}")
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810182023.w9IKNIBw002362>