From 32e3777c0483c942db7d33c0514dde781322fe36 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 9 May 2014 07:36:53 +0000 Subject: Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise. --- ham/gnuradio-core/Makefile | 4 ++-- ham/gnuradio-wxgui/Makefile | 4 ++-- ham/usrp/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'ham') diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile index ff510a39216..0e241f9aeef 100644 --- a/ham/gnuradio-core/Makefile +++ b/ham/gnuradio-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/01/25 10:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2014/05/09 07:37:08 wiz Exp $ PKGNAME= gnuradio-core-${VERSION} PKGREVISION= 10 @@ -7,7 +7,7 @@ COMMENT= Runtime system and DSP blocks for GNU Radio LDFLAGS.DragonFly+= -lboost_system LDFLAGS.SunOS+= -lboost_system -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.3.0 .include "../../meta-pkgs/gnuradio/Makefile.common" CONF_FILES+= ${EGDIR}/gnuradio-core.conf ${PKG_SYSCONFDIR}/gnuradio-core.conf diff --git a/ham/gnuradio-wxgui/Makefile b/ham/gnuradio-wxgui/Makefile index 44902f65534..9d1af724a50 100644 --- a/ham/gnuradio-wxgui/Makefile +++ b/ham/gnuradio-wxgui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2014/05/05 00:48:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2014/05/09 07:37:08 wiz Exp $ PKGNAME= gnuradio-wxgui-${VERSION} PKGREVISION= 28 @@ -8,7 +8,7 @@ REPLACE_PYTHON+= gr-wxgui/src/python/form.py REPLACE_PYTHON+= gr-wxgui/src/python/powermate.py REPLACE_PYTHON+= gr-wxgui/src/python/slider.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-wxWidgets SUBST_CLASSES+= py-exec SUBST_STAGE.py-exec= pre-configure diff --git a/ham/usrp/Makefile b/ham/usrp/Makefile index 2eef1dc3ca2..1f7f411191f 100644 --- a/ham/usrp/Makefile +++ b/ham/usrp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.27 2014/01/25 10:45:19 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2014/05/09 07:37:08 wiz Exp $ PKGNAME= usrp-${VERSION} PKGREVISION= 10 COMMENT= Non GNU Radio specific part of the USRP code base -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.3.0 .include "../../meta-pkgs/gnuradio/Makefile.common" -- cgit v1.2.3