summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
Diffstat (limited to 'chat')
-rw-r--r--chat/empathy/Makefile4
-rw-r--r--chat/gajim/Makefile4
-rw-r--r--chat/gajim/options.mk4
-rw-r--r--chat/libtelepathy/Makefile4
-rw-r--r--chat/py-xmpppy/Makefile4
-rw-r--r--chat/spectrum/Makefile4
-rw-r--r--chat/telepathy-farsight/Makefile4
-rw-r--r--chat/telepathy-gabble/Makefile4
-rw-r--r--chat/telepathy-glib/Makefile4
-rw-r--r--chat/telepathy-haze/Makefile4
-rw-r--r--chat/telepathy-idle/Makefile4
-rw-r--r--chat/telepathy-logger/Makefile4
-rw-r--r--chat/telepathy-mission-control5/Makefile4
-rw-r--r--chat/telepathy-qt/Makefile4
-rw-r--r--chat/xchat-python/Makefile4
15 files changed, 30 insertions, 30 deletions
diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile
index 780b4b66e9b..965d4f6c137 100644
--- a/chat/empathy/Makefile
+++ b/chat/empathy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2016/12/04 05:17:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.83 2017/01/01 14:43:24 wiz Exp $
DISTNAME= empathy-2.34.0
PKGREVISION= 51
@@ -10,7 +10,7 @@ HOMEPAGE= http://live.gnome.org/Empathy
COMMENT= Gnome instant messenger client
LICENSE= gnu-gpl-v2
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
GNU_CONFIGURE= yes
USE_TOOLS+= gawk gmake gsed intltool msgfmt pkg-config
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile
index 1d7f074fbf3..b4282f89846 100644
--- a/chat/gajim/Makefile
+++ b/chat/gajim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/08/03 10:22:33 adam Exp $
+# $NetBSD: Makefile,v 1.31 2017/01/01 14:43:25 wiz Exp $
DISTNAME= gajim-0.15
PKGREVISION= 14
@@ -15,7 +15,7 @@ DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
DEPENDS= ${PYPKGPREFIX}-dbus>=0.81:../../sysutils/py-dbus
DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
.include "options.mk"
diff --git a/chat/gajim/options.mk b/chat/gajim/options.mk
index 85cedbef81e..39d14cade22 100644
--- a/chat/gajim/options.mk
+++ b/chat/gajim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2016/07/09 13:03:32 wiz Exp $
+# $NetBSD: options.mk,v 1.8 2017/01/01 14:43:25 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gajim
PKG_SUPPORTED_OPTIONS= avahi gnome gnome-keyring ssl
@@ -20,7 +20,7 @@ DEPENDS+= avahi-[0-9]*:../../net/avahi
# gnome
.if !empty(PKG_OPTIONS:Mgnome)
DEPENDS+= ${PYPKGPREFIX}-gnome2-[0-9]*:../../x11/py-gnome2
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2
.endif
# gnome-keyring
diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile
index c7ce3c0ba3e..9d2bf988b8d 100644
--- a/chat/libtelepathy/Makefile
+++ b/chat/libtelepathy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/07/09 13:03:32 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2017/01/01 14:43:25 wiz Exp $
DISTNAME= libtelepathy-0.3.3
PKGREVISION= 9
@@ -18,7 +18,7 @@ USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= libtelepathy.pc.in
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.3.3
.include "../../lang/python/pyversion.mk"
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
diff --git a/chat/py-xmpppy/Makefile b/chat/py-xmpppy/Makefile
index f98164eb2a9..7313fe14734 100644
--- a/chat/py-xmpppy/Makefile
+++ b/chat/py-xmpppy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:33 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:25 wiz Exp $
DISTNAME= xmpppy-0.5.0rc1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat>=0nb4:../../textproc/py-expat
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.5.0rc1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.5.0rc1
DOCDIR= ${PREFIX}/share/doc/py-xmpppy
EXDIR= ${PREFIX}/share/examples/py-xmpppy
diff --git a/chat/spectrum/Makefile b/chat/spectrum/Makefile
index 85c7b884025..43b5cdb312c 100644
--- a/chat/spectrum/Makefile
+++ b/chat/spectrum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2016/12/04 05:17:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.56 2017/01/01 14:43:25 wiz Exp $
DISTNAME= spectrum-1.4.8
PKGREVISION= 35
@@ -20,7 +20,7 @@ USE_LANGUAGES= c++ c
REPLACE_PYTHON+= spectrumctl/spectrumctl.py
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-xmpppy
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-xmpppy
BUILD_DEFS+= JABBER_USER JABBER_GROUP
BUILD_DEFS+= SPECTRUM_RUN SPECTRUM_DB SPECTRUM_LOG
diff --git a/chat/telepathy-farsight/Makefile b/chat/telepathy-farsight/Makefile
index 776326c794f..0340862c9c9 100644
--- a/chat/telepathy-farsight/Makefile
+++ b/chat/telepathy-farsight/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2016/08/03 10:22:34 adam Exp $
+# $NetBSD: Makefile,v 1.46 2017/01/01 14:43:25 wiz Exp $
DISTNAME= telepathy-farsight-0.0.19
PKGREVISION= 1
@@ -19,7 +19,7 @@ CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
PKGCONFIG_OVERRIDE+= telepathy-farsight/telepathy-farsight.pc.in
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, py-gstreamer0.10
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, py-gstreamer0.10
.include "../../lang/python/extension.mk"
diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile
index 325702c57fc..b43ac7e2f6f 100644
--- a/chat/telepathy-gabble/Makefile
+++ b/chat/telepathy-gabble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2016/12/04 05:17:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.52 2017/01/01 14:43:25 wiz Exp $
DISTNAME= telepathy-gabble-0.18.3
PKGREVISION= 4
@@ -18,7 +18,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" "
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.11.10
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.11.10
REPLACE_PYTHON+= plugins/telepathy-gabble-xmpp-console
.include "../../mk/compiler.mk"
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile
index dc58a1b2bdb..2ec74d3518a 100644
--- a/chat/telepathy-glib/Makefile
+++ b/chat/telepathy-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2016/07/09 13:03:33 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2017/01/01 14:43:25 wiz Exp $
DISTNAME= telepathy-glib-0.24.1
PKGREVISION= 4
@@ -22,7 +22,7 @@ PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in
PYTHON_FOR_BUILD_ONLY= yes
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
REPLACE_PYTHON+= tests/all-errors-documented.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.24.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.24.1
TEST_TARGET= check
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36
diff --git a/chat/telepathy-haze/Makefile b/chat/telepathy-haze/Makefile
index 6c50bdef526..11ba677ce0f 100644
--- a/chat/telepathy-haze/Makefile
+++ b/chat/telepathy-haze/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/07/09 13:03:33 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:25 wiz Exp $
DISTNAME= telepathy-haze-0.8.0
CATEGORIES= chat
@@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS= gmake pkg-config
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.8.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.8.0
.include "../../chat/libpurple/buildlink3.mk"
.include "../../chat/telepathy-glib/buildlink3.mk"
diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile
index 5533baa0cd1..f6e6a279db4 100644
--- a/chat/telepathy-idle/Makefile
+++ b/chat/telepathy-idle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2016/07/09 13:03:33 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:25 wiz Exp $
DISTNAME= telepathy-idle-0.1.8
PKGREVISION= 10
@@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.1.8
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.1.8
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/chat/telepathy-logger/Makefile b/chat/telepathy-logger/Makefile
index 2107c2e6124..689220aa3a8 100644
--- a/chat/telepathy-logger/Makefile
+++ b/chat/telepathy-logger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2016/12/12 14:22:02 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2017/01/01 14:43:25 wiz Exp $
DISTNAME= telepathy-logger-0.2.7
PKGREVISION= 18
@@ -23,7 +23,7 @@ PKGCONFIG_OVERRIDE+= telepathy-logger/telepathy-logger-0.1.pc.in
BUILD_DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.2.7
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.2.7
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
diff --git a/chat/telepathy-mission-control5/Makefile b/chat/telepathy-mission-control5/Makefile
index c33b07fbc10..d35ef5ab18a 100644
--- a/chat/telepathy-mission-control5/Makefile
+++ b/chat/telepathy-mission-control5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/07/09 13:03:33 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/01 14:43:25 wiz Exp $
DISTNAME= telepathy-mission-control-5.7.9
PKGNAME= telepathy-mission-control5-5.7.9
@@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= mission-control-plugins.pc.in
#PKGCONFIG_OVERRIDE+= libmcclient.pc.in
#PKGCONFIG_OVERRIDE+= mission-control.pc.in
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 5.7.9
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 5.7.9
#.include "../../lang/python/pyversion.mk"
CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
diff --git a/chat/telepathy-qt/Makefile b/chat/telepathy-qt/Makefile
index 87286c6f391..1b7b356f743 100644
--- a/chat/telepathy-qt/Makefile
+++ b/chat/telepathy-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/07/09 13:03:33 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:26 wiz Exp $
DISTNAME= telepathy-qt-0.9.6.1
PKGREVISION= 1
@@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= TelepathyQt/TelepathyQtService.pc.in
PKGCONFIG_OVERRIDE+= TelepathyQt/Farstream/TelepathyQtFarstream.pc.in
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.24.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.24.1
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--no-add-needed
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile
index eb47bb76bda..881e371f0df 100644
--- a/chat/xchat-python/Makefile
+++ b/chat/xchat-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2016/07/09 13:03:33 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2017/01/01 14:43:26 wiz Exp $
.include "../../chat/xchat/Makefile.common"
@@ -28,7 +28,7 @@ SUBST_FILES.libutil= configure
SUBST_SED.libutil= -e 's/ -lutil//g'
.endif
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.8.8
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.8.8
.include "../../lang/python/application.mk"
.include "../../mk/pthread.buildlink3.mk"