summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit2019fddeb4a03f35d05240122f8adaba399b2031 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /editors
parent576e28830879dd1e62f4d61c31a43700bc131bc7 (diff)
downloadpkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'editors')
-rw-r--r--editors/gedit-python/Makefile4
-rw-r--r--editors/kdissert/Makefile4
-rw-r--r--editors/lyx/Makefile4
-rw-r--r--editors/medit/Makefile4
-rw-r--r--editors/nts/Makefile4
-rw-r--r--editors/zim/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/editors/gedit-python/Makefile b/editors/gedit-python/Makefile
index 18adf0468f1..51f50f3026c 100644
--- a/editors/gedit-python/Makefile
+++ b/editors/gedit-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2015/06/12 10:50:01 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2015/12/05 21:25:41 adam 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 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../devel/py-gobject/buildlink3.mk"
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile
index 2d7f4607b4e..4df6f30b406 100644
--- a/editors/kdissert/Makefile
+++ b/editors/kdissert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2015/04/25 14:20:42 tnn Exp $
+# $NetBSD: Makefile,v 1.56 2015/12/05 21:25:41 adam Exp $
DISTNAME= kdissert-1.0.7
PKGREVISION= 30
@@ -16,7 +16,7 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= msgfmt
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.0.7
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0.7
do-configure:
${RUN} ${_ULIMIT_CMD} \
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile
index dc5d82f0139..093265882ee 100644
--- a/editors/lyx/Makefile
+++ b/editors/lyx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2015/06/12 10:50:01 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2015/12/05 21:25:41 adam Exp $
DISTNAME= lyx-2.1.2.2
PKGREVISION= 3
@@ -65,7 +65,7 @@ GNU_CONFIGURE= YES
USE_TOOLS+= gmake perl:run pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.6.10
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.6.10
CXXFLAGS.Linux+= -fpermissive
diff --git a/editors/medit/Makefile b/editors/medit/Makefile
index 1de31bb8584..daec88b9da5 100644
--- a/editors/medit/Makefile
+++ b/editors/medit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/04/25 14:20:42 tnn Exp $
+# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:41 adam Exp $
DISTNAME= medit-1.2.0
PKGREVISION= 2
@@ -19,7 +19,7 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config msgfmt intltool
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.0
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # 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 3258cef10a3..57a8ea4ee18 100644
--- a/editors/nts/Makefile
+++ b/editors/nts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:04 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:41 adam 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 34 # py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets
USE_LANGUAGES= # none
diff --git a/editors/zim/Makefile b/editors/zim/Makefile
index 5ef9f3fb023..8d09f21dc3e 100644
--- a/editors/zim/Makefile
+++ b/editors/zim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2015/04/25 14:20:43 tnn Exp $
+# $NetBSD: Makefile,v 1.23 2015/12/05 21:25:41 adam Exp $
DISTNAME= zim-0.59
PKGREVISION= 9
@@ -19,7 +19,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
USE_LANGUAGES= # none
REPLACE_PYTHON= ${WRKSRC}/zim.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2
SUBST_CLASSES+= data-path
SUBST_STAGE.data-path= pre-configure