Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2016 15:13:10 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r418637 - branches/2016Q3/net-im/telepathy-qt4
Message-ID:  <201607161513.u6GFDAOu029150@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Jul 16 15:13:09 2016
New Revision: 418637
URL: https://svnweb.freebsd.org/changeset/ports/418637

Log:
  MFH: r418636
  
  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
  
  Approved by:	ports-secteam (junovitch, implicit)

Modified:
  branches/2016Q3/net-im/telepathy-qt4/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/net-im/telepathy-qt4/Makefile
==============================================================================
--- branches/2016Q3/net-im/telepathy-qt4/Makefile	Sat Jul 16 15:12:10 2016	(r418636)
+++ branches/2016Q3/net-im/telepathy-qt4/Makefile	Sat Jul 16 15:13:09 2016	(r418637)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607161513.u6GFDAOu029150>