Date: Tue, 20 Jun 2017 04:41:27 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443941 - in head/net-im: telepathy-logger-qt4 telepathy-qt4 Message-ID: <201706200441.v5K4fREP031264@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706200441.v5K4fREP031264>