notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: comms/gnuradio/files/patch-CMakeLists.txt
SVNWeb

Number of commits found: 15

Thu, 2 Apr 2020
[ 13:08 db search for other commits by this committer ] Original commit   Revision:530370
- Removed zombie dependancy on clang since system clang now works
- Now uses python3 by default remove python2 dependancy
- split the VOLK project into separate port

Change log from upstream follows
## [3.8.1.0-rc1] - 2020-02-16

### Changed

#### Project Scope

- clang-tidy improvements
  - Throw exceptions by value, catch by reference
  - `emplace_back` where applicable
  - `empty()` instead of `vector::size() == 0`
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 3 Jun 2019
[ 08:39 yuri search for other commits by this committer ] Original commit   Revision:503358
comms/gnuradio: Update to 3.8tech-preview-381

The previous commit kept GH_TAGNAME, as jbeich@ noted.

* Rebuilt pkg-plist
* Use GH_TUPLE for volk

Reported by:	jbeich
Fri, 15 Mar 2019
[ 23:57 db search for other commits by this committer ] Original commit   Revision:495839 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update to 3.8 git version to move from Qt4 to Qt5

## unreleased

### Fixed
#### Project Scope
- `boost::posix_time::[milli]second` takes integer numbers, and we now at least
cast the floats to integers, as Boost 1.67 forced us to realize we're
(incorrectly) using floating point her
- CMake: using regex to match compiler against "Clang" now enables correct build
on OS X
#### GRC
- Fixed GRC bug which broke WX and Qt (by altering the template code), in
multiple (less than awesome) steps
#### gr-analog
- `fmdet_cf`'s derivative coefficients were wrong.
#### gr-blocks
- `float_array_to_int`: int32 limits were wrongly hardcoded.
- Fixed the undefined behaviour happening in `float_to_complex` when accessing
the second input_items element in the single-input case
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jun 2018
[ 11:44 db search for other commits by this committer ] Original commit   Revision:472866 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Removed dependancy on uneeded git
Left the README files at all times

# Changelog
All notable changes to GNU Radio will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html), starting with version 3.7.12.0.

Older Logs can be found in `docs/RELEASE-NOTES-*`.

## [3.7.13.3] - 2018-06-13

### Fixed
#### Project Scope
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 7 Jan 2017
[ 19:06 db search for other commits by this committer ] Original commit   Revision:430822 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Update to 3.7.10.1
Note temporary hack in CMakeLists.txt to fix build with -gsl
link_directories("/usr/lib" "${LOCALBASE}/lib")
This is from a missing -L somewhere in the swig generation code that
needs to be fixed.

ChangeLog v3.7.10.1
=================

This is the first bug-fix release for v3.7.10

Contributors
------------

The following list of people directly contributed code to this
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 26 Dec 2016
[ 18:28 db search for other commits by this committer ] Original commit   Revision:429562
Bump PORT_REVISION as pkg-plist has changed.
Fixed build on 10.1 but in the process found a bogus pkg-plist fixed.
If DOCS was defined, the plist was wrong.
Also cleaned up a dependency

Fixed using https://cmake.org/cmake/help/v3.0/command/link_directories.html
This shouldn't be necessary:

"Note that this command is rarely necessary. Library locations returned by
find_package() and find_library() are absolute paths. Pass these absolute
library file paths directly to the target_link_libraries() command. CMake will
ensure the linker finds them."

The directory path appears to be in /usr/local/libdata/pkgconfig/gsl.pc
so it would appear the swig handling code neglects to respect this.
I'll dig into this sometime later.

PR:		ports/210444
Submitted by:	rozhuk.im@gmail.com
Mon, 10 Oct 2016
[ 12:43 db search for other commits by this committer ] Original commit   Revision:423657 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Update to 3.7.9.2
Remove unecessary diffs using @sample keyword in pkg-plist
Use uhd port instead of usrp port
Add missing dependancies
Fix wrongly used PLIST_SUB [1]
Fix build due to missing dependency  [2]
Did my best to address libgcc stupidity for now [3]
 Please read
 http://lists.freebsd.org/pipermail/freebsd-toolchain/2016-August/002249.html
 PR 208120

[1] PR ports/210095 fix by @takefu
[2] PR ports/210444 fix by @takefu
[3] PR ports/211889 fix by @db
Sun, 4 Oct 2015
[ 02:26 db search for other commits by this committer ] Original commit   Revision:398562
Update to 3.7.8
USE_GCC=yes causes the build to fail on systems where clang and libc++ are
used by default (see bug 202143, for example). This essentially means
comms/gnuradio currently only builds on 9.x. The problem is caused by the
fact that on 10.x and later boost is likely built using clang and libc++,
but USE_GCC=yes forces gnuradio to be built with GCC and libstdc++. Ports
r392951 mentioned USE_GCC=yes was added because "clang's builtins were
conflicting with gnuradio", which does not seem to happen in my tests at least.

PR:		ports/203500
Submitted by:	takefu@airport.fm
Sun, 26 Jul 2015
[ 23:00 db search for other commits by this committer ] Original commit   Revision:392951 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- Update to later version of gnuradio
- fix build with portaudio
- clang builtin's are conflicting with gnuradio so use USE_GCC for now
Mon, 1 Sep 2014
[ 00:42 db search for other commits by this committer ] Original commit   Revision:366836 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update to 3.7.4
- Important Bug Fixes and Additions
Fixed shutdown in message passing apps
Fixed PortAudio detection during configuration
Fixed QWT detection during configuration
Fixed gr::analog::agc3 volk kernel alignment
Fixed/improved support of audio on OSX
Improved performance on network-based sources and sinks
Fixed pfb_arb_resampler tag propagation
Fixed segfault in fast_atan2f
Updated codec2 support to latest standard and support all rates
New HDLC codec blocks in gr::digital
Fri, 28 Mar 2014
[ 00:30 db search for other commits by this committer ] Original commit   Revision:349385 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 1 Mar 2014
[ 14:32 db search for other commits by this committer ] Original commit   Revision:346629 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Updating to 3.7.2
- disabled USRP default option until usrp is fixed on -10 and head
- disable docs on i386 for now as it fails to build
- enable staging

PR:		ports/186799
Submitted by:	lev
Wed, 12 Jun 2013
[ 13:04 db search for other commits by this committer ] Original commit   Revision:320680 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Update to gnuradio 3.6.5

Important new features (3.6.5):
New OFDM PHY layer (Martin Braun, Ben Reynwar)
This release includes new OFDM PHY layer blocks in gr-digital.

New runtime logging capability (Tom Rondeau)
GNU Radio has a logging interface to enable various levels of logging
information to be printed to the console or a file.

And Numerous bug fixes

Reviewed by:	martymac
Mon, 29 Apr 2013
[ 13:57 db search for other commits by this committer ] Original commit   Revision:316814 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Release 3.6.3 is a significant release, adding major new
capabilities and many bug fixes, while maintaining strict source
compatibility with user code already written for the 3.6 API.

Much of the code was the result of two events, the September 2012 GNU
Radio conference in Atlanta, GA, and the November 2012 GNU Radio
hackfest held at Ettus Research in Mountain View, CA. Additional work
(not discussed here) from these events has been incorporated into the
'next' branch of the code repository, and will become part of the 3.7
API release series.

New features include asynchronous message passing between blocks, new
blocks for interfacing with operating system networking stacks, the
ability to write new signal processing blocks in Python, enhanced file
source and sinks that can store metadata, flowgraph latency control,
improvements to documentation, and further conversion of existing code
into the 3.7 API organization (while leaving existing blocks in
place.)

The detailed changelog is here:

http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_6_3
Sun, 9 Dec 2012
[ 20:19 db search for other commits by this committer ] Original commit   Revision:308561 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
- Update to 3.6.2
- Needs the usrp port

Tested by:	lrk@ovillatx.sytes.net

Number of commits found: 15