svn commit: r440086 - head/comms/gnuradio
Tobias C. Berner
tcberner at FreeBSD.org
Thu May 4 05:22:03 UTC 2017
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}" \
More information about the svn-ports-all
mailing list