From owner-svn-ports-head@freebsd.org Thu Feb 9 05:26:01 2017 Return-Path: Delivered-To: svn-ports-head@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 AFABBCD7901; Thu, 9 Feb 2017 05:26:01 +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 87A739BC; Thu, 9 Feb 2017 05:26:01 +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 v195Q0MR072570; Thu, 9 Feb 2017 05:26:00 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v195PxGR072556; Thu, 9 Feb 2017 05:25:59 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201702090525.v195PxGR072556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Thu, 9 Feb 2017 05:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433710 - in head/net-im: libtelepathy telepathy-butterfly telepathy-farsight telepathy-farstream telepathy-gabble telepathy-glib telepathy-idle telepathy-logger telepathy-rakia telepat... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 05:26:01 -0000 Author: fluffy Date: Thu Feb 9 05:25:59 2017 New Revision: 433710 URL: https://svnweb.freebsd.org/changeset/ports/433710 Log: Limit net-im/*telepathy* components to use python2 only as it hardcoded in src PR: 215672 Submitted by: myself Approved by: gnome (kwm via irc) Modified: head/net-im/libtelepathy/Makefile head/net-im/telepathy-butterfly/Makefile head/net-im/telepathy-farsight/Makefile head/net-im/telepathy-farstream/Makefile head/net-im/telepathy-gabble/Makefile head/net-im/telepathy-glib/Makefile head/net-im/telepathy-idle/Makefile head/net-im/telepathy-logger/Makefile head/net-im/telepathy-rakia/Makefile head/net-im/telepathy-salut/Makefile Modified: head/net-im/libtelepathy/Makefile ============================================================================== --- head/net-im/libtelepathy/Makefile Thu Feb 9 03:18:46 2017 (r433709) +++ head/net-im/libtelepathy/Makefile Thu Feb 9 05:25:59 2017 (r433710) @@ -14,7 +14,7 @@ COMMENT= Flexible Communications Framewo LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib \ libdbus-glib-1.so:devel/dbus-glib -USES= gmake libtool pathfix pkgconfig python:build +USES= gmake libtool pathfix pkgconfig python:2,build USE_LDCONFIG= yes USE_GNOME= glib20 libxslt:build GNU_CONFIGURE= yes Modified: head/net-im/telepathy-butterfly/Makefile ============================================================================== --- head/net-im/telepathy-butterfly/Makefile Thu Feb 9 03:18:46 2017 (r433709) +++ head/net-im/telepathy-butterfly/Makefile Thu Feb 9 05:25:59 2017 (r433710) @@ -18,6 +18,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/papyo HAS_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} -USES= gmake python +USES= gmake python:2 .include Modified: head/net-im/telepathy-farsight/Makefile ============================================================================== --- head/net-im/telepathy-farsight/Makefile Thu Feb 9 03:18:46 2017 (r433709) +++ head/net-im/telepathy-farsight/Makefile Thu Feb 9 05:25:59 2017 (r433710) @@ -16,7 +16,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbu libgstfarsight-0.10.so:net-im/farsight2 GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig python +USES= gmake libtool pathfix pkgconfig python:2 USE_LDCONFIG= yes USE_GNOME= glib20 libxslt:build CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net-im/telepathy-farstream/Makefile ============================================================================== --- head/net-im/telepathy-farstream/Makefile Thu Feb 9 03:18:46 2017 (r433709) +++ head/net-im/telepathy-farstream/Makefile Thu Feb 9 05:25:59 2017 (r433710) @@ -15,7 +15,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbu libtelepathy-glib.so:net-im/telepathy-glib \ libfarstream-0.2.so:net-im/farstream -USES= gmake libtool pathfix pkgconfig python +USES= gmake libtool pathfix pkgconfig python:2 USE_GNOME= glib20 libxslt:build introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net-im/telepathy-gabble/Makefile ============================================================================== --- head/net-im/telepathy-gabble/Makefile Thu Feb 9 03:18:46 2017 (r433709) +++ head/net-im/telepathy-gabble/Makefile Thu Feb 9 05:25:59 2017 (r433710) @@ -23,7 +23,7 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_ PORTSCOUT= limitw:1,even -USES= alias gmake libtool pathfix pkgconfig python:build sqlite +USES= alias gmake libtool pathfix pkgconfig python:2,build sqlite USE_GNOME= glib20 gtksourceview3 libxslt:build USE_OPENSSL= yes GNU_CONFIGURE= yes Modified: head/net-im/telepathy-glib/Makefile ============================================================================== --- head/net-im/telepathy-glib/Makefile Thu Feb 9 03:18:46 2017 (r433709) +++ head/net-im/telepathy-glib/Makefile Thu Feb 9 05:25:59 2017 (r433710) @@ -17,7 +17,7 @@ RUN_DEPENDS= vapigen:lang/vala PORTSCOUT= limitw:1,even -USES= gmake libtool pathfix pkgconfig python:build +USES= gmake libtool pathfix pkgconfig python:2,build USE_GNOME= glib20 introspection:build libxslt:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/net-im/telepathy-idle/Makefile ============================================================================== --- head/net-im/telepathy-idle/Makefile Thu Feb 9 03:18:46 2017 (r433709) +++ head/net-im/telepathy-idle/Makefile Thu Feb 9 05:25:59 2017 (r433710) @@ -14,7 +14,7 @@ COMMENT= IRC Connection Manager for Tele LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib -USES= execinfo gmake libtool pathfix pkgconfig python:build +USES= execinfo gmake libtool pathfix pkgconfig python:2,build USE_GNOME= glib20 libxslt:build GNU_CONFIGURE= yes USE_OPENSSL= yes Modified: head/net-im/telepathy-logger/Makefile ============================================================================== --- head/net-im/telepathy-logger/Makefile Thu Feb 9 03:18:46 2017 (r433709) +++ head/net-im/telepathy-logger/Makefile Thu Feb 9 05:25:59 2017 (r433710) @@ -16,7 +16,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib -USES= gettext-tools gmake libtool pathfix pkgconfig python:build \ +USES= gettext-tools gmake libtool pathfix pkgconfig python:2,build \ sqlite tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net-im/telepathy-rakia/Makefile ============================================================================== --- head/net-im/telepathy-rakia/Makefile Thu Feb 9 03:18:46 2017 (r433709) +++ head/net-im/telepathy-rakia/Makefile Thu Feb 9 05:25:59 2017 (r433710) @@ -15,7 +15,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbu libsofia-sip-ua-glib.so:net/sofia-sip \ libtelepathy-glib.so:net-im/telepathy-glib -USES= gmake pathfix pkgconfig python:build +USES= gmake pathfix pkgconfig python:2,build USE_GNOME= glib20 libxslt:build GNU_CONFIGURE= yes USE_OPENSSL= yes Modified: head/net-im/telepathy-salut/Makefile ============================================================================== --- head/net-im/telepathy-salut/Makefile Thu Feb 9 03:18:46 2017 (r433709) +++ head/net-im/telepathy-salut/Makefile Thu Feb 9 05:25:59 2017 (r433710) @@ -16,7 +16,7 @@ LIB_DEPENDS= libavahi-glib.so:net/avahi- libsoup-2.4.so:devel/libsoup GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig python:build sqlite +USES= gmake libtool pathfix pkgconfig python:2,build sqlite USE_GNOME= glib20 libxslt:build USE_OPENSSL= yes CONFIGURE_ARGS= --disable-Werror --enable-avahi-tests=no