Date: Thu, 7 Mar 2019 22:47:52 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495003 - head/net-im/quaternion Message-ID: <201903072247.x27Mlqvc023563@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Thu Mar 7 22:47:52 2019 New Revision: 495003 URL: https://svnweb.freebsd.org/changeset/ports/495003 Log: net-im/quaternion uses C++17 features (which generate a warning from clang in C++11 mode, not an error). While here, pet portlint. Modified: head/net-im/quaternion/Makefile Modified: head/net-im/quaternion/Makefile ============================================================================== --- head/net-im/quaternion/Makefile Thu Mar 7 21:57:24 2019 (r495002) +++ head/net-im/quaternion/Makefile Thu Mar 7 22:47:52 2019 (r495003) @@ -11,14 +11,17 @@ COMMENT= Matrix IM client based on Qt technologies LICENSE= GPLv3 LICENSE_FILES= ${WRKSRC}/COPYING -USE_GITHUB= yes -GH_ACCOUNT= QMatrixClient +LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 \ + libsecret-1.so:security/libsecret +BUILD_DEPENDS= libqmatrixclient>=0.5:net-im/libqmatrixclient -LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 -BUILD_DEPENDS= ${LOCALBASE}/lib/libQMatrixClient.a:net-im/libqmatrixclient +USES= cmake compiler:c++17-lang gettext-runtime gnome \ + localbase:ldflags qt:5 tar:xz +USE_GNOME= glib20 +USE_QT= core dbus declarative gui multimedia network widgets \ + buildtools_build linguist_build qmake_build -USES= cmake compiler:c++17-lang localbase:ldflags qt:5 tar:xz -USE_QT= core declarative gui network widgets \ - buildtools_build linguist_build qmake_build +USE_GITHUB= yes +GH_ACCOUNT= QMatrixClient .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903072247.x27Mlqvc023563>