Commit Graph

8 Commits

Author SHA1 Message Date
Diane Bruce 9a22bc1933 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
2015-05-01 16:25:48 +00:00
Baptiste Daroussin 2c8db67726 Cleanup plist 2014-10-20 09:31:33 +00:00
Diane Bruce b4bcd1ab92 - Update to 3.08 linrad
- remove patches for code accepted upstream
2009-10-13 14:41:33 +00:00
Diane Bruce bc31ab75ff - update to latest
- clean up DOCS install

Approved:       ehaupt (mentor)
2007-02-27 17:06:35 +00:00
Frank J. Laszlo 6550a5cf42 1) Update to version 2.20
2) Respect X11BASE

PR:		ports/106247
Submitted by:	Diane Bruce <db@db.net> (maintainer)
2006-12-03 23:21:04 +00:00
Ion-Mihai Tetcu 9370141203 - 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)
2006-09-08 22:52:37 +00:00
Shaun Amott 26087e2d3c - Update to 2.14
- Limit to i386

PR:		ports/99235
Submitted by:	Diane Bruce <db@db.net> (maintainer)
Approved by:	ahze (mentor)
2006-07-01 16:45:02 +00:00
Pav Lucistnik 004697d45d Add linrad, Amateur Radio DSP utility (SDR)
PR:		ports/68873
Submitted by:	Diane Bruce <db@heceta.db.net>
2004-07-14 16:09:39 +00:00