non port: comms/linrad/files/patch-Makefile.in |
SVNWeb
|
Number of commits found: 19 |
Fri, 1 May 2015
|
[ 16:25 db ] (Only the first 10 of 15 ports in this commit are shown above. )
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
|
Mon, 8 Dec 2014
|
[ 11:20 shurd ] (Only the first 10 of 12 ports in this commit are shown above. )
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 ] (Only the first 10 of 13 ports in this commit are shown above. )
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)
|
Tue, 13 Oct 2009
|
[ 14:41 db ]
- Update to 3.08 linrad
- remove patches for code accepted upstream
|
Thu, 26 Mar 2009
|
[ 13:54 db ]
- Update to 3.03
|
Mon, 4 Aug 2008
|
[ 17:08 db ]
- Update to 2.49
- Vendor has fixed lsetad.c so patch no longer necessary.
|
Fri, 25 Jul 2008
|
[ 16:33 db ]
- Update to 2.48
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Tue, 18 Mar 2008
|
[ 15:55 db ]
- Update to 2.43
- Make portlint happy
- Remove unecessary sed
|
Wed, 19 Dec 2007
|
[ 00:34 db ]
- Update to 2.4
|
Fri, 28 Sep 2007
|
[ 02:23 db ]
- Update to 2.38
|
Tue, 10 Jul 2007
|
[ 16:41 db ]
- update to 2.34
Approved: ehaupt (mentor)
|
Mon, 23 Apr 2007
|
[ 21:28 db ]
- Update version to 2.28
- Remove support for 4.x
- Tidy up Makefile a bit
Approved by: ehaupt (mentor)
|
Tue, 27 Feb 2007
|
[ 17:06 db ]
- update to latest
- clean up DOCS install
Approved: ehaupt (mentor)
|
Sun, 3 Dec 2006
|
[ 23:21 laszlof ]
1) Update to version 2.20
2) Respect X11BASE
PR: ports/106247
Submitted by: Diane Bruce <db@db.net> (maintainer)
|
Fri, 8 Sep 2006
|
[ 22:52 itetcu ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update to 2.17
Added file(s):
- files/linrad
- pkg-message
Removed file(s):
- files/patch-lmain.c
- files/patch-settx.c
- BROKEN on 4
PR: ports/103002
Submitted by: Diane Bruce (maintainer)
|
Sat, 1 Jul 2006
|
[ 16:45 shaun ] (Only the first 10 of 19 ports in this commit are shown above. )
- Update to 2.14
- Limit to i386
PR: ports/99235
Submitted by: Diane Bruce <db@db.net> (maintainer)
Approved by: ahze (mentor)
|
Sun, 13 Nov 2005
|
[ 03:42 mnag ]
Respect LOCALBASE
Add SHA256
PR: 88891
Submitted by: Diane Bruce <db@db.net> (maintainer)
|
Wed, 14 Jul 2004
|
[ 16:09 pav ] (Only the first 10 of 15 ports in this commit are shown above. )
Add linrad, Amateur Radio DSP utility (SDR)
PR: ports/68873
Submitted by: Diane Bruce <db@heceta.db.net>
|
Number of commits found: 19 |