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)
This commit is contained in:
parent
cd4e7df533
commit
e5059562fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433710
@ -14,7 +14,7 @@ COMMENT= Flexible Communications Framework
|
||||
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
|
||||
|
@ -18,6 +18,6 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/papyon/__init__.py:net-im/papyon \
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--prefix=${PREFIX}
|
||||
USES= gmake python
|
||||
USES= gmake python:2
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
||||
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
|
||||
|
@ -15,7 +15,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
||||
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
|
||||
|
@ -23,7 +23,7 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -14,7 +14,7 @@ COMMENT= IRC Connection Manager for Telepathy Framework
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -15,7 +15,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
||||
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
|
||||
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libavahi-glib.so:net/avahi-app \
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user