From 6110b3907a630ba5f56311a5b07f346b35648583 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 9 May 2014 07:36:53 +0000 Subject: Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise. --- editors/gedit-python/Makefile | 4 ++-- editors/kdissert/Makefile | 4 ++-- editors/lyx/Makefile | 4 ++-- editors/medit/Makefile | 4 ++-- editors/nts/Makefile | 4 ++-- editors/zim/Makefile | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'editors') diff --git a/editors/gedit-python/Makefile b/editors/gedit-python/Makefile index 7e7650892dc..3f937e4de8e 100644 --- a/editors/gedit-python/Makefile +++ b/editors/gedit-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/05/05 00:47:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:04 wiz Exp $ DISTNAME= gedit-2.30.4 PKGNAME= gedit-python-2.30.4 @@ -25,7 +25,7 @@ BUILD_DIRS= plugin-loaders/python BUILD_DIRS+= plugins/pythonconsole plugins/quickopen plugins/snippets INSTALL_DIRS= ${BUILD_DIRS} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index 46c8d808e20..3ff2c7e9ec0 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2014/04/10 06:21:23 obache Exp $ +# $NetBSD: Makefile,v 1.53 2014/05/09 07:37:04 wiz Exp $ DISTNAME= kdissert-1.0.7 PKGREVISION= 28 @@ -16,7 +16,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= msgfmt PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0.7 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.7 do-configure: ${RUN} ${_ULIMIT_CMD} \ diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index b476273167e..734c54a58ed 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/02/12 23:17:52 tron Exp $ +# $NetBSD: Makefile,v 1.42 2014/05/09 07:37:04 wiz Exp $ DISTNAME= lyx-2.0.7 PKGREVISION= 1 @@ -65,7 +65,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.6.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.6.10 CXXFLAGS.Linux+= -fpermissive diff --git a/editors/medit/Makefile b/editors/medit/Makefile index 243263b3c78..69f60c54f14 100644 --- a/editors/medit/Makefile +++ b/editors/medit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/05 00:47:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2014/05/09 07:37:04 wiz Exp $ DISTNAME= medit-1.2.0 PKGREVISION= 1 @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config msgfmt intltool PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.0 CONFIGURE_ARGS+= --with-python=no CONFIGURE_ENV+= MOO_PYTHON=${PYTHONBIN} diff --git a/editors/nts/Makefile b/editors/nts/Makefile index a19abb8d043..3258cef10a3 100644 --- a/editors/nts/Makefile +++ b/editors/nts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:07 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:04 wiz Exp $ DISTNAME= nts-78 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets PYTHON_VERSIONED_DEPENDENCIES= dateutil -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets USE_LANGUAGES= # none diff --git a/editors/zim/Makefile b/editors/zim/Makefile index 8a238d880a4..2b9203242bb 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/05/05 00:47:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.21 2014/05/09 07:37:04 wiz Exp $ DISTNAME= zim-0.59 PKGREVISION= 8 @@ -19,7 +19,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils USE_LANGUAGES= # none REPLACE_PYTHON= ${WRKSRC}/zim.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 SUBST_CLASSES+= data-path SUBST_STAGE.data-path= pre-configure -- cgit v1.2.3