From c3bd4df833bd62c0ecea6bddd3eabfd377cfdea2 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 3 Feb 2014 16:38:53 +0000 Subject: 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... --- chat/finch/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'chat/finch') 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 -- cgit v1.2.3