diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 32e3777c0483c942db7d33c0514dde781322fe36 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /inputmethod | |
parent | dabc97757de5c7e532f1c54535ae41f78f5ff9b4 (diff) | |
download | pkgsrc-32e3777c0483c942db7d33c0514dde781322fe36.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-array/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/ibus-python/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/ibus-table/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/ibus-tegaki/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/mozc-server/Makefile.common | 4 | ||||
-rw-r--r-- | inputmethod/py-input-pad/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/py-zinnia/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/scim-python/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-pygtk/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-python/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-recognize/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-tools/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-train/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tegaki-wagomu/Makefile | 4 |
14 files changed, 28 insertions, 28 deletions
diff --git a/inputmethod/ibus-array/Makefile b/inputmethod/ibus-array/Makefile index 164915cab33..ed7cf45d493 100644 --- a/inputmethod/ibus-array/Makefile +++ b/inputmethod/ibus-array/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:08 wiz Exp $ DISTNAME= ibus-array-0.0.2 PKGREVISION= 7 @@ -21,7 +21,7 @@ SUBST_STAGE.epython= pre-configure SUBST_FILES.epython= setup/ibus-setup-array.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-ibus-python +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-ibus-python .include "../../inputmethod/ibus/buildlink3.mk" .include "../../lang/python/application.mk" diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index 7c5a6eae92d..4cb71cdea93 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/05/09 07:37:09 wiz Exp $ .include "../../inputmethod/ibus/Makefile.common" @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --disable-dconf CONFIGURE_ARGS+= --disable-gconf CONFIGURE_ARGS+= --enable-python-library -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # py-gtk2 .include "../../devel/py-gobject3/buildlink3.mk" PY_PATCHPLIST= yes diff --git a/inputmethod/ibus-table/Makefile b/inputmethod/ibus-table/Makefile index 1e1844c30ec..bef9231340c 100644 --- a/inputmethod/ibus-table/Makefile +++ b/inputmethod/ibus-table/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/09 07:37:09 wiz Exp $ DISTNAME= ibus-table-1.5.0 PKGREVISION= 1 @@ -24,7 +24,7 @@ SUBST_FILES.prefix= engine/tabcreatedb.py SUBST_SED.prefix= -e 's|/usr/share|${PREFIX}/share|g' REPLACE_PYTHON+= engine/tabcreatedb.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.5.0 .include "../../lang/python/application.mk" .include "../../inputmethod/ibus/buildlink3.mk" diff --git a/inputmethod/ibus-tegaki/Makefile b/inputmethod/ibus-tegaki/Makefile index 9137552d43c..749db336734 100644 --- a/inputmethod/ibus-tegaki/Makefile +++ b/inputmethod/ibus-tegaki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/05/09 07:37:09 wiz Exp $ DISTNAME= ibus-tegaki-0.3.1 PKGREVISION= 2 @@ -22,7 +22,7 @@ SUBST_FILES.epython= ibus-engine-tegaki.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-ibus-python +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 via py-ibus-python .include "../../lang/python/distutils.mk" .include "../../lang/python/application.mk" diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common index 7ef91734d4e..3eb70769c89 100644 --- a/inputmethod/mozc-server/Makefile.common +++ b/inputmethod/mozc-server/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2014/03/27 19:28:33 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.9 2014/05/09 07:37:09 wiz Exp $ # used by inputmethod/ibus-mozc/Makefile # used by inputmethod/mozc-elisp/Makefile # used by inputmethod/mozc-server/Makefile @@ -22,7 +22,7 @@ PATCHDIR= ${.CURDIR}/../../inputmethod/mozc-server/patches BUILD_DEPENDS+= ${PYPKGPREFIX}-gyp-[0-9]*:../../devel/gyp -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gyp +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gyp USE_LANGUAGES= c c++ # nullptr requires -std=c++11, and -std=c++11 requires gcc 4.7 or later diff --git a/inputmethod/py-input-pad/Makefile b/inputmethod/py-input-pad/Makefile index 13bd259257a..73c5e6c1628 100644 --- a/inputmethod/py-input-pad/Makefile +++ b/inputmethod/py-input-pad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/05/05 00:48:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2014/05/09 07:37:09 wiz Exp $ .include "../../inputmethod/input-pad/Makefile.common" @@ -27,7 +27,7 @@ post-configure: ${LN} -s ${BUILDLINK_DIR}/lib/libinput-pad.la ${WRKSRC}/input-pad PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 BUILDLINK_API_DEPENDS.input-pad+= input-pad>=${PKGVERSION_NOREV} .include "../../inputmethod/input-pad/buildlink3.mk" diff --git a/inputmethod/py-zinnia/Makefile b/inputmethod/py-zinnia/Makefile index 1607fd54224..951ce8d8fbf 100644 --- a/inputmethod/py-zinnia/Makefile +++ b/inputmethod/py-zinnia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $ .include "../../inputmethod/zinnia/Makefile.common" @@ -11,7 +11,7 @@ USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PYSETUPSUBDIR= python -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.06 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.06 EGG_NAME= zinnia_python-0.0.0 diff --git a/inputmethod/scim-python/Makefile b/inputmethod/scim-python/Makefile index d38ddc57fa5..c818092bb49 100644 --- a/inputmethod/scim-python/Makefile +++ b/inputmethod/scim-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/05/05 00:48:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:09 wiz Exp $ DISTNAME= scim-python-0.1.13rc1 PKGREVISION= 22 @@ -29,7 +29,7 @@ post-extract: ${CP} ${WRKDIR}/py.db ${WRKSRC}/python/engine/PinYin/py.db PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 REPLACE_PYTHON+= python/engine/XingMa/XMCreateDB.py .include "../../inputmethod/scim/buildlink3.mk" diff --git a/inputmethod/tegaki-pygtk/Makefile b/inputmethod/tegaki-pygtk/Makefile index 347ff48efd5..3f1e18c036e 100644 --- a/inputmethod/tegaki-pygtk/Makefile +++ b/inputmethod/tegaki-pygtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $ DISTNAME= tegaki-pygtk-0.3.1 PKGREVISION= 2 @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2 USE_LANGUAGES= # none EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/tegaki-python/Makefile b/inputmethod/tegaki-python/Makefile index 695317f8bd1..5539d350c25 100644 --- a/inputmethod/tegaki-python/Makefile +++ b/inputmethod/tegaki-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $ DISTNAME= tegaki-python-0.3.1 PKGREVISION= 1 @@ -24,7 +24,7 @@ SUBST_FILES.prefix= tegaki/engine.py SUBST_SED.prefix= -e 's|/usr/local/share|${PREFIX}/share|g' EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-zinnia +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-zinnia .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/tegaki-recognize/Makefile b/inputmethod/tegaki-recognize/Makefile index abe0ec9b053..6dd7a4f5538 100644 --- a/inputmethod/tegaki-recognize/Makefile +++ b/inputmethod/tegaki-recognize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:09 wiz Exp $ DISTNAME= tegaki-recognize-0.3.1.2 PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk USE_LANGUAGES= # none REPLACE_PYTHON= bin/tegaki-recognize -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.1.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1.2 EGG_NAME= ${DISTNAME:S/-/_/} diff --git a/inputmethod/tegaki-tools/Makefile b/inputmethod/tegaki-tools/Makefile index 305cef7151e..660dd5d42ab 100644 --- a/inputmethod/tegaki-tools/Makefile +++ b/inputmethod/tegaki-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:12 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $ DISTNAME= tegaki-tools-0.3.1 PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= tegaki-pygtk>=0.3:../../inputmethod/tegaki-pygtk USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 EGG_NAME= ${DISTNAME:S/-/_/} .include "../../lang/python/application.mk" diff --git a/inputmethod/tegaki-train/Makefile b/inputmethod/tegaki-train/Makefile index 58093f97974..2a182812bbb 100644 --- a/inputmethod/tegaki-train/Makefile +++ b/inputmethod/tegaki-train/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:12 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:09 wiz Exp $ DISTNAME= tegaki-train-0.3.1 PKGREVISION= 1 @@ -14,7 +14,7 @@ DEPENDS+= tegaki-pygtk>=0.2:../../inputmethod/tegaki-pygtk USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 EGG_NAME= ${DISTNAME:S/-/_/} .include "../../lang/python/application.mk" diff --git a/inputmethod/tegaki-wagomu/Makefile b/inputmethod/tegaki-wagomu/Makefile index eba50177186..e6c67203850 100644 --- a/inputmethod/tegaki-wagomu/Makefile +++ b/inputmethod/tegaki-wagomu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/05/01 09:42:42 obache Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:09 wiz Exp $ DISTNAME= tegaki-wagomu-0.3.1 PKGREVISION= 6 @@ -30,7 +30,7 @@ SUBST_FILES.fixver= tegakiwagomu.py SUBST_SED.fixver= -e 's|0\.3|${PKGVERSION_NOREV}|' EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.1 .include "../../devel/glib2/buildlink3.mk" .include "../../lang/python/distutils.mk" |