diff options
Diffstat (limited to 'devel')
96 files changed, 247 insertions, 225 deletions
diff --git a/devel/ExmanIDE/Makefile b/devel/ExmanIDE/Makefile index 489a1ddba3b..c3c04250b64 100644 --- a/devel/ExmanIDE/Makefile +++ b/devel/ExmanIDE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2013/04/06 21:07:32 rodent Exp $ +# $NetBSD: Makefile,v 1.20 2014/01/25 10:30:00 wiz Exp $ DISTNAME= ExmanIDE-0.9.4 PKGREVISION= 7 @@ -17,6 +17,8 @@ WRKSRC= ${WRKDIR}/${PKGBASE} NO_CONFIGURE= yes NO_BUILD= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets + SUBST_CLASSES+= mod SUBST_MESSAGE.mod= Fixing deprecated module names. SUBST_STAGE.mod= post-patch diff --git a/devel/RBTools/Makefile b/devel/RBTools/Makefile index efa29d8ca37..04b094e211d 100644 --- a/devel/RBTools/Makefile +++ b/devel/RBTools/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:16:31 asau Exp $ -# +# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:00 wiz Exp $ DISTNAME= RBTools-0.2 PKGREVISION= 1 @@ -15,6 +14,7 @@ USE_LANGUAGES= # none REPLACE_PYTHON= ez_setup.py setup.py rbtools/postreview.py REPLACE_PYTHON+= contrib/internal/release.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/accerciser/Makefile b/devel/accerciser/Makefile index e25a372326c..af5b74df3cc 100644 --- a/devel/accerciser/Makefile +++ b/devel/accerciser/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/31 11:16:33 asau Exp $ -# +# $NetBSD: Makefile,v 1.21 2014/01/25 10:30:00 wiz Exp $ DISTNAME= accerciser-1.12.1 PKGREVISION= 2 @@ -17,6 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2 DEPENDS+= ${PYPKGPREFIX}-at-spi>=1.23.4:../../devel/py-at-spi DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2, py-ipython, py-gtk2 + USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/devel/boa-constructor/Makefile b/devel/boa-constructor/Makefile index c1e05b1fc96..8fa7ee69921 100644 --- a/devel/boa-constructor/Makefile +++ b/devel/boa-constructor/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2013/10/10 14:42:04 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.28 2014/01/25 10:30:00 wiz Exp $ VERSION= 0.6.1 DISTNAME= boa-constructor-${VERSION}.src @@ -25,6 +24,8 @@ SEDSUBSTS= -e "s|@PYTHONBIN@|${PYTHONBIN}|" SEDSUBSTS+= -e "s|@PREFIX@|${PREFIX}|" SEDSUBSTS+= -e "s|@VERSION@|${VERSION}|" +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets + REPLACE_PYTHON+= Boa.py REPLACE_PYTHON+= Examples/advanced/FramePanels/wxApp1.py REPLACE_PYTHON+= Examples/frames/wxApp1.py diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile index a82bfd76ff0..cc2cb65f323 100644 --- a/devel/bpython/Makefile +++ b/devel/bpython/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/10/10 14:42:04 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:00 wiz Exp $ DISTNAME= bpython-0.12 PKGREVISION= 6 @@ -27,6 +26,7 @@ PKG_SUGGESTED_OPTIONS= # empty .if !empty(PKG_OPTIONS:Mgtk) .include "../../devel/py-gobject/buildlink3.mk" .include "../../x11/py-gtk2/buildlink3.mk" +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 .endif .include "../../lang/python/distutils.mk" diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile index a5255d4298e..0dad1c7fa35 100644 --- a/devel/bzr-explorer/Makefile +++ b/devel/bzr-explorer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/31 11:16:43 asau Exp $ +# $NetBSD: Makefile,v 1.13 2014/01/25 10:30:00 wiz Exp $ DISTNAME= bzr-explorer-${VER} PKGREVISION= 2 @@ -11,16 +11,13 @@ HOMEPAGE= https://launchpad.net/bzr-explorer COMMENT= GUI frontend to bzr LICENSE= gnu-gpl-v2 -# Needed for launchpad -FETCH_USING= curl - -USE_TOOLS+= msgfmt - DEPENDS+= qbzr>=0.11:../../devel/qbzr DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4 -PYDISTUTILSPKG= yes +USE_TOOLS+= msgfmt + +PYTHON_VERSIONS_INCOMPATIBLE= 33 # qbzr .include "../../devel/bzr/plugin.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/bzr-gtk/Makefile b/devel/bzr-gtk/Makefile index f934a4dc7f1..13af1826632 100644 --- a/devel/bzr-gtk/Makefile +++ b/devel/bzr-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/31 11:16:43 asau Exp $ +# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:00 wiz Exp $ DISTNAME= bzr-gtk-${VER} PKGREVISION= 1 @@ -11,10 +11,11 @@ HOMEPAGE= http://bazaar-vcs.org/bzr-gtk COMMENT= Various GTK+ frontends to Bazaar commands LICENSE= gnu-gpl-v2 -DEPENDS+= ${PYPKGPREFIX}-cairo>=1.0:../../graphics/py-cairo DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2 PYDISTUTILSPKG= yes +PYTHON_VERSIONED_DEPENDENCIES= cairo +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 REPLACE_PYTHON= create-credits.py info.py USE_TOOLS+= msgfmt @@ -25,6 +26,7 @@ BZR_PLUGIN_TEST=no .include "../../devel/bzr/plugin.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/python/application.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../lang/python/extension.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index 46cdb613b03..65ba78b5b81 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/10/31 11:16:44 asau Exp $ +# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:00 wiz Exp $ DISTNAME= bzr-svn-${VER} CATEGORIES= devel scm @@ -26,6 +26,7 @@ USE_LANGUAGES= #none #TEST_TARGET= check-verbose EGG_NAME= ${DISTNAME:S/-/_/} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-subvertpy, py-paramiko .include "../../devel/bzr/plugin.mk" .include "../../lang/python/application.mk" diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 42a26fb8dd7..3263268e6a0 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2012/10/31 11:16:43 asau Exp $ +# $NetBSD: Makefile,v 1.61 2014/01/25 10:30:00 wiz Exp $ DISTNAME= bzr-2.5.1 CATEGORIES= devel scm @@ -18,6 +18,7 @@ USE_TOOLS+= gmake msgfmt PY_PATCHPLIST= yes PYDISTUTILSPKG= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-pyrex, py-paramiko PYTHON_PATCH_SCRIPTS= bzr bzrlib/weave.py PYTHON_PATCH_SCRIPTS+= bzrlib/patiencediff.py bzrlib/_patiencediff_py.py diff --git a/devel/bzrtools/Makefile b/devel/bzrtools/Makefile index e511369e424..5b67e5080ab 100644 --- a/devel/bzrtools/Makefile +++ b/devel/bzrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/31 11:16:44 asau Exp $ +# $NetBSD: Makefile,v 1.21 2014/01/25 10:30:00 wiz Exp $ PKGNAME= bzrtools-${VER} DISTNAME= bzrtools-${VER:R} @@ -12,6 +12,7 @@ COMMENT= Collection of plugins for Bazaar LICENSE= gnu-gpl-v2 PYTHON_PATCH_SCRIPTS= check-release.py test.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.5.0 WRKSRC= ${WRKDIR}/bzrtools diff --git a/devel/codeville/Makefile b/devel/codeville/Makefile index afba089ac12..56e9fe761c8 100644 --- a/devel/codeville/Makefile +++ b/devel/codeville/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/10/31 11:16:47 asau Exp $ +# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:01 wiz Exp $ DISTNAME= Codeville-0.8.0 PKGNAME= codeville-0.8.0 @@ -13,6 +13,7 @@ LICENSE= modified-bsd REPLACE_PYTHON= *.py REPLACE_PYTHON+= */*.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.8.0 BUILD_DEFS+= VARBASE BUILD_DEFS_EFFECTS+= CODEVILLE_DATADIR diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile index e0152a19dac..af70d8a58c9 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/10/31 11:16:49 asau Exp $ +# $NetBSD: Makefile,v 1.29 2014/01/25 10:30:01 wiz Exp $ DISTNAME= cvs2svn-2.3.0 PKGREVISION= 2 @@ -16,6 +16,7 @@ CONFLICTS+= py*-subversion<1.0.1 PYDISTUTILSPKG= yes PYTHON_PATCH_SCRIPTS= run-tests.py cvs2svn_rcsparse/run-tests.py \ cvs2svn_rcsparse/parse_rcs_file.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.3.0 #USE_TOOLS+= gtar #EXTRACT_USING= gtar diff --git a/devel/diffuse/Makefile b/devel/diffuse/Makefile index 0ce161d6407..f894b99b587 100644 --- a/devel/diffuse/Makefile +++ b/devel/diffuse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2013/05/14 19:44:22 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2014/01/25 10:30:01 wiz Exp $ DISTNAME= diffuse-0.4.7 CATEGORIES= devel @@ -11,6 +11,7 @@ COMMENT= Graphical tool for merging and comparing text files LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 USE_TOOLS+= msgfmt USE_LANGUAGES= # none diff --git a/devel/distcc-pump/Makefile b/devel/distcc-pump/Makefile index b1120e2fba5..1e7b49d304a 100644 --- a/devel/distcc-pump/Makefile +++ b/devel/distcc-pump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/03/15 11:53:23 obache Exp $ +# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:01 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-pump-/} PKGREVISION= 4 @@ -7,6 +7,7 @@ COMMENT= Accelerated remote compilation with distcc .include "../../devel/distcc/Makefile.common" PY_PATCHPLIST= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.1 # check patch-ae for build and install targets BUILD_TARGET= pump include-server diff --git a/devel/epydoc/Makefile b/devel/epydoc/Makefile index 8d43a64c150..c4ba179eaba 100644 --- a/devel/epydoc/Makefile +++ b/devel/epydoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/31 11:16:55 asau Exp $ +# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:01 wiz Exp $ DISTNAME= epydoc-2.1 PKGREVISION= 7 @@ -15,6 +15,8 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk USE_LANGUAGES= #none USE_TOOLS+= pax +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1 + INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/doc/epydoc post-install: diff --git a/devel/eric3/Makefile b/devel/eric3/Makefile index b3358b53526..964a9987193 100644 --- a/devel/eric3/Makefile +++ b/devel/eric3/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/10/31 11:16:56 asau Exp $ -# +# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:01 wiz Exp $ DISTNAME= eric-3.8.1 PKGREVISION= 3 @@ -19,6 +18,8 @@ USE_LANGUAGES= PY_PATCHPLIST= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml, py-qt3-modules + .include "../../mk/bsd.prefs.mk" CONFIGURE_ARGS+= -b ${PREFIX:Q}/bin diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index 83405fb1fb5..6562dca75b4 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/01/15 16:26:25 drochner Exp $ -# +# $NetBSD: Makefile,v 1.39 2014/01/25 10:30:01 wiz Exp $ VERS= 4.5.18 DISTNAME= eric4-${VERS} @@ -15,6 +14,7 @@ LICENSE= gnu-gpl-v3 NO_BUILD= yes PY_PATCHPLIST= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.5.18 CONFIGURE_ARGS+= -b ${PREFIX}/bin CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB} diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile index 6b45b2f3971..64c1662d8dd 100644 --- a/devel/gnatpython/Makefile +++ b/devel/gnatpython/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/31 11:17:01 asau Exp $ -# +# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:01 wiz Exp $ DISTNAME= gnatpython-${SNAPSHOT} PKGREVISION= 2 @@ -16,6 +15,8 @@ SNAPSHOT= 20110912 EGG_NAME= gnatpython-1.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 20110912 + .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 9b77c6306f2..b3b9a82e121 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/01/02 12:32:19 obache Exp $ -# +# $NetBSD: Makefile,v 1.37 2014/01/25 10:30:01 wiz Exp $ DISTNAME= gobject-introspection-1.38.0 PKGREVISION= 1 @@ -14,6 +13,8 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.38.0 + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config flex bison gmake diff --git a/devel/googletest/Makefile b/devel/googletest/Makefile index 6e596028445..893cf7e5af8 100644 --- a/devel/googletest/Makefile +++ b/devel/googletest/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/05/09 13:49:10 joerg Exp $ -# +# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:01 wiz Exp $ DISTNAME= gtest-1.6.0 PKGNAME= ${DISTNAME:S/gtest/googletest/} @@ -25,11 +24,9 @@ SUBST_MESSAGE.rpathfix= Adding rpath to gtest-config SUBST_SED.rpathfix= -e 's/-L$${libdir}/${COMPILER_RPATH_FLAG}$${libdir} -L$${libdir}/g' SUBST_STAGE.rpathfix= pre-configure -SUBST_CLASSES+= fix-python -SUBST_STAGE.fix-python= pre-configure -SUBST_MESSAGE.fix-python= Fixing dynamic python -SUBST_FILES.fix-python+= scripts/*py -SUBST_SED.fix-python+= -e 's,/usr/bin/env python,${PYTHONBIN},' +REPLACE_PYTHON+= scripts/*py + +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.6.0 .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) @@ -40,4 +37,5 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/gtest-config ${DESTDIR}${PREFIX}/bin .include "../../lang/python/extension.mk" +.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/gps/options.mk b/devel/gps/options.mk index a29cc92da98..dcc8da64a84 100644 --- a/devel/gps/options.mk +++ b/devel/gps/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2013/07/15 02:02:20 ryoon Exp $ +# $NetBSD: options.mk,v 1.7 2014/01/25 10:30:01 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gps PKG_SUPPORTED_OPTIONS= syslog sqlite readline python pgsql @@ -60,6 +60,7 @@ CONFIGURE_ARGS+= --without-python --disable-pygtk --disable-pygobject .else MY_CONFIGURE_ENV+= PYTHON=${PYTHONBIN} CONFIGURE_ARGS+= --with-python=${PREFIX} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 .include "../../lang/python/pyversion.mk" .include "../../x11/py-gtk2/buildlink3.mk" .endif diff --git a/devel/gyp/Makefile b/devel/gyp/Makefile index f914c39f438..7947c0c5afd 100644 --- a/devel/gyp/Makefile +++ b/devel/gyp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/24 13:28:30 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:01 wiz Exp $ SVN_REVISION= 1718 DIST_VERSION= 0.1 @@ -13,11 +13,13 @@ HOMEPAGE= http://code.google.com/p/gyp/ COMMENT= GYP can Generate Your Projects LICENSE= modified-bsd +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.1pre1718 EGG_NAME= gyp-${DIST_VERSION} # for test USE_TOOLS+= gmake USE_LANGUAGES= c c++ + do-test: ${RUN}cd ${WRKSRC}; LANG=C ${SETENV} ${TEST_ENV} ${PYTHONBIN} gyptest.py -a -f make --passed diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile index 66fa50283d1..d8cac261713 100644 --- a/devel/hg-git/Makefile +++ b/devel/hg-git/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/05/20 08:18:55 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:01 wiz Exp $ DISTNAME= hg-git-0.4.0 EGG_NAME= ${DISTNAME:S/hg-/hg_/} @@ -14,6 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.8.6:../../devel/py-dulwich DEPENDS+= mercurial>=1.9.4:../../devel/mercurial USE_LANGUAGES= #none +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-dulwich .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile index c4e4d1cb10e..b45d077aa5b 100644 --- a/devel/kdesdk3/Makefile +++ b/devel/kdesdk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.113 2014/01/01 11:52:05 wiz Exp $ +# $NetBSD: Makefile,v 1.114 2014/01/25 10:30:01 wiz Exp $ DISTNAME= kdesdk-${_KDE_VERSION} PKGREVISION= 47 @@ -80,6 +80,7 @@ REPLACE_PYTHON+= \ kcachegrind/converters/hotshot2calltree \ scripts/kdelnk2desktop.py \ scripts/zonetab2pot.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.5.10 # REPLACE_PHP+= kcachegrind/converters/pprof2calltree SUBST_CLASSES+= php diff --git a/devel/ko-po-check/Makefile b/devel/ko-po-check/Makefile index dc5d08131d7..981a28ddae6 100644 --- a/devel/ko-po-check/Makefile +++ b/devel/ko-po-check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/10/31 11:17:09 asau Exp $ +# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:01 wiz Exp $ DISTNAME= ko-po-check-0.8 PKGREVISION= 3 @@ -13,7 +13,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_PATCH_SCRIPTS= ${WRKSRC}/scripts/ko-po-check.in +REPLACE_PYTHON= scripts/ko-po-check.in +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.8 .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/lettuce/Makefile b/devel/lettuce/Makefile index 9498e360073..4ba4bd8d883 100644 --- a/devel/lettuce/Makefile +++ b/devel/lettuce/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/06/30 22:33:58 rodent Exp $ -# +# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:01 wiz Exp $ DISTNAME= lettuce-0.2.18 CATEGORIES= devel @@ -11,6 +10,7 @@ COMMENT= Behaviour-driven development test tool LICENSE= gnu-gpl-v3 REPLACE_PYTHON= lettuce/bin.py lettuce/plugins/autopdb.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.18 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index 5d36b17c583..b3c970185d6 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/12/03 01:40:14 mef Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:01 wiz Exp $ DISTNAME= libftdi1-1.0 CATEGORIES= devel @@ -16,6 +16,8 @@ USE_CMAKE= yes USE_TOOLS+= pkg-config cmake USE_LANGUAGES= c c++ +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0 + BUILD_DEPENDS+=libusb1-[0-9]*:../../devel/libusb1 # It is better off to have doxygen, but # clang segfaults while packaging print/luatex @@ -27,7 +29,7 @@ CONFIGURE_ARGS+= --without-docs PKGCONFIG_OVERRIDE+= libftdi1.pc.in PKGCONFIG_OVERRIDE+= libftdipp1.pc.in -PLIST_SUBST+= PYSITELIB=${PYSITELIB} +PLIST_SUBST+= PYSITELIB=${PYSITELIB} do-configure: (cd $(WRKSRC) ; \ @@ -38,7 +40,7 @@ do-configure: -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE \ -DLIBUSB_INCLUDE_DIR=${PREFIX}/include/libusb-1.0 \ .) -# -DCMAKE_INSTALL_PREFIX=${PREFIX} converts /usr/local to ${PREFIX} +# -DCMAKE_INSTALL_PREFIX=${PREFIX} converts /usr/local to ${PREFIX} .include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" diff --git a/devel/libhid/Makefile b/devel/libhid/Makefile index 0343e31590a..e4df83caf03 100644 --- a/devel/libhid/Makefile +++ b/devel/libhid/Makefile @@ -1,25 +1,24 @@ -# $NetBSD: Makefile,v 1.2 2014/01/01 11:52:13 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:02 wiz Exp $ DISTNAME= libhid-0.2.16 - PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://sourceforge.net/projects/salix-sbo/files/13.37/libhid/ LICENSE= gnu-gpl-v2 -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://libhid.alioth.debian.org/ -COMMENT= Abstract'n layer for HID-class devices over USB/serial -#' # to close above apostrophe -USE_TOOLS+= gmake -USE_LIBTOOL= yes +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://libhid.alioth.debian.org/ +COMMENT= Abstraction layer for HID-class devices over USB/serial BUILD_DEPENDS+= docbook-[0-9]*:../../textproc/docbook #BUILD_DEPENDS+= swig-[0-9]*:../../devel/swig -PLIST_SUBST+= PYSITELIB=${PYSITELIB} +GNU_CONFIGURE= yes +USE_TOOLS+= gmake +USE_LIBTOOL= yes -GNU_CONFIGURE= yes +PLIST_SUBST+= PYSITELIB=${PYSITELIB} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.16 .include "../../lang/python/pyversion.mk" .include "../../lang/${PYPACKAGE}/buildlink3.mk" diff --git a/devel/meld/Makefile b/devel/meld/Makefile index d6d93077a54..6810844ed34 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2013/12/31 18:03:51 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2014/01/25 10:30:02 wiz Exp $ DISTNAME= meld-1.8.3 CATEGORIES= devel @@ -18,6 +18,7 @@ MAKE_FLAGS+= prefix=${PREFIX} MAKE_FLAGS+= localedir=${PREFIX}/${PKGLOCALEDIR}/locale MAKE_FLAGS+= PYTHON=${PYTHONBIN} PYTHON_PATCH_SCRIPTS= bin/meld +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 # remove unnecessarily created empty dirs post-install: diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 404c23f492c..08b419b0447 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2014/01/02 23:51:45 wiz Exp $ +# $NetBSD: Makefile,v 1.98 2014/01/25 10:30:02 wiz Exp $ DISTNAME= mercurial-2.8.2 CATEGORIES= devel scm @@ -17,6 +17,15 @@ USE_TOOLS+= gmake msgfmt INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 INSTALLATION_DIRS+= share/doc/mercurial +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.8.2 +# the following setup argument was requested by 2.8.2 when compiling +# for python-3.x +#.include "../../lang/python/pyversion.mk" +# +#.if ("${PYPKGPREFIX}" != "py26") && ("${PYPKGPREFIX}" != "py27") +#PYSETUPARGS+= --c2to3 +#.endif + post-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index 049ff938c58..e24a4e35254 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/31 11:19:27 asau Exp $ -# +# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:02 wiz Exp $ DISTNAME= InlineEgg-1.08 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,6 +17,7 @@ PYTHON_PATCH_SCRIPTS= examples/example1.py examples/example2.py \ xored_shell_client.py PYTHON_SELF_CONFLICT= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.08 INSTALLATION_DIRS= share/doc/InlineEgg share/examples/InlineEgg diff --git a/devel/py-Optik/Makefile b/devel/py-Optik/Makefile index c073429a522..900d2a6c280 100644 --- a/devel/py-Optik/Makefile +++ b/devel/py-Optik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/31 11:19:27 asau Exp $ +# $NetBSD: Makefile,v 1.17 2014/01/25 10:30:02 wiz Exp $ DISTNAME= optik-1.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/optik/Optik/} @@ -13,6 +13,8 @@ LICENSE= modified-bsd USE_LANGUAGES= #none +PYTHON_VERSIONS_INCOMPATIBLE= 33 + do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test/test_optik.py diff --git a/devel/py-Pyro/Makefile b/devel/py-Pyro/Makefile index 53304dc2a18..e9ccc5cc1df 100644 --- a/devel/py-Pyro/Makefile +++ b/devel/py-Pyro/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/12/04 16:41:01 drochner Exp $ -# +# $NetBSD: Makefile,v 1.17 2014/01/25 10:30:02 wiz Exp $ DISTNAME= Pyro4-4.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +10,6 @@ HOMEPAGE= http://pyro.sourceforge.net/ COMMENT= Distributed Object Technology system in Python LICENSE= mit -PYTHON_VERSIONS_INCLUDE_3X= yes DEPENDS+= ${PYPKGPREFIX}-serpent-[0-9]*:../../devel/py-serpent # only needed for test diff --git a/devel/py-ZopeInterface/Makefile b/devel/py-ZopeInterface/Makefile index cae71efcd5f..1dae4c5c4f8 100644 --- a/devel/py-ZopeInterface/Makefile +++ b/devel/py-ZopeInterface/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/08/13 17:42:28 adam Exp $ +# $NetBSD: Makefile,v 1.17 2014/01/25 10:30:02 wiz Exp $ DISTNAME= zope.interface-4.0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.i/ZopeI/} @@ -11,7 +11,5 @@ HOMEPAGE= http://pypi.python.org/pypi/zope.interface COMMENT= The zope.interface package used in Zope 3 and Twisted LICENSE= zpl -PYTHON_VERSIONS_INCLUDE_3X= yes - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile index bd880394289..00ae6cd9c67 100644 --- a/devel/py-argparse/Makefile +++ b/devel/py-argparse/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/31 11:19:28 asau Exp $ -# +# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:02 wiz Exp $ VERSION= 1.2.1 DISTNAME= argparse-${VERSION} @@ -13,8 +12,6 @@ HOMEPAGE= http://code.google.com/p/argparse/ COMMENT= Easy, declarative interface for creating command line tools LICENSE= apache-2.0 -#PYTHON_VERSIONS_INCLUDE_3X= yes - USE_LANGUAGES= # none .include "../../lang/python/egg.mk" diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index 8fdcb00c551..8eab2397ae7 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/10/31 11:19:28 asau Exp $ -# +# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:02 wiz Exp $ DISTNAME= at-spi-1.32.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -21,6 +20,8 @@ USE_LANGUAGES= #none NO_BUILD= yes PY_PATCHPLIST= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit, py-gnome2 + PYATSPIDIR= ${PREFIX}/${PYSITELIB}/pyatspi INSTALLATION_DIRS= ${PYATSPIDIR} diff --git a/devel/py-babel/Makefile b/devel/py-babel/Makefile index d07b288d09a..2afe7e3d80d 100644 --- a/devel/py-babel/Makefile +++ b/devel/py-babel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/12 09:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:02 wiz Exp $ DISTNAME= Babel-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -14,7 +14,5 @@ USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz -PYTHON_VERSIONS_INCLUDE_3X= yes - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-blinker/Makefile b/devel/py-blinker/Makefile index 25d2e325725..790e29ce0c9 100644 --- a/devel/py-blinker/Makefile +++ b/devel/py-blinker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/07/09 16:55:41 kleink Exp $ +# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:02 wiz Exp $ DISTNAME= blinker-1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,5 @@ LICENSE= mit USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCLUDE_3X= yes - .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-buildbot-slave/Makefile b/devel/py-buildbot-slave/Makefile index dfac4d9578e..c6a9cb6ef69 100644 --- a/devel/py-buildbot-slave/Makefile +++ b/devel/py-buildbot-slave/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/11/08 15:33:32 riz Exp $ -# +# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:03 wiz Exp $ DISTNAME= buildbot-slave-0.8.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,5 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile index c1bb5ccba23..ed3463f0507 100644 --- a/devel/py-buildbot/Makefile +++ b/devel/py-buildbot/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/11/08 15:32:10 riz Exp $ -# +# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:02 wiz Exp $ DISTNAME= buildbot-0.8.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,5 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2 DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted, py-sqlite2, py-sqlalchemy-migrate + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-checker/Makefile b/devel/py-checker/Makefile index d9ac739ff92..d34f139f1c1 100644 --- a/devel/py-checker/Makefile +++ b/devel/py-checker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/31 11:19:28 asau Exp $ +# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:03 wiz Exp $ DISTNAME= pychecker-0.8.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -13,6 +13,8 @@ LICENSE= modified-bsd PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.8.19 + post-install: ${MV} ${DESTDIR}${PREFIX}/bin/pychecker ${DESTDIR}${PREFIX}/bin/pychecker${PYVERSSUFFIX} diff --git a/devel/py-compizconfig/Makefile b/devel/py-compizconfig/Makefile index b922f0b0870..a517c18f6f3 100644 --- a/devel/py-compizconfig/Makefile +++ b/devel/py-compizconfig/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2014/01/01 11:52:13 wiz Exp $ -# +# $NetBSD: Makefile,v 1.34 2014/01/25 10:30:03 wiz Exp $ PKGVER= 0.8.4 DISTNAME= compizconfig-python-${PKGVER} @@ -13,13 +12,14 @@ HOMEPAGE= http://compiz.org/ COMMENT= Python bindings for libcompizconfig LICENSE= gnu-gpl-v2 +BUILD_DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake PY_PATCHPLIST= yes - -BUILD_DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.3:../../lang/py-pyrex +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-pyrex .include "../../wm/compiz/buildlink3.mk" .include "../../devel/libcompizconfig/buildlink3.mk" diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile index a2502336518..4c1cbbadbf7 100644 --- a/devel/py-curses/Makefile +++ b/devel/py-curses/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2013/04/20 09:38:04 obache Exp $ -# +# $NetBSD: Makefile,v 1.40 2014/01/25 10:30:03 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-curses-${PY_DISTVERSION} CATEGORIES= devel python @@ -8,8 +7,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.python.org/doc/current/lib/module-curses.html COMMENT= Curses module for Python -PYTHON_VERSIONS_INCLUDE_3X= yes - USE_NCURSES= yes # needs: filter getsyx getwin has_key immedok mvwinsnstr mvwinsstr ... # noqiflush pechochar putp putwin qiflush redrawwin setsyx syncok termattrs diff --git a/devel/py-cursespanel/Makefile b/devel/py-cursespanel/Makefile index b9b311c5c1f..6b75134feb4 100644 --- a/devel/py-cursespanel/Makefile +++ b/devel/py-cursespanel/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/04/20 09:38:04 obache Exp $ -# +# $NetBSD: Makefile,v 1.25 2014/01/25 10:30:03 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-cursespanel-${PY_DISTVERSION} CATEGORIES= devel python @@ -10,8 +9,6 @@ COMMENT= Curses panel module for Python DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses -PYTHON_VERSIONS_INCLUDE_3X= yes - USE_NCURSES= yes # filter getsyx getwin has_key immedok mvwinsnstr mvwinsstr ... # noqiflush pechochar putp putwin qiflush redrawwin setsyx syncok termattrs diff --git a/devel/py-cython/Makefile b/devel/py-cython/Makefile index 8972f3ac30c..aa5e285d858 100644 --- a/devel/py-cython/Makefile +++ b/devel/py-cython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/10/20 22:04:31 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/01/25 10:30:03 wiz Exp $ DISTNAME= Cython-0.19.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Cy/cy/} @@ -12,7 +12,6 @@ LICENSE= apache-1.1 USE_LANGUAGES= c PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCLUDE_3X= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_VARS= cygdb diff --git a/devel/py-distribute/Makefile b/devel/py-distribute/Makefile index de83f7a67ba..b1188a527fb 100644 --- a/devel/py-distribute/Makefile +++ b/devel/py-distribute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/07/08 08:50:09 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:03 wiz Exp $ DISTNAME= distribute-0.6.49 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,6 @@ COMMENT= Replacement for setuptools LICENSE= python-software-foundation # or ZPL CONFLICTS+= ${PYPKGPREFIX}-setuptools-[0-9]* -PYTHON_VERSIONS_INCLUDE_3X= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} REPLACE_PYTHON= setuptools/command/easy_install.py diff --git a/devel/py-doctor/Makefile b/devel/py-doctor/Makefile index 945306ebb78..f1f955ee842 100644 --- a/devel/py-doctor/Makefile +++ b/devel/py-doctor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/09/30 17:23:04 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:03 wiz Exp $ DISTNAME= pydoctor-0.4 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -14,5 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-nevow>=0.9.18:../../www/py-nevow USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted, py-xml via py-nevow + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-expect/Makefile b/devel/py-expect/Makefile index 19c657d73f3..d16373b8ab3 100644 --- a/devel/py-expect/Makefile +++ b/devel/py-expect/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/01/11 14:42:02 adam Exp $ -# +# $NetBSD: Makefile,v 1.20 2014/01/25 10:30:03 wiz Exp $ DISTNAME= ExpectPy-1.9b1 PKGNAME= ${PYPKGPREFIX}-expect-1.9b1 @@ -21,6 +20,7 @@ CONFIGURE_ENV+= PYTH_CONFIGDIR=${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/config INSTALL_TARGET= installshared PY_PATCHPLIST= yes PLIST_SUBST+= PYLIB=${PYLIB:Q} PYPKGPREFIX=${PYPKGPREFIX:Q} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.9b1 EXAMPLESDIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-expect EXAMPLESFILES= ask.py glob.py ping.py telnet.py xping.py diff --git a/devel/py-fann/Makefile b/devel/py-fann/Makefile index 590e209c044..641aa4192d3 100644 --- a/devel/py-fann/Makefile +++ b/devel/py-fann/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/22 01:44:10 gdt Exp $ +# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:03 wiz Exp $ .include "../../devel/fann/Makefile.common" PKGNAME= ${PYPKGPREFIX}-fann-${FANNVERSION} @@ -8,6 +8,7 @@ COMMENT= Fast Artificial Neural Network python interface USE_LANGUAGES= c c++ PYSETUPSUBDIR= python +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1.0.20061012 EGG_NAME= pyfann-${FANNVERSION} diff --git a/devel/py-filechunkio/Makefile b/devel/py-filechunkio/Makefile index 09555ce0e69..c98c203cf24 100644 --- a/devel/py-filechunkio/Makefile +++ b/devel/py-filechunkio/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/11/18 02:25:37 asau Exp $ -# +# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:03 wiz Exp $ DISTNAME= filechunkio-1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,6 +11,7 @@ COMMENT= Chunck files for input/output LICENSE= mit USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-funcparserlib/Makefile b/devel/py-funcparserlib/Makefile index 1bbb6b8679b..56181793a4c 100644 --- a/devel/py-funcparserlib/Makefile +++ b/devel/py-funcparserlib/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/10/12 13:38:38 obache Exp $ -# +# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:03 wiz Exp $ DISTNAME= funcparserlib-0.3.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +12,5 @@ LICENSE= mit USE_LANGUAGES= # none -PYTHON_VERSIONS_INCLUDE_3X= yes - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-generate/Makefile b/devel/py-generate/Makefile index 1aaeb132381..6967e1a37c9 100644 --- a/devel/py-generate/Makefile +++ b/devel/py-generate/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2013/10/06 12:47:13 darcy Exp $ -# +# $NetBSD: Makefile,v 1.21 2014/01/25 10:30:03 wiz Exp $ DISTNAME= generate-2.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,8 +10,6 @@ OWNER= darcy@NetBSD.org HOMEPAGE= http://www.druid.net/darcy/readme-generate.html COMMENT= Python interface to Generate -PYTHON_VERSIONS_INCLUDE_3X= yes - MAKE_ENV+= MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} MAKE_ENV+= BINDIR=${DESTDIR}${PREFIX}/bin USE_TOOLS+= gmake diff --git a/devel/py-gobject3/Makefile b/devel/py-gobject3/Makefile index 4e3e4da5a0e..0b2a55bad23 100644 --- a/devel/py-gobject3/Makefile +++ b/devel/py-gobject3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2013/12/09 23:12:31 prlw1 Exp $ +# $NetBSD: Makefile,v 1.23 2014/01/25 10:30:03 wiz Exp $ DISTNAME= pygobject-3.10.2 PKGNAME= ${PYPKGPREFIX}-gobject3-3.10.2 @@ -18,7 +18,6 @@ USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= yes CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -#PYTHON_VERSIONS_INCLUDE_3X= yes PYTHON_VERSIONS_INCOMPATIBLE= 26 PYTHON_SELF_CONFLICT= yes @@ -30,7 +29,8 @@ CONFLICTS+= ${PYPKGPREFIX}-gobject<2.28.6nb4 # needed for tests only # https://bugzilla.gnome.org/show_bug.cgi?id=685094 -.include "../../graphics/cairo/buildlink3.mk" +PYTHON_VERSIONED_DEPENDENCIES= cairo:link +.include "../../lang/python/versioned_dependencies.mk" .include "../../graphics/cairo-gobject/buildlink3.mk" TEST_TARGET= check @@ -48,5 +48,4 @@ BUILDLINK_API_DEPENDS.glib2= glib2>=2.35.9 BUILDLINK_API_DEPENDS.gobject-introspection= gobject-introspection>=1.35.9 .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../devel/libffi/buildlink3.mk" -.include "../../graphics/py-cairo/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-idle/Makefile b/devel/py-idle/Makefile index 225232f477e..2003dc0a49c 100644 --- a/devel/py-idle/Makefile +++ b/devel/py-idle/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2012/10/31 11:19:31 asau Exp $ -# +# $NetBSD: Makefile,v 1.33 2014/01/25 10:30:03 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-idle-0 PKGREVISION= 2 @@ -11,8 +10,6 @@ COMMENT= IDLE - The Integrated DeveLopment Environment for Python DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk -PYTHON_VERSIONS_INCLUDE_3X= yes - PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index 9f946f09d44..dc410d4a86d 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/10/26 12:15:59 obache Exp $ -# +# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:03 wiz Exp $ DISTNAME= ipython-0.10.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,6 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect PYTHON_SELF_CONFLICT= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.10.2 (1.0 is out) USE_LANGUAGES= # none USE_TOOLS+= gunzip diff --git a/devel/py-ipython013/Makefile b/devel/py-ipython013/Makefile index dd68fce66d5..7bac5827809 100644 --- a/devel/py-ipython013/Makefile +++ b/devel/py-ipython013/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/10/29 18:18:46 drochner Exp $ -# +# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:04 wiz Exp $ DISTNAME= ipython-0.13.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +12,7 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline -#PYTHON_VERSIONS_INCLUDE_3X= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.13.2 (see py-ipython1 package for a compatible version) USE_LANGUAGES= # none USE_TOOLS+= gunzip diff --git a/devel/py-jersey/Makefile b/devel/py-jersey/Makefile index 53a76c654b6..70245f4bd07 100644 --- a/devel/py-jersey/Makefile +++ b/devel/py-jersey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/31 11:19:31 asau Exp $ +# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:04 wiz Exp $ DISTNAME= jersey-0.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,5 +13,7 @@ LICENSE= modified-bsd #BUILD_DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile index 086a821938b..1961ed4458b 100644 --- a/devel/py-kqueue/Makefile +++ b/devel/py-kqueue/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2012/10/31 11:19:32 asau Exp $ +# $NetBSD: Makefile,v 1.13 2014/01/25 10:30:04 wiz Exp $ DISTNAME= py-kqueue-2.0 -PKGNAME= ${PYPKGPREFIX}-kqueue-2.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//} PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jdolecek/ @@ -18,6 +18,7 @@ PKG_FAIL_REASON+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}, needs OS .endif EGG_NAME= ${DISTNAME:S/py-//} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.0 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-logilab-astng/Makefile b/devel/py-logilab-astng/Makefile index 30495319313..a5bcb7a69c8 100644 --- a/devel/py-logilab-astng/Makefile +++ b/devel/py-logilab-astng/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/31 11:19:32 asau Exp $ -# +# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:04 wiz Exp $ VERSION= 0.21.0 DISTNAME= logilab-astng-${VERSION} @@ -14,6 +13,7 @@ COMMENT= Extend Python abstract syntax tree LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mxDateTime via py-logilab-common do-test: cd ${WRKSRC} && ${SH} test/fulltest.sh ${PYVERSSUFFIX} diff --git a/devel/py-logilab-common/Makefile b/devel/py-logilab-common/Makefile index 55d0d05f0cb..5eacd6c2b3f 100644 --- a/devel/py-logilab-common/Makefile +++ b/devel/py-logilab-common/Makefile @@ -1,20 +1,20 @@ -# $NetBSD: Makefile,v 1.5 2013/06/04 07:35:14 wiz Exp $ -# +# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:04 wiz Exp $ -VERS= 0.53.0 -DISTNAME= logilab-common-${VERS} -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -EGG_NAME= logilab_common-${VERS} -CATEGORIES= devel python +VERS= 0.53.0 +DISTNAME= logilab-common-${VERS} +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +EGG_NAME= logilab_common-${VERS} +CATEGORIES= devel python MASTER_SITES= http://ftp.logilab.org/pub/common/ -MAINTAINER= kamel.derouiche@gmail.com -HOMEPAGE= http://www.logilab.org/project/logilab-common -COMMENT= Useful miscellaneous modules used by Logilab projects -LICENSE= gnu-lgpl-v2.1 +MAINTAINER= kamel.derouiche@gmail.com +HOMEPAGE= http://www.logilab.org/project/logilab-common +COMMENT= Useful miscellaneous modules used by Logilab projects +LICENSE= gnu-lgpl-v2.1 #comment this out to avoid problems to find the binary by other programs PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mxDateTime INSTALLATION_DIRS= ${PKGMANDIR}/man1 diff --git a/devel/py-memcached/Makefile b/devel/py-memcached/Makefile index bc359ec0896..bbde7b625ff 100644 --- a/devel/py-memcached/Makefile +++ b/devel/py-memcached/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/01/03 04:06:20 rodent Exp $ -# +# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:04 wiz Exp $ DISTNAME= python-memcached-1.53 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/1} @@ -17,6 +16,7 @@ DOCDIR= ${PREFIX}/share/doc/py-memcached INSTALLATION_DIRS= ${DOCDIR} REPLACE_PYTHON+= memcache.py EGG_NAME= ${DISTNAME:S/-/_/1} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.53 post-install: ${INSTALL_DATA} ${WRKSRC}/memcache.html ${DESTDIR}${DOCDIR} diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile index adbd71a0e58..efc53ce61c7 100644 --- a/devel/py-msgpack/Makefile +++ b/devel/py-msgpack/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/01/23 09:40:29 obache Exp $ -# +# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:04 wiz Exp $ DISTNAME= msgpack-python-0.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python-/-/} @@ -13,8 +12,6 @@ LICENSE= apache-2.0 USE_LANGUAGES= c c++ -PYTHON_VERSIONS_INCLUDE_3X= yes - EGG_NAME= ${DISTNAME:S/-/_/} .include "../../devel/msgpack/buildlink3.mk" diff --git a/devel/py-newt/Makefile b/devel/py-newt/Makefile index 8f967157fb4..f937cdf941b 100644 --- a/devel/py-newt/Makefile +++ b/devel/py-newt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/01/11 14:42:03 adam Exp $ +# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:04 wiz Exp $ DISTNAME= newt-0.52.16 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,6 +19,7 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libnewt.pc.in PY_PATCHPLIST= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 pre-configure: cd ${WRKSRC}; \ diff --git a/devel/py-nose/Makefile b/devel/py-nose/Makefile index 82c4b4ea5a5..5c6fac144d5 100644 --- a/devel/py-nose/Makefile +++ b/devel/py-nose/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/09/11 09:38:53 prlw1 Exp $ -# +# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:04 wiz Exp $ DISTNAME= nose-1.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +17,6 @@ LICENSE= gnu-lgpl-v2.1 #DEPENDS+= ${PYPKGPREFIX}-coverage>=3.0:../../devel/py-coverage USE_LANGUAGES= # none -PYTHON_VERSIONS_INCLUDE_3X= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} post-extract: diff --git a/devel/py-open-vcdiff/Makefile b/devel/py-open-vcdiff/Makefile index b9f9ad66b2f..68c936795f3 100644 --- a/devel/py-open-vcdiff/Makefile +++ b/devel/py-open-vcdiff/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/08/15 17:14:06 joerg Exp $ -# +# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:04 wiz Exp $ DISTNAME= 06d46e3de6f7 PKGNAME= ${PYPKGPREFIX}-open-vcdiff-0.1pre${DISTNAME} @@ -8,8 +7,6 @@ CATEGORIES= devel python MASTER_SITES= https://bitbucket.org/bluehorn/openvcdiff-python/get/ EXTRACT_SUFX= .zip -FETCH_USING= curl - MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://bitbucket.org/bluehorn/openvcdiff-python COMMENT= Python binding for open-vcdiff @@ -19,6 +16,8 @@ WRKSRC= ${WRKDIR}/bluehorn-openvcdiff-python-${DISTNAME} USE_LANGUAGES= c c++ +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 06d46e3de6f7 + .include "../../devel/open-vcdiff/buildlink3.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-polib/Makefile b/devel/py-polib/Makefile index 0b9b38c9566..63adc7cbccf 100644 --- a/devel/py-polib/Makefile +++ b/devel/py-polib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/24 13:34:28 obache Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:04 wiz Exp $ DISTNAME= polib-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -12,7 +12,5 @@ LICENSE= mit USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCLUDE_3X= yes - .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-pqueue/Makefile b/devel/py-pqueue/Makefile index 3a78f9a14ed..d1321ab5dd0 100644 --- a/devel/py-pqueue/Makefile +++ b/devel/py-pqueue/Makefile @@ -1,25 +1,25 @@ -# $NetBSD: Makefile,v 1.13 2012/10/31 11:19:33 asau Exp $ -# +# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:04 wiz Exp $ DISTNAME= PQueue-0.2 PKGNAME= ${PYPKGPREFIX}-pqueue-0.2 PKGREVISION= 1 CATEGORIES= devel python -MASTER_SITES= http://www.csse.monash.edu.au/hons/projects/1999/Andrew.Snare/ +MASTER_SITES= http://www.csse.monash.edu.au/hons/projects/1999/Andrew.Snare/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.csse.monash.edu.au/hons/projects/1999/Andrew.Snare/ +HOMEPAGE= http://www.csse.monash.edu.au/hons/projects/1999/Andrew.Snare/ COMMENT= Priority-queues using fibonacci heaps LICENSE= gnu-lgpl-v2 -WRKSRC= ${WRKDIR}/PQueue +WRKSRC= ${WRKDIR}/PQueue GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q} BUILD_TARGET= default PY_PATCHPLIST= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2 PYQ_DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-PQueue diff --git a/devel/py-pyutil/Makefile b/devel/py-pyutil/Makefile index bfec5ed0ddd..3744d33424e 100644 --- a/devel/py-pyutil/Makefile +++ b/devel/py-pyutil/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/31 11:19:34 asau Exp $ -# +# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:04 wiz Exp $ DISTNAME= pyutil-1.9.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,6 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-zbase32-[0-9]*:../../converters/py-zbase32 USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted via py-setuptools_trial, py-zbase32 + REPLACE_INTERPRETER+= python REPLACE.python.old= /usr/bin/env python REPLACE.python.new= ${PYTHONBIN} diff --git a/devel/py-readline/Makefile b/devel/py-readline/Makefile index 627f47dd201..825cdfc03c4 100644 --- a/devel/py-readline/Makefile +++ b/devel/py-readline/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/07/15 02:02:21 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.29 2014/01/25 10:30:04 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-readline-${PY_DISTVERSION} CATEGORIES= devel misc python @@ -8,8 +7,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.python.org/doc/current/tut/node15.html COMMENT= Line editing support for Python -PYTHON_VERSIONS_INCLUDE_3X= yes - EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/readline.c PYDISTUTILSPKG= yes diff --git a/devel/py-rope/Makefile b/devel/py-rope/Makefile index ff117c6edf4..65075ea76bf 100644 --- a/devel/py-rope/Makefile +++ b/devel/py-rope/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/31 11:19:34 asau Exp $ -# +# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:04 wiz Exp $ VERS= 0.9.3 DISTNAME= rope-${VERS} @@ -12,6 +11,8 @@ HOMEPAGE= http://rope.sourceforge.net/ COMMENT= Rope is a python refactoring library LICENSE= gnu-gpl-v2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 + # XXX tests in contrib.codeassisttest fail do-test: cd ${WRKSRC} && ${PYTHONBIN} setup.py test diff --git a/devel/py-serpent/Makefile b/devel/py-serpent/Makefile index 70bef74fc84..c5674828c8a 100644 --- a/devel/py-serpent/Makefile +++ b/devel/py-serpent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/12/04 16:34:31 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:04 wiz Exp $ DISTNAME= serpent-1.4 PKGNAME= ${PYPKGPREFIX}-serpent-1.4 @@ -11,7 +11,6 @@ COMMENT= Simple serialization library LICENSE= mit USE_LANGUAGES= # none -PYTHON_VERSIONS_INCLUDE_3X= yes .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile index 1fa0d6baecb..62d783ae041 100644 --- a/devel/py-setuptools/Makefile +++ b/devel/py-setuptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2014/01/06 14:42:34 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2014/01/25 10:30:05 wiz Exp $ EGG_VERSION= 2.0.2 DISTNAME= setuptools-${EGG_VERSION} @@ -13,7 +13,6 @@ COMMENT= New Python packaging system LICENSE= python-software-foundation OR zpl PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCLUDE_3X= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PYPKGPREFIX=${PYPKGPREFIX} PLIST_SUBST+= EGG_NAME=${EGGNAME} diff --git a/devel/py-setuptools_trial/Makefile b/devel/py-setuptools_trial/Makefile index f5386838beb..19b9f09cf6f 100644 --- a/devel/py-setuptools_trial/Makefile +++ b/devel/py-setuptools_trial/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/31 11:19:34 asau Exp $ -# +# $NetBSD: Makefile,v 1.6 2014/01/25 10:30:05 wiz Exp $ DISTNAME= setuptools_trial-0.5.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,5 +14,7 @@ USE_LANGUAGES= # none DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-twisted + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-stompclient/Makefile b/devel/py-stompclient/Makefile index 4c9218ac393..25c635b0e25 100644 --- a/devel/py-stompclient/Makefile +++ b/devel/py-stompclient/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/10/31 11:19:34 asau Exp $ -# +# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:05 wiz Exp $ DISTNAME= stompclient-0.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,6 +11,7 @@ COMMENT= Lightweight and extensible STOMP messaging client LICENSE= apache-2.0 USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 33 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile index f795fefb6e0..9e253a26c1d 100644 --- a/devel/py-subvertpy/Makefile +++ b/devel/py-subvertpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/12/01 10:18:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2014/01/25 10:30:05 wiz Exp $ DISTNAME= subvertpy-0.8.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,6 +15,7 @@ LICENSE= gnu-lgpl-v2.1 MAKE_ENV+= SVN_PREFIX=${BUILDLINK_PREFIX.subversion-base} PYTHON_SELF_CONFLICT= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.8.10 .include "../../devel/subversion-base/buildlink3.mk" .include "../../lang/python/distutils.mk" diff --git a/devel/py-tabular/Makefile b/devel/py-tabular/Makefile index 834e81e381d..f1a0a813950 100644 --- a/devel/py-tabular/Makefile +++ b/devel/py-tabular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/06/02 01:47:54 dholland Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:05 wiz Exp $ DISTNAME= tabular-0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,6 +12,8 @@ LICENSE= mit PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.1 + .include "../../graphics/py-matplotlib/buildlink3.mk" .include "../../math/py-numpy/buildlink3.mk" BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.6 diff --git a/devel/py-testtools/Makefile b/devel/py-testtools/Makefile index 007eb7b98ee..53af22ad82d 100644 --- a/devel/py-testtools/Makefile +++ b/devel/py-testtools/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/24 13:22:22 obache Exp $ -# +# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:05 wiz Exp $ DISTNAME= testtools-0.9.34 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +12,5 @@ LICENSE= mit AND python-software-foundation USE_LANGUAGES= # none -PYTHON_VERSIONS_INCLUDE_3X= yes - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index b4b5fa4d8eb..d89d4969744 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/31 11:19:35 asau Exp $ +# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:05 wiz Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unit-1.4.1 @@ -13,6 +13,7 @@ COMMENT= Unit testing framework for python EGG_NAME= PyUnit-${PKGVERSION_NOREV} PYTHON_SELF_CONFLICT= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-unitgui/Makefile b/devel/py-unitgui/Makefile index 8cf058045a1..33817b7c5fc 100644 --- a/devel/py-unitgui/Makefile +++ b/devel/py-unitgui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/31 11:19:35 asau Exp $ +# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:05 wiz Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unitgui-1.4.1 @@ -14,5 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk EGG_NAME= PyUnit-${PKGVERSION_NOREV} +PYTHON_VERSIONS_INCOMPATIBLE= 33 + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-unittest2/Makefile b/devel/py-unittest2/Makefile index c3aaac0c02e..da7b2fe4aee 100644 --- a/devel/py-unittest2/Makefile +++ b/devel/py-unittest2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/07/08 16:17:20 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:05 wiz Exp $ DISTNAME= unittest2-0.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,12 +10,11 @@ HOMEPAGE= http://pypi.python.org/pypi/unittest2 COMMENT= Unittest features for Python 2.7 backported to Python 2.3+ LICENSE= original-bsd -PYTHON_VERSIONS_INCLUDE_3X = no - DOCDIR= share/doc/${PKGBASE} INSTALLATION_DIRS+= ${DOCDIR} PLIST_SUBST+= DOCDIR=${DOCDIR} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # separate package exists: unittest2py3k and could be packaged post-install: ${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${PREFIX}/${DOCDIR} diff --git a/devel/py-usb/Makefile b/devel/py-usb/Makefile index 50d9ed0802b..fa65148816f 100644 --- a/devel/py-usb/Makefile +++ b/devel/py-usb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/12/10 11:55:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:05 wiz Exp $ VERSION= 0.4.2 DISTNAME= pyusb-${VERSION} @@ -13,6 +13,8 @@ COMMENT= Python interface to USB via libusb CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.4.2 + .include "../../devel/libusb/buildlink3.mk" .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-windbg/Makefile b/devel/py-windbg/Makefile index 0ab18fae036..b9fdc170991 100644 --- a/devel/py-windbg/Makefile +++ b/devel/py-windbg/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/04/06 12:08:39 rodent Exp $ -# +# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:05 wiz Exp $ DISTNAME= winpdb-1.4.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,6 +13,8 @@ LICENSE= gnu-gpl-v2 # or later DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets + USE_LANGUAGES= #none .include "../../lang/python/distutils.mk" diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile index aa7bb20e078..fd861031295 100644 --- a/devel/py-xdg/Makefile +++ b/devel/py-xdg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:19:36 asau Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:05 wiz Exp $ DISTNAME= pyxdg-0.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -10,5 +10,7 @@ HOMEPAGE= http://freedesktop.org/wiki/Software/pyxdg COMMENT= Python library for XDG LICENSE= gnu-lgpl-v2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-zconfig/Makefile b/devel/py-zconfig/Makefile index 786c42794ab..28842d531a7 100644 --- a/devel/py-zconfig/Makefile +++ b/devel/py-zconfig/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/31 11:19:36 asau Exp $ -# +# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:05 wiz Exp $ DISTNAME= ZConfig-2.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -15,6 +14,8 @@ USE_LANGUAGES= # empty INSTALLATION_DIRS+= share/doc/py-zconfig +PYTHON_VERSIONS_INCOMPATIBLE= 33 + post-install: ${INSTALL_DATA} ${WRKSRC}/doc/zconfig.pdf \ ${DESTDIR}${PREFIX}/share/doc/py-zconfig diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index 33a8d0c45c1..47b70618c99 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2012/10/31 11:19:39 asau Exp $ +# $NetBSD: Makefile,v 1.44 2014/01/25 10:30:05 wiz Exp $ DISTNAME= roundup-1.4.19 PKGREVISION= 2 @@ -10,9 +10,10 @@ HOMEPAGE= http://roundup.sourceforge.net/ COMMENT= Issue tracking system with command-line, web and email clients LICENSE= mit AND zpl -USE_LANGUAGES= +USE_LANGUAGES= # empty USE_TOOLS+= pax +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.4.19 PYTHON_PATCH_SCRIPTS+= cgi-bin/roundup.cgi demo.py roundup/admin.py PYTHON_PATCH_SCRIPTS+= frontends/roundup.cgi PYTHON_PATCH_SCRIPTS+= roundup/backends/locking.py diff --git a/devel/rox-lib/Makefile b/devel/rox-lib/Makefile index 4250fb81d89..8ef89c910b0 100644 --- a/devel/rox-lib/Makefile +++ b/devel/rox-lib/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/31 11:19:39 asau Exp $ -# +# $NetBSD: Makefile,v 1.19 2014/01/25 10:30:06 wiz Exp $ DISTNAME= rox-lib-2.0.2 PKGREVISION= 14 @@ -25,6 +24,7 @@ USE_TOOLS+= pax PYTHON_PATCH_SCRIPTS= AppRun MakeDist PYTHON_PATCH_SCRIPTS+= python/make_docs.py PYTHON_PATCH_SCRIPTS+= tests/python/*.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 INSTALLATION_DIRS= share/rox/ROX-Lib2 diff --git a/devel/scons/Makefile b/devel/scons/Makefile index 36d75457158..b20f9c7305d 100644 --- a/devel/scons/Makefile +++ b/devel/scons/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/09/19 11:07:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2014/01/25 10:30:06 wiz Exp $ DISTNAME= scons-2.3.0 PKGREVISION= 1 @@ -12,6 +12,9 @@ LICENSE= mit REPLACE_PYTHON+= script/scons script/scons-time script/sconsign +# not yet ported as of 2.3.0, but progress promised +PYTHON_VERSIONS_INCOMPATIBLE= 33 + .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/stgit/Makefile b/devel/stgit/Makefile index a97a27e5a76..89cdd58246a 100644 --- a/devel/stgit/Makefile +++ b/devel/stgit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2013/09/09 14:07:59 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/01/25 10:30:06 wiz Exp $ DISTNAME= stgit-0.14.3 PKGREVISION= 7 @@ -23,6 +23,7 @@ REPLACE_BASH= contrib/stg-* PYTHON_PATCH_SCRIPTS= *.py stgit/*.py stg PYSETUPINSTALLARGS= --prefix=${PREFIX} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.14.3 MAKE_ENV+= ASCIIDOC=${PREFIX}/bin/asciidoc MAKE_ENV+= ASCIIDOC_EXTRA=${ASCIIDOC_EXTRA:M*:Q} diff --git a/devel/tailor/Makefile b/devel/tailor/Makefile index 2bb24ad8da2..f4039015b91 100644 --- a/devel/tailor/Makefile +++ b/devel/tailor/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/10/31 11:19:49 asau Exp $ -# +# $NetBSD: Makefile,v 1.23 2014/01/25 10:30:06 wiz Exp $ DISTNAME= tailor-0.9.35 PKGREVISION= 5 @@ -13,7 +12,8 @@ LICENSE= gnu-gpl-v3 USE_LANGUAGES= #none -PYTHON_PATCH_SCRIPTS= tailor +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.35 +REPLACE_PYTHON= tailor AUTO_MKDIRS= yes diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index a8f16a19036..bb3c7f90770 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/01/09 11:57:04 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:06 wiz Exp $ DISTNAME= talloc-2.1.0 CATEGORIES= devel @@ -17,6 +17,7 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= talloc.pc.in PKGCONFIG_OVERRIDE+= pytalloc-util.pc.in PY_PATCHPLIST= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.1.0 # include/talloc.h CONFLICTS+= samba-[0-9]* diff --git a/devel/transifex-client/Makefile b/devel/transifex-client/Makefile index d1f89b27774..86b12b79dad 100644 --- a/devel/transifex-client/Makefile +++ b/devel/transifex-client/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/12/24 03:26:19 taca Exp $ -# +# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:06 wiz Exp $ DISTNAME= ${VERS} PKGNAME= transifex-client-${VERS} @@ -12,9 +11,10 @@ HOMEPAGE= https://github.com/transifex/transifex-client COMMENT= Transifex Command-line Client LICENSE= gnu-gpl-v2 -FETCH_USING= wget VERS= 0.10 WRKSRC= ${WRKDIR}/transifex-client-${VERS} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.10 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/umbrello/Makefile b/devel/umbrello/Makefile index afa1716e91a..cb5742d2311 100644 --- a/devel/umbrello/Makefile +++ b/devel/umbrello/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.16 2014/01/01 11:52:13 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2014/01/25 10:30:06 wiz Exp $ DISTNAME= umbrello-${_KDE_VERSION} PKGREVISION= 4 CATEGORIES= devel COMMENT= UML Modeller +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 4.11.3 + .include "../../meta-pkgs/kde4/Makefile.kde4" REPLACE_PERL+= \ diff --git a/devel/valide/Makefile b/devel/valide/Makefile index 289d21c4a39..d7f2486b637 100644 --- a/devel/valide/Makefile +++ b/devel/valide/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/01/01 11:52:13 wiz Exp $ -# +# $NetBSD: Makefile,v 1.30 2014/01/25 10:30:06 wiz Exp $ DISTNAME= valide-0.4.0 PKGREVISION= 23 @@ -16,6 +15,7 @@ PYTHON_FOR_BUILD_ONLY= yes REPLACE_PYTHON+= wscript waf \ */wscript_build \ */*/wscript_build +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.4.0 WAF_ENV= PATH=${PATH} CC=${CC:Q} CXX=${CXX:Q} PREFIX=${PREFIX:Q} \ CFLAGS=${CFLAGS:Q} CXXFLAGS=${CXXFLAGS:Q} \ diff --git a/devel/xulrunner10/mozilla-common.mk b/devel/xulrunner10/mozilla-common.mk index 7e8045bfa7d..4536fc925ff 100644 --- a/devel/xulrunner10/mozilla-common.mk +++ b/devel/xulrunner10/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.3 2012/12/18 22:27:10 marino Exp $ +# $NetBSD: mozilla-common.mk,v 1.4 2014/01/25 10:30:06 wiz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -55,6 +55,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_FOR_BUILD_ONLY= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 10.0.12 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/devel/xulrunner17/mozilla-common.mk b/devel/xulrunner17/mozilla-common.mk index faccd47db56..a40bef5cccd 100644 --- a/devel/xulrunner17/mozilla-common.mk +++ b/devel/xulrunner17/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.2 2013/02/10 14:23:20 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.3 2014/01/25 10:30:06 wiz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -54,6 +54,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_FOR_BUILD_ONLY= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-sqlite2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} diff --git a/devel/xulrunner192/mozilla-common.mk b/devel/xulrunner192/mozilla-common.mk index 8cc6bbf6a9b..3b315e23ac7 100644 --- a/devel/xulrunner192/mozilla-common.mk +++ b/devel/xulrunner192/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.4 2013/04/08 11:17:12 rodent Exp $ +# $NetBSD: mozilla-common.mk,v 1.5 2014/01/25 10:30:06 wiz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -49,6 +49,7 @@ CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_FOR_BUILD_ONLY= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.9.2.28 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} |