non port: comms/gnuradio/pkg-plist |
SVNWeb
|
Number of commits found: 33 |
Sun, 9 Jan 2022
|
[ 16:00 Diane Bruce (db) ] 4c67f39
comms/gnuradio: Fix plist problem
fix plist when PYTHON_VERSION != 3.8
PR: ports/261060
Reported by: eric@camachat.org
|
Tue, 4 Jan 2022
|
[ 23:11 Diane Bruce (db) ] 4c39934
comms/gnuradio: Update to 3.8.4
- Removed guile as it is not needed
(From CHANGELOG.md)
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-*`.
API is compatible with C++ code written against previous v3.8 releases.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 10 Apr 2020
|
[ 18:25 yuri ]
comms/gnuradio: Update 3.8.1.0-rc1 -> 3.8.1.0
Also update WWW.
Reported by: portscout
|
Thu, 2 Apr 2020
|
[ 13:08 db ]
- 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 )
|
Mon, 16 Dec 2019
|
[ 17:22 db ]
- According to @koobs the dependency on pyephem/ephem is spurious hence removed.
- When gnuradio was first imported into the tree, UHD (Ettus) was pretty much
the only
viable high speed device for it. This is no longer true so default option
removed.
- Noted plist problem with removed UHD corrected.
PR: ports/240546
Reported by: w.schwarzenfeld@utanet.at
MFH: 2019Q4
|
Mon, 12 Aug 2019
|
[ 12:38 db ]
Changelog:
## [3.8.0.0] - 2019-08-09
Witness me!
Tonight, we release GNU Radio 3.8.0.0.
It's the first minor release version since more than six years, not without
pride this community stands to face the brightest future SDR on general purpose
hardware ever had.
Since we've not been documenting changes in the shape of a Changelog for the
whole of the development that happened since GNU Radio 3.7.0, I'm afraid that
these release notes will be more of a GLTL;DR (git log too long; didn't read) (Only the first 15 lines of the commit message are shown above )
|
Sun, 11 Aug 2019
|
[ 14:19 db ]
Update to 3.8.0.0-rc2
# 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.8.0.0-rc2] - 2019-07-20
This is the second release candidate for GNU Radio 3.8.
### Fixed (Only the first 15 lines of the commit message are shown above )
|
Mon, 3 Jun 2019
|
[ 08:39 yuri ]
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
|
Sun, 2 Jun 2019
|
[ 18:16 yuri ]
comms/gnuradio: Update 3.8.g20190309 -> 3.8tech-preview-381
Their PR#2500 officially fixed boost compatibility.
|
Thu, 25 Apr 2019
|
[ 13:27 antoine ]
Clean up plist
|
Fri, 15 Mar 2019
|
[ 23:57 db ] (Only the first 10 of 14 ports in this commit are shown above. )
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 )
|
Mon, 1 Oct 2018
|
[ 08:43 antoine ]
Cleanup plist
|
Tue, 14 Aug 2018
|
[ 23:33 db ]
## [3.7.13.4] - 2018-07-15
### Fixed
#### Project Scope
- Fix Boost 1.67 linking issue
#### gnuradio-runtime
- Logging: fixed issues where messages weren't properly written to stdout/stderr
due to incorrect strings
#### gr-analog
- `fmdet_cf`'s derivative coefficients were wrong.
#### gr-blocks
- `skiphead` used to incorrectly handle tags, now properly shifts
#### gr-digital
- `qa_packet_format`: Unit test used to potentially lock up due to incorrect
conditionals
- `clock_recovery_cc`, `crc32_bb`: Accessing the `[0]` element of an empty
vector is UB, even if you don't use the result afterwards.
#### gr-fec
- `polar_encoder`/`_common`: Fixed multiple out-of-bound accesses due to
insufficient vector length checks
#### gr-filter
- `fft_filter`, `filter_delay`: Accessing the `[0]` element of an empty vector
is UB, even if you don't use the result afterwards.
Fix dependancy problem when UHD is not used.
|
Sun, 24 Jun 2018
|
[ 01:46 yuri ]
comms/gnuradio: Add missing library to LIB_DEPENDS; Add missing file to
pkg-plist
Both were reported by the stage-qa.
Approved by: portmgr
|
Wed, 20 Jun 2018
|
[ 11:44 db ] (Only the first 10 of 14 ports in this commit are shown above. )
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 )
|
Mon, 19 Feb 2018
|
[ 18:23 db ]
ChangeLog v3.7.11
=================
This is a feature release of the 3.7 API series, and incorporates all
the bug fixes implemented in the 3.7.10.2 maintenance release.
Contributors
------------
The following list of people directly contributed code to this
release and the incorporated maintenance release:
* A. Maitland Bottoms <bottoms@debian.org>
* Alexandru Csete <oz9aec@gmail.com>
* Andrej Rode <andrej.rode@ettus.com> (Only the first 15 lines of the commit message are shown above )
|
Mon, 22 Jan 2018
|
[ 22:59 antoine ]
Fix packaging
Reported by: pkg-fallout
|
Sun, 14 Jan 2018
|
[ 15:31 db ]
@snkmail.com
n shebangs to use the specified PYTHON_CMD (stage-qa fix) [1]
Add missing html file in plist (check-orphans) [2]
Also we don't need -DENABLE_BAD_BOOST=ON since the ports version of boost is now
at 1.65.
info about ENABLE_BAD_BOOST in GrBoost.cmake...
# Boost 1.52 disabled, see https://svn.boost.org/trac/boost/ticket/7669
# Similar problems with Boost 1.46 and 1.47.
stage-qa, check-orphans and poudriere testport all pass now with the attached
patch.
[1]
====> Running Q/A tests (stage-qa) (Only the first 15 lines of the commit message are shown above )
|
Sat, 7 Jan 2017
|
[ 19:06 db ] (Only the first 10 of 17 ports in this commit are shown above. )
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 )
|
Mon, 26 Dec 2016
|
[ 18:28 db ]
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 ] (Only the first 10 of 33 ports in this commit are shown above. )
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 ]
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 ] (Only the first 10 of 30 ports in this commit are shown above. )
- Update to later version of gnuradio
- fix build with portaudio
- clang builtin's are conflicting with gnuradio so use USE_GCC for now
|
Sat, 20 Jun 2015
|
[ 17:12 bapt ]
All directory handling is now automatic: cleanup plist
|
Mon, 29 Apr 2013
|
[ 13:57 db ] (Only the first 10 of 39 ports in this commit are shown above. )
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 ] (Only the first 10 of 86 ports in this commit are shown above. )
- Update to 3.6.2
- Needs the usrp port
Tested by: lrk@ovillatx.sytes.net
|
Wed, 23 Feb 2011
|
[ 20:59 db ] (Only the first 10 of 23 ports in this commit are shown above. )
- Upgrade to gnuradio 3.2.2
Reviewed by: lrk _at_ ovillatx dot sytes dot net
|
Tue, 26 Aug 2008
|
[ 23:41 db ]
- Update to gnuradio 3.1.3
- Vendor has accepted more patches.
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Wed, 26 Mar 2008
|
[ 22:42 db ] (Only the first 10 of 15 ports in this commit are shown above. )
- update to 3.1.2
- remove patches accepted by vendor
|
Tue, 22 Jan 2008
|
[ 18:43 db ]
- Remove redundant version select
- Allow use of wx 2.8
- Correct build of usrpm
|
Tue, 8 Jan 2008
|
[ 18:23 db ] (Only the first 10 of 19 ports in this commit are shown above. )
- Update to 3.1.1
|
Wed, 19 Sep 2007
|
[ 14:18 db ] (Only the first 10 of 17 ports in this commit are shown above. )
GNU Radio is a collection of software that when combined with
minimal hardware, allows the construction of radios where the
actual waveforms transmitted and received are defined by software.
What this means is that it turns the digital modulation schemes
used in today's high performance wireless devices into software problems.
WWW: http://www.gnu.org/software/gnuradio/
- Diane (VA3DB)
db@db.net
PR: ports/107602
Submitted by: db
|
Number of commits found: 33 |