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 /fonts | |
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 'fonts')
-rw-r--r-- | fonts/mftrace/Makefile | 4 | ||||
-rw-r--r-- | fonts/py-TTFQuery/Makefile | 4 | ||||
-rw-r--r-- | fonts/py-fonttools/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index 2243d2473bf..0d955ed34a2 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/01/25 10:30:08 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/05/09 07:37:05 wiz Exp $ DISTNAME= mftrace-1.2.15 PKGREVISION= 2 @@ -21,7 +21,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} MAKE_FILE= GNUmakefile PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.2.15 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.2.15 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PYSITELIB} diff --git a/fonts/py-TTFQuery/Makefile b/fonts/py-TTFQuery/Makefile index 8c40f2c9784..3c4c282f9d9 100644 --- a/fonts/py-TTFQuery/Makefile +++ b/fonts/py-TTFQuery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:08 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/05/09 07:37:05 wiz Exp $ DISTNAME= TTFQuery-1.0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools PYDISTUTILSPKG= yes PLIST_SUBST= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-fonttools +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-fonttools post-install: cd ${DESTDIR}${PREFIX}/bin && for f in ttffamily ttffiles ttfgroups ttfmetadata; do \ diff --git a/fonts/py-fonttools/Makefile b/fonts/py-fonttools/Makefile index 7f9900dbbad..0525e0f24de 100644 --- a/fonts/py-fonttools/Makefile +++ b/fonts/py-fonttools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/01/19 17:45:51 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/09 07:37:05 wiz Exp $ DISTNAME= fonttools-2.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.4 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.4 SUBST_CLASSES+= fix-mandir SUBST_STAGE.fix-mandir= pre-configure |