Page MenuHomeFreeBSD

comms/linrad - update to 4.00
ClosedPublic

Authored by shurd on Jun 28 2014, 6:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 23 2024, 10:24 PM
Unknown Object (File)
Oct 3 2024, 3:57 AM
Unknown Object (File)
Aug 29 2024, 3:26 AM
Unknown Object (File)
Aug 25 2024, 2:05 PM
Unknown Object (File)
Aug 14 2024, 2:54 PM
Unknown Object (File)
Aug 13 2024, 5:23 PM
Unknown Object (File)
Jul 25 2024, 6:43 PM
Unknown Object (File)
Jul 22 2024, 9:41 AM
Subscribers
None

Details

Reviewers
skreuzer
db
Summary

STAGEify and update to 4.00

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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

shurd retitled this revision from to comms/linrad - update to 4.00.
shurd updated this object.
shurd added reviewers: db, skreuzer.

Nice job.
FWIW I was never happy with this stanza I added to the Makefile

.if ${OSVERSION} >= 800000

@${REINPLACE_CMD} -e "s|ttyd|ttyu|" \
    ${WRKSRC}/lxsys.c

.endif

I always meant to clean that up.

Does it run? Pass poudriere?

I always meant to clean that up.

I'll take a look... I did a great thing with FreeDV that I may copy into there... watch for the updated patch!

It passes RedPorts and runs with both my RTL dongle and SoftRock.

shurd edited edge metadata.

Disable example code that uses the serial port and add more comments
in the Makefile regarding things that don't work.

Nice I approve subject to skreuzer approval as well.

skreuzer edited edge metadata.

Approved! Please commit.

This revision is now accepted and ready to land.Jul 1 2014, 2:36 PM