summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2017-01-01 14:43:22 +0000
committerwiz <wiz>2017-01-01 14:43:22 +0000
commit2a6fbaaed045ab06cd7684382f4693bf0f996d55 (patch)
treee76899e3fd3b6a6a58bb4e74444c8b3242764f99 /editors
parent23d93816b5d414b2e416de786e95bcae9da4b9b3 (diff)
downloadpkgsrc-2a6fbaaed045ab06cd7684382f4693bf0f996d55.tar.gz
Add python-3.6 to incompatible versions.
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/pluma/options.mk4
-rw-r--r--editors/zim/Makefile4
7 files changed, 14 insertions, 14 deletions
diff --git a/editors/gedit-python/Makefile b/editors/gedit-python/Makefile
index fcefbb5f4d9..1b791f1353e 100644
--- a/editors/gedit-python/Makefile
+++ b/editors/gedit-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2016/08/03 10:22:41 adam Exp $
+# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:37 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= 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../devel/py-gobject/buildlink3.mk"
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile
index 1ff3b54b59b..6c5282ca8ff 100644
--- a/editors/kdissert/Makefile
+++ b/editors/kdissert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2016/07/09 13:03:46 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2017/01/01 14:43:38 wiz Exp $
DISTNAME= kdissert-1.0.7
PKGREVISION= 31
@@ -16,7 +16,7 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= msgfmt
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.0.7
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.0.7
do-configure:
${RUN} ${_ULIMIT_CMD} \
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile
index fde7b00e274..7f21b1cd569 100644
--- a/editors/lyx/Makefile
+++ b/editors/lyx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2016/12/02 19:07:16 maya Exp $
+# $NetBSD: Makefile,v 1.58 2017/01/01 14:43:38 wiz Exp $
DISTNAME= lyx-2.2.2
CATEGORIES= editors
@@ -64,7 +64,7 @@ GNU_CONFIGURE= YES
USE_TOOLS+= gmake perl:run pkg-config xgettext
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.6.10
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.6.10
CXXFLAGS.Linux+= -fpermissive
LDFLAGS.SunOS+= -liconv
diff --git a/editors/medit/Makefile b/editors/medit/Makefile
index 9799cf9f248..b86f67cc27f 100644
--- a/editors/medit/Makefile
+++ b/editors/medit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2016/08/03 10:22:41 adam Exp $
+# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:38 wiz Exp $
DISTNAME= medit-1.2.0
PKGREVISION= 3
@@ -19,7 +19,7 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config msgfmt intltool
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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 bddbb05d4ee..55128586c6d 100644
--- a/editors/nts/Makefile
+++ b/editors/nts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:46 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:38 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= 34 35 # py-wxWidgets
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-wxWidgets
USE_LANGUAGES= # none
diff --git a/editors/pluma/options.mk b/editors/pluma/options.mk
index caa4b92cc8e..501fd99aa81 100644
--- a/editors/pluma/options.mk
+++ b/editors/pluma/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2016/07/09 13:03:46 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2017/01/01 14:43:38 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pluma
PKG_SUPPORTED_OPTIONS= enchant python
@@ -23,7 +23,7 @@ USE_TOOLS+= bash:run
REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in
REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in
PLIST.python= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, also via py-gtksourceview
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, also via py-gtksourceview
.include "../../lang/python/application.mk"
.include "../../devel/py-gobject/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
diff --git a/editors/zim/Makefile b/editors/zim/Makefile
index d100db20e24..ab295207aa2 100644
--- a/editors/zim/Makefile
+++ b/editors/zim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2016/08/03 10:22:42 adam Exp $
+# $NetBSD: Makefile,v 1.26 2017/01/01 14:43:38 wiz Exp $
DISTNAME= zim-0.59
PKGREVISION= 10
@@ -19,7 +19,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
USE_LANGUAGES= # none
REPLACE_PYTHON= ${WRKSRC}/zim.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
SUBST_CLASSES+= data-path
SUBST_STAGE.data-path= pre-configure