summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authoradam <adam>2015-12-05 21:25:27 +0000
committeradam <adam>2015-12-05 21:25:27 +0000
commita0b187c8d9a0c12118e2140458d3e33d71bd7fab (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /geography
parentc2593a8036a102c98b480cc594e489d424a6e2d7 (diff)
downloadpkgsrc-a0b187c8d9a0c12118e2140458d3e33d71bd7fab.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'geography')
-rw-r--r--geography/gpsd/Makefile4
-rw-r--r--geography/proj-swig/Makefile4
-rw-r--r--geography/py-obspy/Makefile4
-rw-r--r--geography/qgis/options.mk4
4 files changed, 8 insertions, 8 deletions
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile
index dd2600fb9aa..f035aae66e1 100644
--- a/geography/gpsd/Makefile
+++ b/geography/gpsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/08/18 07:31:09 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2015/12/05 21:25:44 adam Exp $
# gpsd 3.11 has been released. It has only not been updated because
# newer versions use scons.
@@ -19,7 +19,7 @@ BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.96
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.96
USE_TOOLS+= gmake
USE_LIBTOOL= yes
diff --git a/geography/proj-swig/Makefile b/geography/proj-swig/Makefile
index 13f0e9cddd8..5ce88bf5893 100644
--- a/geography/proj-swig/Makefile
+++ b/geography/proj-swig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2015/03/14 18:46:12 gdt Exp $
+# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:44 adam Exp $
DISTNAME= proj-swig-0.02
PKGREVISION= 6
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
# Defines PYSITELIB, apparently.
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.02
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.02
# The perl build is commented out upstream, so this doesn't have any
# effect.
diff --git a/geography/py-obspy/Makefile b/geography/py-obspy/Makefile
index cb027ff64c1..f939b49da50 100644
--- a/geography/py-obspy/Makefile
+++ b/geography/py-obspy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/05/30 03:27:52 wen Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:44 adam Exp $
DISTNAME= obspy-0.10.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -20,7 +20,7 @@ USE_TOOLS+= bash:run
REPLACE_BASH= obspy/taup/tests/data/TauP_test_data/gendata.sh
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-suds
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-suds
pre-configure:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
diff --git a/geography/qgis/options.mk b/geography/qgis/options.mk
index 6b73f8f2c88..7290a8846a9 100644
--- a/geography/qgis/options.mk
+++ b/geography/qgis/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2014/05/09 07:37:06 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2015/12/05 21:25:44 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qgis
PKG_SUPPORTED_OPTIONS= python
@@ -14,7 +14,7 @@ CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=FALSE
CMAKE_ARGS+= -DWITH_BINDINGS:BOOL=TRUE
CMAKE_ARGS+= -DSIP_BINARY_PATH:PATH=${BUILDLINK_PREFIX.py-sip}/bin
PLIST.python= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.7.4
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.7.4
.include "../../lang/python/application.mk"
.include "../../x11/py-qt4/buildlink3.mk"
.include "../../x11/py-sip/buildlink3.mk"