aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-05-04 05:22:01 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-05-04 05:22:01 +0000
commit187cb990c4dc2020524accab4af0de9a302a921a (patch)
treed78e17c1b81eab121e628f47af7f478dd636babd /comms
parent157ec65f580d582a0de24d0708f2a10bfdaea544 (diff)
downloadports-187cb990c4dc2020524accab4af0de9a302a921a.tar.gz
ports-187cb990c4dc2020524accab4af0de9a302a921a.zip
Fix shebangs
Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10527
Notes
Notes: svn path=/head/; revision=440086
Diffstat (limited to 'comms')
-rw-r--r--comms/gnuradio/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index 00b6b428d090..ee4682825fda 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -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}" \