svn commit: r495003 - head/net-im/quaternion

Adriaan de Groot adridg at FreeBSD.org
Thu Mar 7 22:47:53 UTC 2019


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 at qt5 \
+		libsecret-1.so:security/libsecret
+BUILD_DEPENDS=	libqmatrixclient>=0.5:net-im/libqmatrixclient
 
-LIB_DEPENDS=	libqt5keychain.so:security/qtkeychain at 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>


More information about the svn-ports-head mailing list