summaryrefslogtreecommitdiff
path: root/ham
AgeCommit message (Collapse)AuthorFilesLines
2021-03-19ham/xlog: Update to 2.0.22gdt2-8/+8
- Changes for xlog version 2.0.22 - 2021-feb-27 * Fixed empty ADIF file when Distance and Azimuth fields are in use * Distance must be "km" in ADIF output - fixed - Changes for xlog version 2.0.21 - 2021-feb-18 * Modified get_smeter and get_powerlevel to use default values (S9 and UNKNOWN) if hamlib cannot get values from the radio (e.g. quisk). * Be sure to use at least hamlib4.1 to avoid a crash that occurs when using the "Select a Radio" GUI more than once. * Modified configure.ac to check if compiler can support -W parameters * Updated cty.dat 20210218 (cty-3104)
2021-03-09grig: Fix build. Patches from Debian.nia4-1/+101
2021-02-16ham/xlog: Improve workarounds for upstream portability issuesgdt1-11/+13
2021-02-16ham/xlog: Drop MAINTAINERshipgdt1-2/+6
Note upstream's unusual stance on people building from the repo.
2021-02-13ham/chirp: Update to 20210212gdt3-8/+11
upstream changes: bugfixes and minor improvements
2021-02-13ham/hamlib: Update to 4.1gdt3-12/+17
Version 4.1 2021-01-31 * rigctld and rigs should be more robust for disconnect problems * Several fixes for Icom and Yaesu rigs * Nobody should need to use rig->caps or rig->state anymore If you need a variable added please contact us. Note that rig->state abstraction is not implemented yet...no need known * New rig_get_caps_int and rig_get_caps_cptr functions to replace using caps-> values * New rig_get_function to replace using caps-> function pointers * Fix shared library problem with WSJTX, JTDX, and JS8Call * New model Barrett 950 Version 4.0 2020-11-29 * API/ABI changes, advance ABI to 4 0 0. * Add GPIO and GPION options for DCD. Jeroen Vreeken * New backend: ELAD FDM DUO. Giovanni, HB9EIK. * New RIG_LEVEL_RFPOWER_METER_WATTS level * All channel functions now take a vfo argument * New rotator backend: iOptron. Bob, KD8CGH * New model: Icom IC-R8600. Ekki, DF4OR * New utility: rigctlcom. Mike, W9MDB * New model: FT847UNI for unidirectional early serial numbers. Mike, W9MDB * Remove GNU Texinfo files and build system dependency. * Rig model numbers have changed to allow future growth * Fix a lot of static code analysis errors and warnings. Mike, W9MDB * Rearrange directory structure to put rigs and rotators sources under their own subdirectories. Mike, W9MDB * rig_get_channel changed to add read_only flag. * rigctl(d) f command also returns VFO now. * caching of vfo, frequency, mode, and ptt speeds up rigctld for all. * caching of kenwood/yaesu "IF" speeds up polling from WSJTX/JTDX. * rig_get_channel now has read_only flag but it still needs to be implemented based on rig behavior, so if you use rig_get_channel you may get a RIG_ENIMPL error to contact us for fixing it. * New rig backend for Elecraft K4. * New rig backend for PowerSDR (Flex and Apache users). * Many fixes and enhancements. Mike, W9MDB and many contributors * PTT port is no longer shared by default, use --set-conf=ptt_share=1 to enable
2021-02-07*: Recursive revbump from audio/pulseaudio-14.2.nb1ryoon1-2/+2
2021-02-06ham/fldigi: remove ascidoc 9.0.4 bug workaroundsdbj4-35/+3
2021-02-04ham/xlog: Limit -Wno-stringop-truncation to gcc 4/5.gdt1-3/+4
2021-02-04ham/xlog: Re-rototill -Wno-stringop-truncationgdt1-4/+6
Further investigation reveals this is present in recent clang and recent gcc but not moderately old (but still very relevant) gcc.
2021-02-04ham/xlog: Rototill approach to non-portable warningsgdt1-8/+14
Mostly, this is adapting the warning flags removed from the build and those added to clang vs gcc. Hoist removal of -Wno-stringop-truncation to always happen, because it was separately on for clang and gcc, and it seems likely it would be unknown on some other compiler.
2021-02-04ham/xlog: Add another warning workaroundgdt1-3/+3
(Upstream sources do not compile cleanly under clang.)
2021-02-04ham/xlog: Drop patch that drops -Werrorgdt2-17/+1
This seems not necessary on NetBSD 9/amd64 with gcc. (The patch was not documented and not filed upstream.)
2021-02-04ham/xlog: Update to 2.0.20gdt5-38/+15
pkgsrc changes: - drop workaround for upstream bug fixed in this release - rename patchfile per pkglint - Changes for xlog version 2.0.20 - 2021-jan-30 * Updated cty.dat 20210127 (cty-3102) * Added FST4 support and 5m/8m bands for ADIF 3.1.1 * Added /dev/ttyUSB0 and /dev/ttyUSB1 to the hamlib device menu * Logeditor can hide TX(RST) and RX (RST) (useful for VHF contests) * ADIF exports Distance and Azimuth correctly if enabled in Logeditor * Imports ADIF from wsjt-x on UDP port 2333 * Fixed use-after-free error discovered by Chris K2CR and valgrind * Fixed hash-table != null assert in dxcc.c * Fixed GLib-GObject-WARNING in log.c * Compiles cleanly with hamlib4 on ubuntu 18.04 and 20.04
2021-01-01*: Recursive revbump from audio/pulseaudio-14.0ryoon1-2/+2
2021-01-01gnuradio-core: Remove ham/gnuradio-fcd referenceryoon1-2/+1
It is no longer in pkgsrc.
2021-01-01*: Recursive revbump from boost-1.75.0ryoon19-37/+38
2020-12-30gr-osmosdr: Convert to PYTHON_VERSIONS_INCOMPATIBLEnia1-2/+2
2020-12-30gnuradio-core: Convert to PYTHON_VERSIONS_INCOMPATIBLEnia1-2/+4
This will ease transition to newer Python versions, and also removes the apparently unnecessary restriction on 3.6. According to the upstream build system, 3.6 is the minimum version required.
2020-12-14ham/gnuradio: add 38 to PYTHON_VERSIONS_ACCEPTEDdbj2-4/+4
2020-12-09freedv: Fix building on NetBSD-current.nia2-1/+20
2020-12-09xlog: Do not use -Werror. Fixes build with gcc9.nia2-1/+17
2020-12-06ham/fldigi: avoid hard coding bundled dylib versions in PLIST.Darwindbj2-33/+15
2020-12-06ham/fldigi: hack around asciidoc bugdbj3-1/+33
asciidoc 9.0.4 appears to ignore the newline conf directive in the table of contents
2020-12-06ham/fldigi: build app bundles for fldigi and flarq on Darwindbj4-3/+84
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia3-6/+6
For the Python 3.8 default switch.
2020-12-04chirp: Add gdt@ as secondary MAINTAINERgdt1-1/+2
2020-11-29ham/gnuradio-vocoder: add dependency on codec2dbj2-3/+17
2020-11-29ham/freedv: update to 1.4.2dbj6-66/+84
2020-11-29ham/lpcnetfreedv: new package to support freedvdbj6-1/+84
2020-11-29ham/codec2: update to 0.9.2dbj5-26/+38
2020-11-29ham/gnuradio-digital: fix build issue with upstream patchdbj2-1/+19
2020-11-29ham/fldigi: remove redundant libXcursor dependencydbj1-2/+1
it's already included by the fltk13 buildlink.mk file when needed
2020-11-29ham/predict: use PTHREAD_LDFLAGS and PTHREAD_LIBSdbj1-2/+2
2020-11-29ham/predict: link against curses and not ncursesdbj1-3/+2
2020-11-25chirp: update to 20201121gdt3-8/+11
Upstream changes are bugfixes and minor improvements
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon17-20/+34
2020-10-15chirp: Update to 20201014gdt2-7/+7
upstream: minor improvements
2020-10-09chirp: Update to 20201008gdt2-7/+7
upstream changes: minor improvments and bug fixes
2020-10-05(ham/gnuradio-doxygen) PKGREVISION++mef1-1/+2
2020-10-05(ham/gnuradio-doxygen) regen PLIST, adapting to doxygen-1.8.20.mef2-7/+8
2020-09-17ham/chirp: Update to 20200909gdt2-11/+11
Upstream changes: bugfixes
2020-09-03ham/chirp: Update to 20200902gdt2-7/+7
upstream changes are minor
2020-08-31*: bump PKGREVISION for perl-5.32.wiz4-7/+8
2020-08-30gr-osmosdr: drop some unused dependencies (osmo-sdr and libmirisdr)tnn1-3/+1
Upstream doesn't build support for these devices by default anymore: > The actual osmosdr had only a very limited production run many years > ago and is therefore of little interest to most gr-osmosdr users. > Mirisdr was experimental at best, because the dongles were never > widely avaialble outside of Japan and had multiple unconnected antenna > ports.
2020-08-30gr-osmosdr: update to 0.2.2tnn8-104/+24
This adds support for gnuradio 3.8 & boost compatibility fixes
2020-08-30gnuradio-zeromq: update to 3.8.1.0tnn3-20/+26
2020-08-30gnuradio-wavelet: update to 3.8.1.0tnn3-8/+11
2020-08-30gnuradio-vocoder: update to 3.8.1.0tnn3-28/+30
2020-08-30gnuradio-video-sdl: update to 3.8.1.0tnn3-10/+16