From owner-svn-ports-all@freebsd.org Tue Jun 20 04:41:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00754D8F261; Tue, 20 Jun 2017 04:41:29 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF67D73508; Tue, 20 Jun 2017 04:41:28 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5K4fRen031266; Tue, 20 Jun 2017 04:41:27 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5K4fREP031264; Tue, 20 Jun 2017 04:41:27 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201706200441.v5K4fREP031264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Tue, 20 Jun 2017 04:41:27 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2017 04:41:29 -0000 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 \