Commit Graph

24 Commits

Author SHA1 Message Date
Diane Bruce 10d6da2cbe - Fix under clang11
- simplify patch for help.c
2020-08-28 15:29:30 +00:00
Diane Bruce a5f6343b69 Ubreak on -head
Pet portlint
regenerate distinfo
Clean up Makefile

Reported by:	pkg-fallout@
2020-03-17 17:17:58 +00:00
Diane Bruce 141fc2293d Fix build for latest clang import
Reported by:	pkg-fallout@
2016-12-07 15:23:56 +00:00
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
Stephen Hurd 2e75709376 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.
2014-12-09 18:56:18 +00:00
Stephen Hurd 68e63469ae 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.
2014-12-08 11:20:39 +00:00
Stephen Hurd 8110f34eff 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)
2014-07-01 18:28:17 +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 2224ba3107 - Update to 3.03 2009-03-26 13:54:46 +00:00
Diane Bruce 407d504e80 - Update to 2.49
- Vendor has fixed lsetad.c so patch no longer necessary.
2008-08-04 17:08:51 +00:00
Diane Bruce 8b5e89a9db - Update to 2.48 2008-07-25 16:33:31 +00:00
Martin Wilke 3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Diane Bruce e3997ca799 - Update to 2.43
- Make portlint happy
- Remove unecessary sed
2008-03-18 15:55:06 +00:00
Diane Bruce ef1f3bff69 - Update to 2.4 2007-12-19 00:34:41 +00:00
Diane Bruce 34bbe66dd2 - Update to 2.38 2007-09-28 02:23:00 +00:00
Diane Bruce a23d0bf818 - update to 2.34
Approved:	ehaupt (mentor)
2007-07-10 16:41:16 +00:00
Diane Bruce 9ce19b5e36 - Update version to 2.28
- Remove support for 4.x
- Tidy up Makefile a bit

Approved by:	ehaupt (mentor)
2007-04-23 21:28:04 +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 7bb7a11c66 - fixed dup site in MASTER_SITES
- fixes from upstream until 2.18 is ready

PR:		ports/103175
Submitted by:	Diane Bruce (maintainer)
2006-09-12 08:14:22 +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
Marcus Alves Grando 9b1b180f5e Respect LOCALBASE
Add SHA256

PR:		88891
Submitted by:	Diane Bruce <db@db.net> (maintainer)
2005-11-13 03:42:59 +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