summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-02-03 16:38:53 +0000
committerwiz <wiz@pkgsrc.org>2014-02-03 16:38:53 +0000
commite445becc2c08872f307228d3f92c912ec231203b (patch)
tree1692757b9d48999b4986987eb232037c57943652 /chat
parent9408e1023942df279980e0236c3631df580cd153 (diff)
downloadpkgsrc-e445becc2c08872f307228d3f92c912ec231203b.tar.gz
Mark as not ready for python-3.x.
finch does not compile with python-3.3. Since libpurple is not versioned and finch pulls it in, we have to mark libpurple too, and then pidgin because of libpurple. It's all one codebase anyway...
Diffstat (limited to 'chat')
-rw-r--r--chat/finch/Makefile7
-rw-r--r--chat/libpurple/options.mk3
-rw-r--r--chat/pidgin/Makefile3
3 files changed, 9 insertions, 4 deletions
diff --git a/chat/finch/Makefile b/chat/finch/Makefile
index 6807e7b77c8..3f4dda48ad6 100644
--- a/chat/finch/Makefile
+++ b/chat/finch/Makefile
@@ -1,9 +1,14 @@
-# $NetBSD: Makefile,v 1.56 2014/01/31 06:32:16 obache Exp $
+# $NetBSD: Makefile,v 1.57 2014/02/03 16:38:53 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
+# finch/libgnt/gntwm.c needs
+# - PyObject *pp = PySys_GetObject("path"), *dirobj = PyString_FromString(dir);
+# + PyObject *pp = PySys_GetObject("path"), *dirobj = PyBytes_FromString(dir);
+
.include "../../chat/libpurple/Makefile.common"
USE_TOOLS+= intltool msgfmt perl
diff --git a/chat/libpurple/options.mk b/chat/libpurple/options.mk
index cbe6cf4ef20..39840c266c2 100644
--- a/chat/libpurple/options.mk
+++ b/chat/libpurple/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2014/01/25 10:29:58 wiz Exp $
+# $NetBSD: options.mk,v 1.23 2014/02/03 16:38:53 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libpurple
PKG_SUPPORTED_OPTIONS+= avahi dbus debug farsight gnome gnutls
@@ -62,7 +62,6 @@ REPLACE_SH+= libpurple/purple-send
REPLACE_SH+= libpurple/purple-send-async
REPLACE_PYTHON+= libpurple/purple-remote
REPLACE_PYTHON+= libpurple/purple-url-handler
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.10.7
. include "../../sysutils/py-dbus/buildlink3.mk"
. include "../../sysutils/dbus/buildlink3.mk"
. include "../../sysutils/dbus-glib/buildlink3.mk"
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile
index 12eabf005fe..baba57610cf 100644
--- a/chat/pidgin/Makefile
+++ b/chat/pidgin/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2014/01/31 06:32:16 obache Exp $
+# $NetBSD: Makefile,v 1.60 2014/02/03 16:38:53 wiz Exp $
COMMENT= Multi-protocol Instant Messaging client GTK frontend
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.10.8 (finch)
.include "../../chat/libpurple/Makefile.common"