diff options
author | gdt <gdt@pkgsrc.org> | 2019-05-14 01:39:30 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2019-05-14 01:39:30 +0000 |
commit | 492dc4390a863b2b0866279b6fb704c91e7eb47e (patch) | |
tree | b564b1d213f9dc11562876d3278a8a2b7ee3b939 /geography | |
parent | 272fb0050ca34789c67ce15959ea0e275b729d1d (diff) | |
download | pkgsrc-492dc4390a863b2b0866279b6fb704c91e7eb47e.tar.gz |
geography/qgis: Declare python3 incompatible
With 37, the build fails with complaints about future and the wrong
version. With 27, it builds. Definitive documentation is scarce, but
signs point to 27 being standard for 2.18, and 3 perhaps working,
perhaps not. Because qgis 2.18 should be updated to 3.x anyway, don't
worry and just set the variables for now.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/qgis/Makefile | 4 | ||||
-rw-r--r-- | geography/qgis/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile index 3cf9428156a..89e4b997f1d 100644 --- a/geography/qgis/Makefile +++ b/geography/qgis/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2019/04/25 07:32:56 maya Exp $ +# $NetBSD: Makefile,v 1.74 2019/05/14 01:39:30 gdt Exp $ DISTNAME= qgis-2.18.28 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= geography MASTER_SITES= https://qgis.org/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/geography/qgis/options.mk b/geography/qgis/options.mk index 19ed2911825..11d69cd8223 100644 --- a/geography/qgis/options.mk +++ b/geography/qgis/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.12 2019/04/26 14:12:39 maya Exp $ +# $NetBSD: options.mk,v 1.13 2019/05/14 01:39:30 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qgis PKG_SUPPORTED_OPTIONS= python @@ -19,7 +19,7 @@ CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE CMAKE_ARGS+= -DSIP_BINARY_PATH:PATH=${BUILDLINK_PREFIX.py-sip}/bin CMAKE_ARGS+= -DWITH_INTERNAL_MARKUPSAFE=FALSE PLIST_SRC+= ${PKGDIR}/PLIST.python -#PYTHON_VERSIONS_INCOMPATIBLE= 36 # ?not yet ported as of ? +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # Documentation implies 27 is supported, 3x not. .include "../../lang/python/application.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../x11/py-qt4/buildlink3.mk" |