diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/options.mk | 8 | ||||
-rw-r--r-- | print/lilypond/Makefile | 4 | ||||
-rw-r--r-- | print/pdfshuffler/Makefile | 4 | ||||
-rw-r--r-- | print/py-pisa/Makefile | 4 | ||||
-rw-r--r-- | print/py-poppler/Makefile | 4 | ||||
-rw-r--r-- | print/py-reportlab/Makefile | 4 | ||||
-rw-r--r-- | print/scribus-qt4/Makefile | 4 | ||||
-rw-r--r-- | print/scribus/Makefile | 4 |
8 files changed, 18 insertions, 18 deletions
diff --git a/print/hplip/options.mk b/print/hplip/options.mk index 4b2b030ab4c..c887e746388 100644 --- a/print/hplip/options.mk +++ b/print/hplip/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2015/11/03 15:08:50 schnoebe Exp $ +# $NetBSD: options.mk,v 1.8 2015/12/05 21:25:55 adam Exp $ # # HPLIP dependencies are detailed in the following page: # http://hplipopensource.com/hplip-web/install/manual/distros/other.html @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --enable-dbus-build EGFILES+= cups/pstotiff.convs cups/pstotiff.types MAKE_DIRS+= ${PKG_SYSCONFDIR}/cups DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-reportlab +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-reportlab .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/py-dbus/buildlink3.mk" .else @@ -38,7 +38,7 @@ MESSAGE_SUBST+= EGDIR=${EGDIR} # version depends on if py-reportlab was installed before we called # out an imaging library. DEPENDS+= {${PYPKGPREFIX}-imaging-[0-9]*,${PYPKGPREFIX}-Pillow-[0-9]*}:../../graphics/py-imaging -# PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-imaging +# PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-imaging .else CONFIGURE_ARGS+= --disable-scan-build .endif @@ -53,7 +53,7 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/dbus-1/system.d .include "../../x11/py-qt4/buildlink3.mk" .include "../../security/policykit/buildlink3.mk" DEPENDS+= ${PYPKGPREFIX}-notify-[0-9]*:../../sysutils/py-notify -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-notify +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-notify .else CONFIGURE_ARGS+= --disable-policykit CONFIGURE_ARGS+= --disable-qt4 diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 6d25a1e7f5b..79546581018 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.105 2015/06/12 10:50:58 wiz Exp $ +# $NetBSD: Makefile,v 1.106 2015/12/05 21:25:55 adam Exp $ DISTNAME= lilypond-2.18.2 PKGREVISION= 5 @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --with-ncsb-dir=${PREFIX}/share/fonts/urw CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} REPLACE_PYTHON+= scripts/build/yyout2grammar.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.18.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.18.0 PLIST_SUBST+= PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//} # needs FlexLexer.h diff --git a/print/pdfshuffler/Makefile b/print/pdfshuffler/Makefile index 04fd149e5ec..3a63cec2dee 100644 --- a/print/pdfshuffler/Makefile +++ b/print/pdfshuffler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:17 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:55 adam Exp $ DISTNAME= pdfshuffler-0.6.0 CATEGORIES= print @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 USE_LANGUAGES= # none REPLACE_PYTHON= pdfshuffler/pdfshuffler.py pdfshuffler/pdfshuffler_iconview.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 SUBST_CLASSES+= manpath SUBST_FILES.manpath+= setup.py diff --git a/print/py-pisa/Makefile b/print/py-pisa/Makefile index 05385a6ce8c..d4ea79bb579 100644 --- a/print/py-pisa/Makefile +++ b/print/py-pisa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:17 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/12/05 21:25:56 adam Exp $ DISTNAME= pisa-3.0.33 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf DEPENDS+= ${PYPKGPREFIX}-reportlab>=2.2:../../print/py-reportlab DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-reportlab +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-reportlab # remove CRs: fixes patching on Darwin and stops pkglint from complaining pre-patch: diff --git a/print/py-poppler/Makefile b/print/py-poppler/Makefile index 9d361045921..b124d4cea57 100644 --- a/print/py-poppler/Makefile +++ b/print/py-poppler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/11/23 10:30:17 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:56 adam Exp $ DISTNAME= pypoppler-0.12.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config PY_PATCHPLIST= yes PYTHON_VERSIONED_DEPENDENCIES= cairo:link -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 .include "../../lang/python/extension.mk" .include "../../devel/atk/buildlink3.mk" diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 8928c00193a..929ec4869a5 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2015/03/15 23:05:25 joerg Exp $ +# $NetBSD: Makefile,v 1.53 2015/12/05 21:25:56 adam Exp $ DISTNAME= reportlab-2.7 DISTFILES= ${DEFAULT_DISTFILES} pfbfer.zip @@ -18,7 +18,7 @@ DEPENDS+= {${PYPKGPREFIX}-imaging-[0-9]*,${PYPKGPREFIX}-Pillow-[0-9]*}:../../gra EXTRACT_DIR.pfbfer.zip= ${WRKSRC}/src/reportlab/fonts EXTRACT_OPTS_ZIP+= -L -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.7; py-imaging +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.7; py-imaging REPLACE_PYTHON+= demos/tests/testdemos.py REPLACE_PYTHON+= docs/genAll.py diff --git a/print/scribus-qt4/Makefile b/print/scribus-qt4/Makefile index 8d9f4bc6d10..1a7e62bb6bb 100644 --- a/print/scribus-qt4/Makefile +++ b/print/scribus-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2015/06/17 20:46:51 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:56 adam Exp $ DISTNAME= scribus-1.4.3 PKGREVISION= 6 @@ -20,7 +20,7 @@ CMAKE_ARGS+= -DPNG_LIBRARY_RELEASE=${LOCALBASE}/lib # XXX not yet #CMAKE_ARGS+= -DWANT_HUNSPELL:BOOL=ON -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.4.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.4.3 INSTALLATION_DIRS+= share/pixmaps diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 73244aaaa8b..656fd667eea 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2015/06/12 10:50:59 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2015/12/05 21:25:56 adam Exp $ DISTNAME= scribus-1.3.3.14 PKGREVISION= 24 @@ -22,7 +22,7 @@ USE_CMAKE= yes LDFLAGS.DragonFly= -lX11 LDFLAGS.SunOS+= -lX11 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3.3.14 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.3.3.14 CONFIGURE_ENV+= FREETYPE_DIR=${BUILDLINK_PREFIX.freetype2} CONFIGURE_ARGS+= --enable-cairo |