summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
committerwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
commit6110b3907a630ba5f56311a5b07f346b35648583 (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /fonts
parente10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff)
downloadpkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.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/Makefile4
-rw-r--r--fonts/py-TTFQuery/Makefile4
-rw-r--r--fonts/py-fonttools/Makefile4
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