Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2017 05:25:59 +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: r433710 - in head/net-im: libtelepathy telepathy-butterfly telepathy-farsight telepathy-farstream telepathy-gabble telepathy-glib telepathy-idle telepathy-logger telepathy-rakia telepat...
Message-ID:  <201702090525.v195PxGR072556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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