svn commit: r418636 - head/net-im/telepathy-qt4

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Jul 16 15:12:12 UTC 2016


Author: rakuco
Date: Sat Jul 16 15:12:10 2016
New Revision: 418636
URL: https://svnweb.freebsd.org/changeset/ports/418636

Log:
  Adjust dependencies to fix `make stage-qa'.
  
  Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to /usr/local/lib/libgobject-2.0.so.0 from devel/glib20 but it is not declared as a dependency
  Warning: you need USE_GNOME+=glib20
  Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to /usr/local/lib/libglib-2.0.so.0 from devel/glib20 but it is not declared as a dependency
  Warning: you need USE_GNOME+=glib20
  Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency
  Warning: you need USES+=gettext

Modified:
  head/net-im/telepathy-qt4/Makefile

Modified: head/net-im/telepathy-qt4/Makefile
==============================================================================
--- head/net-im/telepathy-qt4/Makefile	Sat Jul 16 14:54:55 2016	(r418635)
+++ head/net-im/telepathy-qt4/Makefile	Sat Jul 16 15:12:10 2016	(r418636)
@@ -3,6 +3,7 @@
 
 PORTNAME=	telepathy-qt4
 PORTVERSION=	0.9.6.1
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	https://telepathy.freedesktop.org/releases/${PORTNAME:C/4//}/
 DISTNAME=	${PORTNAME:C/4//}-${PORTVERSION}
@@ -19,11 +20,11 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_dbus_
 
 OPTIONS_DEFINE=	DOCS
 
-USE_GNOME=	libxslt:build
+USE_GNOME=	glib20 libxslt:build
 USE_GSTREAMER=	yes
 USE_QT4=	corelib dbus gui network qtestlib_build xml \
 		moc_build qmake_build rcc_build uic_build
-USES=		cmake:outsource pathfix pkgconfig python:build
+USES=		cmake:outsource gettext pathfix pkgconfig python:build
 CMAKE_ARGS=	-DENABLE_EXAMPLES:BOOL=False \
 		-DENABLE_FARSIGHT:BOOL=False \
 		-DENABLE_FARSTREAM:BOOL=True \


More information about the svn-ports-all mailing list