diff options
author | wiz <wiz> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-05-09 07:36:53 +0000 |
commit | 84420beaae7a04e9bd6a46d33d31e46e8c1080ce (patch) | |
tree | f0ae24b824ed839ee5b6436ccbb72fb55cef94f8 /chat | |
parent | 2873091b7d53861e716b61355f2c0f38bff087f7 (diff) | |
download | pkgsrc-84420beaae7a04e9bd6a46d33d31e46e8c1080ce.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/finch/Makefile | 4 | ||||
-rw-r--r-- | chat/gajim/Makefile | 4 | ||||
-rw-r--r-- | chat/gajim/options.mk | 4 | ||||
-rw-r--r-- | chat/libpurple/options.mk | 4 | ||||
-rw-r--r-- | chat/libtelepathy/Makefile | 4 | ||||
-rw-r--r-- | chat/pidgin/Makefile | 4 | ||||
-rw-r--r-- | chat/py-xmpppy/Makefile | 4 | ||||
-rw-r--r-- | chat/spectrum/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-farsight/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-gabble/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-glib/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-idle/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-logger/Makefile | 4 | ||||
-rw-r--r-- | chat/telepathy-mission-control5/Makefile | 4 | ||||
-rw-r--r-- | chat/xchat-python/Makefile | 4 |
15 files changed, 30 insertions, 30 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile index 3f4dda48ad6..040289625de 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.57 2014/02/03 16:38:53 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2014/05/09 07:36:55 wiz Exp $ PKGNAME= finch-${PIDGIN_VERSION} COMMENT= Multi-protocol Instant Messaging client console frontend -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.10.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.10.8 # finch/libgnt/gntwm.c needs # - PyObject *pp = PySys_GetObject("path"), *dirobj = PyString_FromString(dir); # + PyObject *pp = PySys_GetObject("path"), *dirobj = PyBytes_FromString(dir); diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index 10cb1b8b45f..f6fd6fcdee1 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/05/05 00:47:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2014/05/09 07:36:55 wiz Exp $ DISTNAME= gajim-0.15 PKGREVISION= 12 @@ -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= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "options.mk" diff --git a/chat/gajim/options.mk b/chat/gajim/options.mk index 8c7381280ba..d4873ea297e 100644 --- a/chat/gajim/options.mk +++ b/chat/gajim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2014/01/25 10:29:57 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2014/05/09 07:36:55 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= 33 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 .endif # gnome-keyring diff --git a/chat/libpurple/options.mk b/chat/libpurple/options.mk index 7c3cd43e878..d6b69d0fd3e 100644 --- a/chat/libpurple/options.mk +++ b/chat/libpurple/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.25 2014/04/23 02:21:08 schnoebe Exp $ +# $NetBSD: options.mk,v 1.26 2014/05/09 07:36:55 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libpurple PKG_SUPPORTED_OPTIONS+= avahi dbus debug farsight gnome gnutls @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-tclconfig=${BUILDLINK_PREFIX.tcl}/lib .if !empty(PKG_OPTIONS:Mdbus) CONFIGURE_ARGS+= --enable-dbus CONFIGURE_ARGS+= --with-python=${PYTHONBIN} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.10.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.10.8 PLIST.dbus= yes REPLACE_SH+= libpurple/purple-send REPLACE_SH+= libpurple/purple-send-async diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile index 428162c7aa1..cfb2be09ba0 100644 --- a/chat/libtelepathy/Makefile +++ b/chat/libtelepathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/05/09 07:36:55 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= 33 # not yet ported as of 0.3.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.3 .include "../../lang/python/pyversion.mk" CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index abe76be4d75..94ad4a39a49 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2014/05/05 00:47:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.62 2014/05/09 07:36:55 wiz Exp $ PKGREVISION= 1 COMMENT= Multi-protocol Instant Messaging client GTK frontend -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.10.8 (finch) +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.10.8 (finch) .include "../../chat/libpurple/Makefile.common" diff --git a/chat/py-xmpppy/Makefile b/chat/py-xmpppy/Makefile index 7a78fe2e561..25a5072deaf 100644 --- a/chat/py-xmpppy/Makefile +++ b/chat/py-xmpppy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:36:55 wiz Exp $ DISTNAME= xmpppy-0.5.0rc1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ USE_LANGUAGES= # none PYDISTUTILSPKG= yes PYTHON_VERSIONED_DEPENDENCIES= dns -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.5.0rc1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 94ca21ba835..8efc16e3b76 100644 --- a/chat/spectrum/Makefile +++ b/chat/spectrum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/04/10 06:21:21 obache Exp $ +# $NetBSD: Makefile,v 1.42 2014/05/09 07:36:55 wiz Exp $ DISTNAME= spectrum-1.4.8 PKGREVISION= 26 @@ -20,7 +20,7 @@ USE_LANGUAGES= c++ c REPLACE_PYTHON+= spectrumctl/spectrumctl.py PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xmpppy +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 558336cd2b2..726d298edfc 100644 --- a/chat/telepathy-farsight/Makefile +++ b/chat/telepathy-farsight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/05/05 00:47:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2014/05/09 07:36:55 wiz Exp $ DISTNAME= telepathy-farsight-0.0.16 PKGREVISION= 21 @@ -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= 33 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/extension.mk" diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile index ac636057b09..029bb54ae2b 100644 --- a/chat/telepathy-gabble/Makefile +++ b/chat/telepathy-gabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/04/09 07:27:02 obache Exp $ +# $NetBSD: Makefile,v 1.39 2014/05/09 07:36:56 wiz Exp $ DISTNAME= telepathy-gabble-0.11.10 PKGREVISION= 19 @@ -17,7 +17,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" " -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.11.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.11.10 .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index 8c2842c24d7..4c926205784 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2014/05/09 07:36:56 wiz Exp $ DISTNAME= telepathy-glib-0.20.2 PKGREVISION= 1 @@ -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= 33 # not yet ported as of 0.20.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.20.2 TEST_TARGET= check BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.0 diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile index 332cf455a3a..d660f49eafb 100644 --- a/chat/telepathy-idle/Makefile +++ b/chat/telepathy-idle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/02/12 23:17:37 tron Exp $ +# $NetBSD: Makefile,v 1.29 2014/05/09 07:36:56 wiz Exp $ DISTNAME= telepathy-idle-0.1.8 PKGREVISION= 9 @@ -12,7 +12,7 @@ LICENSE= gnu-lgpl-v2.1 BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 bba5e2effd3..a1caaba52d3 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/04/09 07:26:58 obache Exp $ +# $NetBSD: Makefile,v 1.26 2014/05/09 07:36:56 wiz Exp $ DISTNAME= telepathy-logger-0.2.7 PKGREVISION= 13 @@ -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= 33 # not yet ported as of 0.2.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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 f5e5297715f..605327770a0 100644 --- a/chat/telepathy-mission-control5/Makefile +++ b/chat/telepathy-mission-control5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/09 07:36:56 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= 33 # not yet ported as of 5.7.9 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 5.7.9 #.include "../../lang/python/pyversion.mk" CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index 10951a5c456..28b5bec406e 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/05/09 07:36:56 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= 33 # not yet ported as of 2.8.8 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.8.8 .include "../../lang/python/application.mk" .include "../../mk/pthread.buildlink3.mk" |