svn commit: r482377 - in head/net/linphone: . files
Tijl Coosemans
tijl at FreeBSD.org
Thu Oct 18 20:23:19 UTC 2018
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}")
More information about the svn-ports-all
mailing list