=Version 4.0.16=
2018-02-08 David Freese <w1hkj@bellsouth.net>
54c63f9: wo seg fault
8fa88c7: 8psk lockup problem
45a8991: Miscellaneous menu
8ff1cd6: pskrep autostart
4a78b53: OS X build script
487db95: Grid Square Contest
8c36d5f: Logbook Export
2018-01-28 Haris Andrianos <sv1grb@gmail.com>
6c19a62: Greek translation update
2018-01-24 David Freese <w1hkj@bellsouth.net>
dc384c6: Alert timeouts
af04127: video
2018-01-14 David Freese <w1hkj@bellsouth.net>
f799522: linux shutdown
29593c8: remote logbook
4e87d16: ARQ exit seg fault
2018-01-09 Stelian Pop <stelian@popies.net>
e09d167: WEFAX auto center behavior
be34220: WEFAX phasing change button
2dee90e: RTTY configure initializers
2018-01-07 David Freese <w1hkj@bellsouth.net>
a5e88af: File aging
f028159: OS X shutdown
38b294a: PSK IMD
a7d67d8: Spectrum Display
daa6d43: Warnings in sound.cxx
eb0caa4: OS X app paradigm
WX HamQth bug fix
* Fixed access to remote data for Metar and HamQth queries
win7 mingw build fixes
* PRI?SZ format specifiers not recognized on all build platforms
wefax ui mods
wefax_map
* Create unique wefax mapping widget based on pre 3.23 picture widget
. resolution of new picture widget resize fault during wefax Rx
auto start
* add delays to allow sufficient time for external process to become stable
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
N.B. Removal of options oss, sndfile, and portaudio as portaudio and
sndfile is now always needed due to an upstream change.
=Version 4.0.5=
2017-06-19 David Freese <iam_w1hkj@w1hkj.com>
bc29d97: Documentation update
6164c26: TELNET timeout
8922c5d: FD macros
b0928a0: N3FJP PTT
dcca120: Rx/Tx open/close
a49cf18: xmlrpc configuration
36a7fce: FSQ macros
6aaec34: Consistency check fail
7bcd89c: Audio Alerts
5f65d2e: Restore defaults
a9346cd: cw variable squelch
8460fba: INSTALL/README/NEWS
c2c9f38: CW Extended char set
ad8e33e: County field
64b397f: autostart on os x
43b37fe: Rx Context Menu
3aea3ca: Port Audio on Linux
f994b6a: NEWS update
* Maintenance Release includes
- cw scanner
. adds multi signal scanner / browser
- Sound Card
. keep input and output sound card devices open for duration of
fldigi execution
. Corrected tune output device
. Changed tune, wfid, video and cw-id to use tx offset
- CW QSY
. Correct QSY when transceiver in CW and CW-R type modes
- CALL field size
. Increased CALL, OP_CALL, STA_CALL from 15 to 30 chars
- LOG area controls
. Resize controls to add County entry control. Allow user
to select which extra qso field is displayed; country or
county.
PR: ports/219446
Submitted by: takefu@airport.fm
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
as noted here http://beefy12.nyi.freebsd.org/\
data/head-amd64-default/p436864_s315918/logs/fldigi-3.23.20.log
Update to maintenance bug fix release 3.23.21
Clean up missing dependencies as reported by poudriere
Reported by: pkg-fallout
* Maintenance release DXcluster sort
* Added sorted insert to host list
* Added initial entries to host list
- dxc.wb3ffv.us 7300
- nk7z
-cluster.ddns.net 7373
- dx.n8noe.us 7373
- w0mw.dynip.com 23
- initial value for each host list entry will include the myCall string LoTW
* Changed LoTW calling string for ... you guessed it! Windows
Socket Connect State
* Changed to state model for socket connect in dxcluster.cxx
* Added missing try{} catch{} statements around socket writes to avoid default exception handling
* Update to CreateProcess call in main.cxx
* Update to socket connect calls in n3fjp_logger.cxx
* Changed order of connect when getaddrinfo returns more than a single address
Reported by: portscout@
Move distribution site to sourceforge
Version 3.23.15 * Maintenance release
Translation file
* Updated po/pl.po Polish translation file
- update provided by Roman Bagiñski, SP4JEU
N3FJP command sequencing
* changed command/response sequencing to correct
difference in behavior Windows versus all other platforms.
BARTG vice BART
* Acronymn correction on Contest configuration panel
speed test
* improper use of memset
XP fault on failure
* debug thread timing caused delayed attempt to access
a deleted Fl_Browser widget in debug panel
- not evident on other OS or on later versions of Windows
Default Logbook widget sizing
* Added resizing to all logbook widgets
Mono / Stereo wav file
* Output monophonic wav file (left channel) unless configured
for right channel recording
ARQ thread
* change server thread to make non blocking
N3FJP logged frequency
* User selectable for ssb Suppressed carrier, or
ssb Suppressed carrier +/- wf audio injection
frequency modified if RTTY
update check
* Use www.w1hkj.com file mirror for version check
DX cluster
* Add DX cluster access via telnet connection
CQWW zone/state
* Add parsing and auto log entry for CQzone when passed
from CQWW's CALLTAB event
* Fix error in not passing CQstate entry from both log views
Contest fields
* remove ambiguity for menu items View ... Contest fields
OSX Clang build
* Correct errors in clang build on OS X 10.11
flrig default
* Change flrig control default to FALSE
src/main.cxx:1492:2: error: no matching function for call to 'memset'
memset(src.data_in, 0, src.input_frames * sizeof(float));
^~~~~~
/usr/include/string.h:67:7: note: candidate function not viable: no known conversion from 'const float *' to 'void *' for 1st argument; take the address of the argument with &
void *memset(void *, int, size_t);
^
Reported by: pkg-fallout
Pointy hat to: @bapt (and upstream)
implied by USES=pkgconfig
- Switch to USES=execinfo, this will use external libexecinfo
from ports only when needed
- Use options helpers
- Remove usage of deprecated MAN1 variable, pkg-plist is handling this anyway
PR: 205271
Submitted by: me
Approved by: shurd
This release adds the FSQ modem.
Fix the following two portline warnings:
WARN: Makefile: [25]: the options to USES are not sorted. Please consider
sorting them.
WARN: Makefile: you should only use ".if ${PORT_OPTIONS:MDOCS}" to wrap
installation of files into /usr/local/share/doc if the collection of files
is large and it takes considerable time to copy.
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer
Categories: net-p2p, comms
Note that qrq was not properly staged, it failed stage-QA.
aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA
with a fs violation, but it may be acceptable. Fixes added to both.
approved by: PTHREAD blanket