svn commit: r443941 - in head/net-im: telepathy-logger-qt4 telepathy-qt4
Dima Panov
fluffy at FreeBSD.org
Tue Jun 20 04:41:29 UTC 2017
Author: fluffy
Date: Tue Jun 20 04:41:27 2017
New Revision: 443941
URL: https://svnweb.freebsd.org/changeset/ports/443941
Log:
Limit net-im/telepathy*-qt* components to use python2 only as it hardcoded in src
With hat: kde
Modified:
head/net-im/telepathy-logger-qt4/Makefile
head/net-im/telepathy-qt4/Makefile
Modified: head/net-im/telepathy-logger-qt4/Makefile
==============================================================================
--- head/net-im/telepathy-logger-qt4/Makefile Tue Jun 20 04:18:11 2017 (r443940)
+++ head/net-im/telepathy-logger-qt4/Makefile Tue Jun 20 04:41:27 2017 (r443941)
@@ -17,7 +17,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
libtelepathy-logger.so:net-im/telepathy-logger \
libtelepathy-qt4.so:net-im/telepathy-qt4
-USES= bison:build cmake kde:4 pkgconfig python:build tar:bzip2
+USES= bison:build cmake kde:4 pkgconfig python:2,build tar:bzip2
USE_GNOME= glib20 libxml2
USE_GSTREAMER= qt4
USE_KDE= # empty
Modified: head/net-im/telepathy-qt4/Makefile
==============================================================================
--- head/net-im/telepathy-qt4/Makefile Tue Jun 20 04:18:11 2017 (r443940)
+++ head/net-im/telepathy-qt4/Makefile Tue Jun 20 04:41:27 2017 (r443941)
@@ -22,7 +22,7 @@ OPTIONS_DEFINE= DOCS
USE_GNOME= glib20 libxslt:build
USE_GSTREAMER= yes
-USES= cmake:outsource gettext pathfix pkgconfig python:build
+USES= cmake:outsource gettext pathfix pkgconfig python:2,build
CMAKE_ARGS= -DENABLE_EXAMPLES:BOOL=False \
-DENABLE_FARSIGHT:BOOL=False \
-DENABLE_FARSTREAM:BOOL=True \
More information about the svn-ports-all
mailing list