From release notes:
This is an important bug fix release. It corrects the problem of excess CPU% usage on many h/w platforms. =Version 4.1.03= 2019-04-21 David Freese <w1hkj@bellsouth.net> a6923d1: wf updates 377a7fa: WinKeyer emulators 53a06da: New install macros 9a0124d: MACRO <MODEM: 807401e: OS X build
This commit is contained in:
parent
18a78ce098
commit
4fad2a6cdb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500574
4 changed files with 7 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fldigi
|
||||
PORTVERSION= 4.1.02
|
||||
PORTVERSION= 4.1.03
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1555660048
|
||||
SHA256 (fldigi-4.1.02.tar.gz) = ed5320619594911e8b7a887a8a098ee2b08bd25a594cd0e7be8c5834ea99d224
|
||||
SIZE (fldigi-4.1.02.tar.gz) = 4681621
|
||||
TIMESTAMP = 1555867447
|
||||
SHA256 (fldigi-4.1.03.tar.gz) = 37d9404cd02ad0497fb369ab73ade4f6330e1f82bfce908c4fe89f21642775b4
|
||||
SIZE (fldigi-4.1.03.tar.gz) = 4682813
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- src/misc/newinstall.cxx.orig 2018-02-24 13:42:49 UTC
|
||||
--- src/misc/newinstall.cxx.orig 2019-04-18 20:27:04 UTC
|
||||
+++ src/misc/newinstall.cxx
|
||||
@@ -67,7 +67,7 @@ text[3] = " btu <NAME> <CALL> de <MYCALL> k\n\
|
||||
|
||||
|
@ -9,12 +9,3 @@
|
|||
<ZDT> <CALL> de <MYCALL> sk\n\
|
||||
<RX>";
|
||||
|
||||
@@ -84,7 +84,7 @@ Age: \n\
|
||||
Rig: \n\
|
||||
Pwr: \n\
|
||||
Ant: \n\
|
||||
-OS: Linux\n\
|
||||
+OS: FreeBSD\n\
|
||||
Soft: <VER>\n\
|
||||
Web: \n\
|
||||
Email: ";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- src/soundcard/soundconf.cxx.orig 2019-04-19 08:05:01 UTC
|
||||
--- src/soundcard/soundconf.cxx.orig 2019-03-18 15:12:35 UTC
|
||||
+++ src/soundcard/soundconf.cxx
|
||||
@@ -53,6 +53,11 @@ double std_sample_rates[] = { 8000.0, 96
|
||||
@@ -53,6 +53,11 @@ double std_sample_rates[] = { 8000.0, 9600.0, 11025.0,
|
||||
static void init_oss(void)
|
||||
{
|
||||
#if USE_OSS
|
||||
|
|
Loading…
Reference in a new issue