diff options
author | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
commit | 77e07989540405e14ae0f3af5dc2d76d75532797 (patch) | |
tree | 698d3960598fa1d41f5a80411323ce184dbefe95 /ham | |
parent | f192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff) | |
download | pkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz |
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-core/Makefile.common | 4 | ||||
-rw-r--r-- | ham/gr-osmosdr/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common index 3a9dac01308..b840dc2f763 100644 --- a/ham/gnuradio-core/Makefile.common +++ b/ham/gnuradio-core/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2019/04/26 13:14:02 maya Exp $ +# $NetBSD: Makefile.common,v 1.19 2019/09/02 13:19:57 adam Exp $ # This Makefile fragment is included in the package Makefiles for # GNU Radio distributed packages (they all share common configure and build # settings). @@ -53,7 +53,7 @@ DEPENDS+= ${PYPKGPREFIX}-qwt-qt4-[0-9]*:../../x11/py-qwt-qt4 DISTINFO_FILE= ${.CURDIR}/../../ham/gnuradio-core/distinfo PATCHDIR= ${.CURDIR}/../../ham/gnuradio-core/patches -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 3.3.0 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.3.0 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} PLIST_SUBST+= PYSITELIB=${PYSITELIB} PY_PATCHPLIST= yes diff --git a/ham/gr-osmosdr/Makefile b/ham/gr-osmosdr/Makefile index 1cf5a30afbd..c477dcfd80d 100644 --- a/ham/gr-osmosdr/Makefile +++ b/ham/gr-osmosdr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/08/22 12:23:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:57 adam Exp $ DISTNAME= gr-osmosdr-0.1.4 PKGREVISION= 15 @@ -23,7 +23,7 @@ CMAKE_ARGS+= -DGNURADIO_BLOCKS_INCLUDE_DIRS=${PREFIX}/include PLIST_SUBST+= PYSITELIB=${PYSITELIB} # Python 36 and 37 result in build errors; 27 builds ok. -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 REPLACE_PYTHON+= apps/osmocom_siggen_base.py .include "../../devel/boost-headers/buildlink3.mk" |