Date: Thu, 4 May 2017 05:22:01 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440086 - head/comms/gnuradio Message-ID: <201705040522.v445M120076512@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu May 4 05:22:01 2017 New Revision: 440086 URL: https://svnweb.freebsd.org/changeset/ports/440086 Log: Fix shebangs Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/comms/gnuradio/Makefile Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Thu May 4 05:21:43 2017 (r440085) +++ head/comms/gnuradio/Makefile Thu May 4 05:22:01 2017 (r440086) @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db @@ -42,7 +42,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} # 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:outsource compiler:c11 iconv perl5 pkgconfig pyqt:4 python:2.7 shebangfix -SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in +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 CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig2.0"\ -DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ -DICONV_LIB:STRING="X${ICONV_LIB}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705040522.v445M120076512>