Index: head/net/linphone/Makefile =================================================================== --- head/net/linphone/Makefile (revision 485508) +++ head/net/linphone/Makefile (revision 485509) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= linphone PORTVERSION= 4.1.1 -PORTREVISION= 2 +PORTREVISION= 3 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 \ 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-resources.qrc =================================================================== --- head/net/linphone/files/patch-resources.qrc (nonexistent) +++ head/net/linphone/files/patch-resources.qrc (revision 485509) @@ -0,0 +1,16 @@ +--- resources.qrc.orig 2017-06-29 09:20:37 UTC ++++ resources.qrc +@@ -1,13 +1,5 @@ + + +- assets/fonts/NotoSans-hinted/NotoSans-BoldItalic.ttf +- assets/fonts/NotoSans-hinted/NotoSans-Bold.ttf +- assets/fonts/NotoSans-hinted/NotoSans-Italic.ttf +- assets/fonts/NotoSans-hinted/NotoSans-Regular.ttf +- assets/fonts/NotoSans-hinted/NotoSansUI-BoldItalic.ttf +- assets/fonts/NotoSans-hinted/NotoSansUI-Bold.ttf +- assets/fonts/NotoSans-hinted/NotoSansUI-Italic.ttf +- assets/fonts/NotoSans-hinted/NotoSansUI-Regular.ttf + assets/images/add_disabled.svg + assets/images/add_hovered.svg + assets/images/add_normal.svg Property changes on: head/net/linphone/files/patch-resources.qrc ___________________________________________________________________ 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/net/linphone/files/patch-src-app-AppController.cpp =================================================================== --- head/net/linphone/files/patch-src-app-AppController.cpp (nonexistent) +++ head/net/linphone/files/patch-src-app-AppController.cpp (revision 485509) @@ -0,0 +1,11 @@ +--- src/app/AppController.cpp.orig 2018-11-11 20:28:45 UTC ++++ src/app/AppController.cpp +@@ -34,7 +34,7 @@ + #define APPLICATION_VERSION "4.1.1" + #define APPLICATION_MINIMAL_QT_VERSION "5.9.0" + +-#define DEFAULT_FONT "Noto Sans" ++#define DEFAULT_FONT "sans-serif" + + using namespace std; + Property changes on: head/net/linphone/files/patch-src-app-AppController.cpp ___________________________________________________________________ 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