diff options
author | Diane Bruce <db@FreeBSD.org> | 2014-03-28 00:30:55 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2014-03-28 00:30:55 +0000 |
commit | bf597cb30ffdada468552710b5fc7736db4b7f58 (patch) | |
tree | 90facd172a3824118c39759eb06d61b644e00711 /comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake | |
parent | o Fix build: use TAR instead of JAR. (diff) |
- Update to gnuradio 3.7.2.1
GRC Bus Ports (Nicholas McCarthy)
Bus ports in the GNU Radio Companion (GRC) allow ganging block input
or output ports into a single port for display and connections. This
simplifies flowgraph entry when dealing with blocks that work with an
arbitrary number of streams.
For further information, see:
http://gnuradio.org/redmine/projects/gnuradio/wiki/Busports
And see
http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_1
Notes
Notes:
svn path=/head/; revision=349385
Diffstat (limited to 'comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake')
-rw-r--r-- | comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake b/comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake index fc67f87ebd12..bde898c3022b 100644 --- a/comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake +++ b/comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake @@ -1,5 +1,5 @@ ---- cmake/Modules/FindUSB.cmake.orig 2012-04-09 11:38:58.000000000 -0400 -+++ cmake/Modules/FindUSB.cmake 2014-02-06 10:29:24.962247114 -0500 +--- cmake/Modules/FindUSB.cmake.orig 2012-04-09 10:38:58.000000000 -0500 ++++ cmake/Modules/FindUSB.cmake 2014-03-02 20:19:39.000000000 -0500 @@ -1,20 +1,38 @@ if(NOT LIBUSB_FOUND) - pkg_check_modules (LIBUSB_PKG libusb-1.0) |