Index: head/net/linphone/Makefile =================================================================== --- head/net/linphone/Makefile (revision 484628) +++ head/net/linphone/Makefile (revision 484629) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= linphone PORTVERSION= 4.1.1 -PORTREVISION= 1 +PORTREVISION= 2 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 compiler:c++11-lib pkgconfig qt:5 -USE_QT= buildtools_build concurrent core declarative gui linguisttools network \ - qmake_build quickcontrols2 speech svg testlib widgets +USE_QT= buildtools_build concurrent core declarative \ + graphicaleffects_run gui linguisttools network qmake_build \ + quickcontrols_run 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-08-313aa68 =================================================================== --- head/net/linphone/files/patch-08-313aa68 (nonexistent) +++ head/net/linphone/files/patch-08-313aa68 (revision 484629) @@ -0,0 +1,29 @@ +From 313aa682738fc877ee8ba78b1d4060e08739cc24 Mon Sep 17 00:00:00 2001 +From: Ronan Abhamon +Date: Fri, 19 Jan 2018 15:16:03 +0100 +Subject: [PATCH] feat(AppController): force default theme style + +--- + src/app/AppController.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/app/AppController.cpp b/src/app/AppController.cpp +index 2d353884..711e1a9b 100644 +--- src/app/AppController.cpp ++++ src/app/AppController.cpp +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include "gitversion.h" + +@@ -85,6 +86,7 @@ AppController::AppController (int &argc, char *argv[]) { + QCoreApplication::setApplicationVersion(APPLICATION_VERSION); + + mApp = new App(argc, argv); ++ QQuickStyle::setStyle("Default"); + if (mApp->isSecondary()) { + #ifdef Q_OS_MACOS + mApp->processEvents(); Property changes on: head/net/linphone/files/patch-08-313aa68 ___________________________________________________________________ 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