diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/comix/Makefile | 4 | ||||
-rw-r--r-- | graphics/dia-python/Makefile | 4 | ||||
-rw-r--r-- | graphics/eom/options.mk | 4 | ||||
-rw-r--r-- | graphics/gimp-docs-en/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/gpick/Makefile | 4 | ||||
-rw-r--r-- | graphics/libscigraphica/Makefile | 4 | ||||
-rw-r--r-- | graphics/mypaint/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-biggles/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-chart/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-gdchart/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-gdmodule/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-gnuplot/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-goocanvas/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-gtkglext/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-imaging/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-mcomix/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-piddle/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-pycha/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-sk1libs/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-uniconvertor/Makefile | 4 | ||||
-rw-r--r-- | graphics/scigraphica/Makefile | 14 | ||||
-rw-r--r-- | graphics/skencil/Makefile | 4 | ||||
-rw-r--r-- | graphics/xdot/Makefile | 4 |
23 files changed, 50 insertions, 52 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 05c65703697..6fb2fec0236 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2019/07/21 22:24:55 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2019/09/02 13:20:18 adam Exp $ DISTNAME= comix-4.0.4 PKGREVISION= 36 @@ -24,7 +24,7 @@ SUBST_FILES.install-path= install.py SUBST_SED.install-path= -e "s,share/man/man,${PKGMANDIR}/man,g" REPLACE_PYTHON= src/comix.py mime/comicthumb -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-imaging, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-imaging, py-gtk2 do-build: diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile index 5c9395c7e44..982b26cbe8a 100644 --- a/graphics/dia-python/Makefile +++ b/graphics/dia-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2019/07/21 22:24:56 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2019/09/02 13:20:17 adam Exp $ DIA_SUBPKG= -python PKGREVISION= 9 @@ -12,7 +12,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} REPLACE_PYTHON= po-checktrans.py REPLACE_PYTHON+= plug-ins/python/gtkcons.py REPLACE_PYTHON+= sheets/checktrans.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 BUILD_DIRS+= plug-ins/python INSTALL_DIRS+= plug-ins/python diff --git a/graphics/eom/options.mk b/graphics/eom/options.mk index 6ae314211e0..8e45bcf3065 100644 --- a/graphics/eom/options.mk +++ b/graphics/eom/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2019/04/26 13:14:00 maya Exp $ +# $NetBSD: options.mk,v 1.7 2019/09/02 13:20:18 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.eog PKG_SUPPORTED_OPTIONS= dbus exif jpeg lcms rsvg xmp @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --without-cms # 3.x as being incompatible, yet eom depends on libpeas which itself sets 2.x # as being incompatible, leaving us with no remaining choices. .if !empty(PKG_OPTIONS:Mpython) -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 .include "../../lang/python/extension.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/graphics/gimp-docs-en/Makefile.common b/graphics/gimp-docs-en/Makefile.common index c7b6e1e5633..5cc8ceca980 100644 --- a/graphics/gimp-docs-en/Makefile.common +++ b/graphics/gimp-docs-en/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2019/04/26 14:12:39 maya Exp $ +# $NetBSD: Makefile.common,v 1.19 2019/09/02 13:20:17 adam Exp $ # # used by graphics/gimp-docs-de/Makefile # used by graphics/gimp-docs-en/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ENV= ALL_LINGUAS=${HELPLANGUAGE} MAKE_FLAGS= VERBOSE=2 REPLACE_PYTHON= tools/xml2po.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.8.0 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.8.0 CONFLICTS= gimp-docs<=2.4.0 SUPERSEDES= gimp-docs<=2.4.0 diff --git a/graphics/gpick/Makefile b/graphics/gpick/Makefile index f9fec288874..ab535a0425d 100644 --- a/graphics/gpick/Makefile +++ b/graphics/gpick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/08/22 12:23:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:17 adam Exp $ DISTNAME= gpick-gpick-0.2.5 PKGNAME= ${DISTNAME:S/gpick-//} @@ -14,7 +14,7 @@ LICENSE= modified-bsd USE_LANGUAGES= c c++03 USE_TOOLS+= pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.2.5 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.2.5 SCONS_ARGS+= DESTDIR=${DESTDIR}${PREFIX} SCONS_ARGS+= PKGMANDIR=${PKGMANDIR} diff --git a/graphics/libscigraphica/Makefile b/graphics/libscigraphica/Makefile index 857bdc1d52e..2de67e192f1 100644 --- a/graphics/libscigraphica/Makefile +++ b/graphics/libscigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2019/07/21 22:24:06 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2019/09/02 13:20:17 adam Exp $ DISTNAME= libscigraphica-2.1.1 PKGREVISION= 36 @@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config gmake intltool GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-numarray +PYTHON_VERSIONS_ACCEPTED= 27 # py-numarray pre-configure: ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 06105b1bb02..f94b139b7a7 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2019/07/21 22:25:02 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2019/09/02 13:20:18 adam Exp $ DISTNAME= mypaint-1.2.1 PKGREVISION= 4 @@ -22,7 +22,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= bash:run msgfmt pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 USE_PKGLOCALEDIR= yes diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index 142e05b80bb..84767437a87 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.27 2019/09/02 13:20:18 adam Exp $ DISTNAME= python2-biggles-1.6.6 PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python2//} @@ -9,7 +9,7 @@ MAINTAINER= Kai.Puolamaki@iki.fi HOMEPAGE= http://biggles.sourceforge.net/ COMMENT= Python module for creating 2D scientific plots -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not ported yet as of 1.6.6 +PYTHON_VERSIONS_ACCEPTED= 27 # not ported yet as of 1.6.6 .include "../../lang/python/distutils.mk" .include "../../math/py-numpy/buildlink3.mk" diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index dd892efd244..1e57ff56e6b 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/04/26 13:14:00 maya Exp $ +# $NetBSD: Makefile,v 1.10 2019/09/02 13:20:18 adam Exp $ DISTNAME= PyChart-1.39 PKGNAME= ${PYPKGPREFIX}-chart-1.39 @@ -10,7 +10,7 @@ HOMEPAGE= https://wiki.python.org/moin/PyChart COMMENT= Create high quality Encapsulated Postscript, PDF, or PNG charts LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 10364d2043a..3ee07559d9d 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.51 2019/09/02 13:20:17 adam Exp $ DISTNAME= gdchart-py-0.6 PKGNAME= ${PYPKGPREFIX}-gdchart-0.6 @@ -21,7 +21,7 @@ MODULE_FILES= chart.py gdchart.so EXAMPLE_FILES= test.html test.py CHANGES EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.6 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.6 INSTALLATION_DIRS= ${PYSITELIB:S/^${PREFIX}\///} diff --git a/graphics/py-gdmodule/Makefile b/graphics/py-gdmodule/Makefile index 5be59cc5ae0..6b877872a3d 100644 --- a/graphics/py-gdmodule/Makefile +++ b/graphics/py-gdmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.17 2019/09/02 13:20:18 adam Exp $ DISTNAME= gdmodule-0.59 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ HOMEPAGE= https://github.com/Solomoriah/gdmodule COMMENT= Python interface to gd graphics library LICENSE= original-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.59 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.59 SUBST_CLASSES+= pkgpath SUBST_STAGE.pkgpath= pre-configure diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile index 6ca228e90ba..71839d3bb9a 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:20:19 adam Exp $ DISTNAME= gnuplot-py-1.8 PKGNAME= ${PYPKGPREFIX}-gnuplot-1.8 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.8 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.8 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-goocanvas/Makefile b/graphics/py-goocanvas/Makefile index 988f28a721e..a6979b97f1d 100644 --- a/graphics/py-goocanvas/Makefile +++ b/graphics/py-goocanvas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2019/07/21 22:25:03 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2019/09/02 13:20:17 adam Exp $ DISTNAME= pygoocanvas-0.14.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} @@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE+= pygoocanvas.pc.in CONFIGURE_ARGS+= --disable-docs PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 .include "../../lang/python/pyversion.mk" diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile index 51d71b17098..4f0ba0262dc 100644 --- a/graphics/py-gtkglext/Makefile +++ b/graphics/py-gtkglext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2019/07/21 22:25:03 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2019/09/02 13:20:17 adam Exp $ DISTNAME= pygtkglext-1.1.0 PKGNAME= ${PYPKGPREFIX}-pygtkglext-1.1.0 @@ -16,7 +16,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN} USE_LIBTOOL= yes USE_TOOLS+= pkg-config PYDISTUTILSPKG= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 PKGCONFIG_OVERRIDE+= pygtkglext.pc.in diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 58e2285edc0..4464d14ed5a 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.58 2019/09/02 13:20:18 adam Exp $ DISTNAME= Imaging-1.1.7 PKGNAME= ${PYPKGPREFIX}-imaging-1.1.7 @@ -22,7 +22,7 @@ SUBST_SED.fix-path+= -e 's,FREETYPE_ROOT = None,FREETYPE_ROOT = libinclude("${BU INSTALLATION_DIRS= ${PYINC}/PIL -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.1.7, use Pillow instead +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.1.7, use Pillow instead post-install: ${INSTALL_DATA} ${WRKSRC}/libImaging/ImPlatform.h ${DESTDIR}${PREFIX}/${PYINC}/PIL diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile index 95c16e39b7e..6930c057234 100644 --- a/graphics/py-mcomix/Makefile +++ b/graphics/py-mcomix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/05/18 08:30:20 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2019/09/02 13:20:19 adam Exp $ DISTNAME= mcomix-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 EGG_NAME= ${DISTNAME:S/01/1/} PYTHON_SELF_CONFLICT= yes diff --git a/graphics/py-piddle/Makefile b/graphics/py-piddle/Makefile index 140bc886447..c1ac2367dfe 100644 --- a/graphics/py-piddle/Makefile +++ b/graphics/py-piddle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/04/26 13:14:01 maya Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:16 adam Exp $ DISTNAME= piddle-1.0.15 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= Python Plug In Drawing, Does Little Else USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index f4d7a0225b3..85590c69eed 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 13:14:01 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/02 13:20:17 adam Exp $ DISTNAME= pycha-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo USE_LANGUAGES= #none PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-sk1libs/Makefile b/graphics/py-sk1libs/Makefile index 8a2c785dce4..3cde1247049 100644 --- a/graphics/py-sk1libs/Makefile +++ b/graphics/py-sk1libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 14:12:40 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/09/02 13:20:18 adam Exp $ DISTNAME= sk1libs-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Set of python non-GUI extensions for sK1 Project LICENSE= gnu-lgpl-v2 USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9.1 .include "../../graphics/freetype2/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" diff --git a/graphics/py-uniconvertor/Makefile b/graphics/py-uniconvertor/Makefile index be3cdeab2f0..45006f11425 100644 --- a/graphics/py-uniconvertor/Makefile +++ b/graphics/py-uniconvertor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 13:14:01 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/09/02 13:20:18 adam Exp $ DISTNAME= uniconvertor-1.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-sk1libs-[0-9]*:../../graphics/py-sk1libs USE_LANGUAGES= c PYDISTUTILSPKG= yes PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-sk1libs +PYTHON_VERSIONS_ACCEPTED= 27 # py-sk1libs REPLACE_PYTHON+= src/__init__.py .include "../../lang/python/application.mk" diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index 1240446897e..54260d092ea 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2019/07/21 22:25:05 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2019/09/02 13:20:19 adam Exp $ DISTNAME= scigraphica-2.1.0 PKGREVISION= 35 @@ -9,9 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://scigraphica.sourceforge.net/ COMMENT= Data analysis and technical graphics +USE_LIBTOOL= yes USE_TOOLS+= gmake intltool pkg-config - -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-gnome CONFIGURE_ARGS+= --with-readline-include-path=${BUILDLINK_PREFIX.readline}/include CONFIGURE_ARGS+= --with-readline-path=${BUILDLINK_PREFIX.readline}/lib @@ -19,16 +19,14 @@ CONFIGURE_ARGS+= --with-termcap-include-path=${BUILDLINK_PREFIX.readline}/includ CONFIGURE_ARGS+= --with-termcap-path=${BUILDLINK_PREFIX.readline}/lib CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN:Q} -USE_LIBTOOL= YES PTHREAD_AUTO_VARS= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-numarray via libscigraphica +PYTHON_VERSIONS_ACCEPTED= 27 # py-numarray via libscigraphica pre-configure: - ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python + ${LN} -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python .include "../../devel/readline/buildlink3.mk" -.include "../../lang/python/application.mk" .include "../../graphics/libscigraphica/buildlink3.mk" - +.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 1b5065f1902..34eada6713a 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2019/04/26 13:14:01 maya Exp $ +# $NetBSD: Makefile,v 1.42 2019/09/02 13:20:16 adam Exp $ DISTNAME= skencil-0.6.17 PKGREVISION= 15 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk USE_TOOLS+= pax REPLACE_PYTHON= sk2ppm.py sk2ps.py skconvert.py skencil.py skshow.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-imaging +PYTHON_VERSIONS_ACCEPTED= 27 # py-imaging SK_CONF_ARGS= --imaging-include=${BUILDLINK_PREFIX.pyimaging}/${PYINC}/PIL SK_TKFLAGS= -L${BUILDLINK_PREFIX.tk}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.tk}/lib -ltk -ltcl diff --git a/graphics/xdot/Makefile b/graphics/xdot/Makefile index baba1a61d37..b5ad69fa46f 100644 --- a/graphics/xdot/Makefile +++ b/graphics/xdot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:14:02 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:17 adam Exp $ DISTNAME= xdot PKGNAME= xdot-20121124 @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR} USE_LANGUAGES= # none DIST_SUBDIR= ${PKGNAME_NOREV} REPLACE_PYTHON= xdot.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 INSTALLATION_DIRS= bin do-build: |