svn commit: r496021 - head/comms/gnuradio

Antoine Brodin antoine at FreeBSD.org
Sun Mar 17 07:50:09 UTC 2019


Author: antoine
Date: Sun Mar 17 07:50:08 2019
New Revision: 496021
URL: https://svnweb.freebsd.org/changeset/ports/496021

Log:
  comms/gnuradio doesn't work with python3
  
  PR:		234633

Modified:
  head/comms/gnuradio/Makefile

Modified: head/comms/gnuradio/Makefile
==============================================================================
--- head/comms/gnuradio/Makefile	Sun Mar 17 07:48:27 2019	(r496020)
+++ head/comms/gnuradio/Makefile	Sun Mar 17 07:50:08 2019	(r496021)
@@ -56,7 +56,7 @@ GH_TAGNAME=	a664001 d250816:volk
 # volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm'
 # volk/lib/volk_cpu.c:62: error: 'asm' operand has impossible constraints
 USES=		cmake compiler:c11 desktop-file-utils fortran gnome iconv \
-		perl5 pkgconfig pyqt:5 python qt:5 shared-mime-info shebangfix
+		perl5 pkgconfig pyqt:5 python:2.7 qt:5 shared-mime-info shebangfix
 SHEBANG_FILES=	grc/scripts/freedesktop/grc_setup_freedesktop.in \
 		gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \
 		gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx


More information about the svn-ports-all mailing list