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/linrad/files/patch-configure
SVNWeb

Number of commits found: 4

Fri, 1 May 2015
[ 16:25 db search for other commits by this committer ] Original commit   Revision:385126 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Fix linrad on latest gcc

I checked linrad upstream, and they still haven't fixed these two bugs.  I am
surprised they haven't been reported yet.  Without these fixes, linrad cannot be
built with gcc5.

the menu.c patch simply reverses the order of the condition.  One must check the
bounds constraint first!  It's a pretty dumb mistake but I've seen this kind
before.

The second one fails because -Werror is set.  This took me a while because I
couldn't figure out the relationship between ADCHANS and rxchan.  In any case,
setting 4 locations per channel did indeed allow the array to be big enough. 
(at first I thought the loop was running too high, but I finally determined the
array was too small).

These were found on DragonFly that uses gcc5.

This patch has not been tested on FreeBSD but I can't how it could possibly
fail.

It would be good if the ham@ maintainer reports the issue upstream.

Updated patch files using make makepatch

PR:			ports/199737
Submitted by:		marino
Tue, 9 Dec 2014
[ 18:56 shurd search for other commits by this committer ] Original commit   Revision:374418
Disable ALSA test completely.  When the ALSA lib wasn't detected, was still
trying to link with libalsa.so.  When it was detected, resulted in linking
with a non-dependant lib.

If there is enough demand, I can add OPTS for ALSA vs portaudio etc, but for
now just a hard dependency on portaudio will be enough.
Mon, 8 Dec 2014
[ 11:20 shurd search for other commits by this committer ] Original commit   Revision:374259 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update to 4.02 and fix build errors with clang 5

Linrad-04.02 comes with many improvements. The first FFT can now run in
parallel in up to 6 separate threads.  More efficient FFT implementations
are available for some hardware architectures.
The converter option is corrected.
Several bug corrections.
Tue, 1 Jul 2014
[ 18:28 shurd search for other commits by this committer ] Original commit   Revision:360075 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
STAGEify and update to 4.00

Portaudio support
Improved AGC
Voice squelch
Spur removal
Support for the rtlsdr library

Reviewed by:	db, skreuzer
Approved by:	db, skreuzer (mentors)

Number of commits found: 4