1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

41 Commits

Author SHA1 Message Date
Stephen Hurd
bdfc42b73f Add patch to fix potential crash on startup
Raster::resize() was being called with a negative width or height due to
bad state being stored in the config.  This resulted in fldigi crashing
before the UI was displayed.  This patch works around the problem and has
been submitted upstream.
2018-08-11 23:32:35 +00:00
Diane Bruce
7ce72eb110 =Version 4.0.12=
2017-10-25  David Freese  <w1hkj@bellsouth.net>

	abb522d: Farnsworth timing
	408a01b: PSK sinc filter
	8cfc154: ACL interface
	792b152: Text capture
	dd2c8ef: OSX start process

Reported by:	portscout
2017-10-29 20:55:50 +00:00
Diane Bruce
753482114b Update to fldigi 4.0.5
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
2017-06-25 21:32:39 +00:00
Diane Bruce
6b6dc7ab27 FreeBSD fixes sent upstream deletes some patch files we had
=Version 4.0.1=

2017-03-28  David Freese  <iam_w1hkj@w1hkj.com>

	f40e79d: Socket connect

=Version 4.0.0=

	7efc9b2: OS X 10.12 build
	ffd6f09: STATION_CALLSIGN
	f0f3763: Free BSD mods
	b163605: Logbook mods
	167f064: ru-po-update
	5354812: Default Tx Audio
	fac5963: remove sprintf
	a9db866: Documentation update
	b522581: n3fjp logger search
	c565b03: fopen -> fl_fopen
	abd9554: 48 bar macro
	5f5776c: CW decoder
	9c0f906: DX cluster
	016799a: Logbook support
	b4e227b: WinKeyer
	1fe26c1: fsq ifkp s/n computation
	d576fd8: fltk version update
	2a1a8c3: Macro Date Time Formats
2017-03-30 23:24:00 +00:00
Diane Bruce
01c31a5a73 Fix compile bug in FreeBSD 12
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
2017-03-26 18:59:58 +00:00
Diane Bruce
6365b8dee8 Version 3.23.18
* 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@
2016-12-22 23:22:56 +00:00
Diane Bruce
f53ad28431 Unbreak fldigi and update to latest version 3.23.15
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
2016-11-09 23:04:59 +00:00
Diane Bruce
39dd7c1d08 Upgrade fldigi
=Version 3.23.03=

FSQ and fixes for FSQ bugs.
Various fixes for Olivia/Contestia, macro bug, WEFAX hang on INFO
Added ifkp modem
2015-10-03 00:47:16 +00:00
Stephen Hurd
44aa9ad8d5 Update to 3.22.13, fix portlint warnings.
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.
2015-08-15 04:04:45 +00:00
Baptiste Daroussin
3fef6c52f0 Update portaudio to v19/Remove portaudio2 [1]
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
2015-05-30 20:39:12 +00:00
Diane Bruce
e61f6205b6 Get portaudio2 dependencies right since libs are not in ${LOCALBASE}/lib
Clean up LOCAL slightly
2015-05-11 11:57:28 +00:00
Stephen Hurd
e2d1b6c116 Add patch to fix OSS support (bump PORTREVISION)
Switch to Options-NG.
Use makepatch for patchs.

PR:		200039
Submitted by:	takefu@airport.fm
2015-05-11 09:31:38 +00:00
Stephen Hurd
b46724e16d Update to latest version.
Note, fldigi-shell has been removed upstream.
2015-05-02 23:14:16 +00:00
Stephen Hurd
18224d7861 Update to 3.22.05
- Remove unnecessary patches.
- Fix space placement errors in:
    files/patch-src_thor_thor.cxx
    files/patch-src_xmlrpcpp_XmlRpcServer.cpp
2015-01-12 01:09:17 +00:00
Stephen Hurd
d83e2e9c29 Fix build on >= 10.0 by including required headers 2014-11-27 09:47:05 +00:00
Diane Bruce
4e73e81119 - Update to latest 3.22.01
- Many updates added new modems, new macros, UI and bug fixes
- See http://www.w1hkj.com/downloads/fldigi/fldigi_changes.txt
2014-11-21 15:29:34 +00:00
Stephen Hurd
43655ecee3 Fix hashmap macro test to compile with Clang
Reviewed by:    db, skreuzer
Approved by:    db, skreuzer (mentors)
MFH:            2014Q3
Differential Revision:  https://phabric.freebsd.org/D362
2014-07-07 18:27:22 +00:00
Diane Bruce
95c4b91f35 - update to 3.21.83 Maintenance release
- fix LIB_DEPENDS to use new libFOO.so form hidden in OPTIONS
- change to hamradio@ for MAINTAINER
- use shebang fix
2014-06-28 13:48:54 +00:00
Diane Bruce
4865fd8daf - Update to latest release
=Version 3.21.81=

2014-03-26  David Freese  <w1hkj@w1hkj.com>

        134221e: TX monitor
        922c16f: Spotter seg fault
        dbe4181: Audio selectors for PORTAUDIO
        9771f4b: M4 tr1 detect
        03643a6: ttyACMxx identification
        cfe6f87: Olivia critical section
        a60d6f7: MT63 critical section
        c97043c: Logbook fields
        3bc4f31: Hamlib selector
        d33b7e7: Combobox
        6f71f12: RTTY macro
        ac671da: clang compatibility
2014-03-31 03:30:22 +00:00
Diane Bruce
ebedf614ba - Fix build on 10.x
- Add STAGEDIR support
2013-12-08 01:14:18 +00:00
Diane Bruce
3641759c7d - pointyhat myself. I forgot to remove the diffs for the files
upstream has adopted patches for.
- Noted by Tom KH6ILT (Sorry!)

Submitted by:	Thomas Laus <lausts@acm.org>
2013-06-18 00:29:13 +00:00
Diane Bruce
2bcb88b728 - Fix build docbook-xsl is needed along with asciidoc + xsltproc
- upgrade to fldigi-3.21.68 small fixes including RTTY filters
- log2 is now in libm no need to kludge it

Approved by:	portmgr (miwi)
2013-04-02 01:48:51 +00:00
Diane Bruce
f3d86acca5 - trim header
- change to new options framework for docs
- change default tty to ttyu from ttyd
- fix warning with retval while here
- fix build on FreeBSD-10
- clean up tiny warning in xml code
2013-03-29 21:28:15 +00:00
Diane Bruce
5348ce1aff - Update to latest 3.21.50 / Flarq 4.3.3
- Fix asciidocs use, man pages need asciidocs
- Many changes to UI, Modem, Macros and Internationalisation
2012-08-09 01:56:00 +00:00
Diane Bruce
cc1b0786f3 - Unbreak build
- See http://www.w1hkj.com/Fldigi.html many fixes and enhancements to macro
  system, internationalisation, UI and modems

Feature safe:	Yes
2011-12-07 21:02:18 +00:00
Diane Bruce
0f6b205f83 - Reworked to use OPTIONS framework [1]
- Fixed port to generate man pages which needs asciidoc and xsltproc
- minor changes to observe PORTDOCS

- From release NOTES
= Fldigi 3.21 release notes =

== Modems ==

  * Weather Fax receive and transmit
  * RSID can be configured to open the decoder squelch
  * Added several new RSID modem codes
  * Video ID improvements
  * Added browser support for the PSK63F and PSK-nnn-R types
  * Improved CW prosign handling
  * Improved signal detection in PSK multiple decoder
  * The MT-63 modem can now receive and transmit on any frequency
  * Added support for multiple RTTY decoders

== Macros ==

  * Added REPEAT macro
  * Added LNW macro
  * Added CLEARLOG macro
  * Added QSY macro
  * Added RIGMOD and FILWID macros

PR:             ports/159070 [1]
Submitted by:	Stephen Hurd <shurd _AT_ sasktel.net>
2011-08-19 02:39:06 +00:00
Diane Bruce
71390ccd88 - Update to Version 3.21.10
* Replaced es.po with newer translation
* Updated es.po, fr.po and it.po to correctly identify
  strings changed by e000ac157e7a96b
* Corrected misspelled words in tool tip
* Removed duplicate defines in src/dialogs/fl_digi.cxx
* GNU/Hurd build fix
2011-06-01 00:19:04 +00:00
Diane Bruce
dfaa5bf29b - Update to 3.21.8
- Contestia mode added, macro improvements, language translations,
  about window changes
- See http://www.w1hkj.com/Fldigi.html for details
2011-04-22 23:51:33 +00:00
Diane Bruce
36fc5922a0 - Update to 3.12.5
- package now includes flarq (fast light automatic repeat request)
  is a file transfer application.
2010-11-30 01:58:38 +00:00
Diane Bruce
a61c14eab6 - Fix build on -6
Notified by:	erwin (via pointyhat)
2009-08-25 19:02:44 +00:00
Diane Bruce
0707dffe98 - Update to 3.11
- Upstream has accepted diffs.
2009-04-12 23:17:41 +00:00
Diane Bruce
d35746cefb - Update to 3.10 2009-01-18 00:56:45 +00:00
Diane Bruce
36124fe679 - Update to 3.03 2008-09-23 14:01:11 +00:00
Diane Bruce
b77a7a837f - Update to 3.01
- Remove newly added dos lf's from vendor
- fix sizeof(void *) != sizeof(int) botch
2008-08-24 01:53:47 +00:00
Diane Bruce
520bf74542 - Update to 2.09
- This version adds multiple psk decode, watch more than one QSO
2008-02-17 21:43:18 +00:00
Diane Bruce
45c354e681 - update to 2.08 2008-01-31 17:35:39 +00:00
Diane Bruce
3a2f47468e - Update to 2.03 version of fldigi
- Vendor has made many bug fixes and improvements too many to list here,
  see http://www.w1hkj.com/Fldigi.html or ChangeLog in distribution.
2007-10-29 17:27:41 +00:00
Diane Bruce
3131bc5e55 - update to 1.342
- 1.342 includes bug fixes for memory leaks
- vendor has improved support for FreeBSD so several patches can go.
2007-09-25 22:31:04 +00:00
Diane Bruce
d2e9116ba6 - update to latest release
Approved by: ehaupt (mentor)
2007-02-25 02:42:51 +00:00
Diane Bruce
46bd55f8e9 - update to latest fldigi since old version is gone
- add MASTER_SITE since upstream has a strange release cycle

Notified by: kris (via pointyhat)
Approved by: ehaupt (mentor)
2007-02-01 23:14:06 +00:00
Emanuel Haupt
cdcb919220 Add fldigi 1.11, a digital decoder for psk, cw, psk31, olivia.
Submitted by:	Diane Bruce <db at db.net>
2006-12-22 02:47:33 +00:00