diff options
author | Stephen Hurd <shurd@FreeBSD.org> | 2018-07-11 04:18:37 +0000 |
---|---|---|
committer | Stephen Hurd <shurd@FreeBSD.org> | 2018-07-11 04:18:37 +0000 |
commit | bea0f90ec2b44c8e7d37be642207620684491bae (patch) | |
tree | 3288086bb6c38ac98663166f37e67177e524e384 /comms/cqrlog/files/patch-src_fPreferences.pas | |
parent | New port: audio/giada: Hardcore loop machine (diff) |
Update to latest release, use preferred OpenSSL libs.
CQRLOG does *not* work with the version of OpenSSL in 10.4. This only seems
to impact the LoTW integration though, so I don't think it needs to be
marked as broken with that version.
Also, update all the patches to use makepatch.
Notes
Notes:
svn path=/head/; revision=474421
Diffstat (limited to 'comms/cqrlog/files/patch-src_fPreferences.pas')
-rw-r--r-- | comms/cqrlog/files/patch-src_fPreferences.pas | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/cqrlog/files/patch-src_fPreferences.pas b/comms/cqrlog/files/patch-src_fPreferences.pas index 4d3f9108c276..c40517db71f1 100644 --- a/comms/cqrlog/files/patch-src_fPreferences.pas +++ b/comms/cqrlog/files/patch-src_fPreferences.pas @@ -1,6 +1,6 @@ ---- src/fPreferences.pas.orig 2016-04-20 16:06:15 UTC +--- src/fPreferences.pas.orig 2018-06-17 12:42:42 UTC +++ src/fPreferences.pas -@@ -2506,7 +2506,7 @@ begin +@@ -2516,7 +2516,7 @@ begin cb47GHz.Checked := cqrini.ReadBool('Bands', '47GHz', False); cb76GHz.Checked := cqrini.ReadBool('Bands', '76GHz', False); @@ -9,7 +9,7 @@ chkTrxControlDebug.Checked := cqrini.ReadBool('TRX','Debug',False); chkModeRelatedOnly.Checked := cqrini.ReadBool('TRX','MemModeRelated',False); -@@ -2552,7 +2552,7 @@ begin +@@ -2562,7 +2562,7 @@ begin cmbDTRR2.ItemIndex := cqrini.ReadInteger('TRX2', 'DTR', 0); cmbRTSR2.ItemIndex := cqrini.ReadInteger('TRX2', 'RTS', 0); @@ -18,7 +18,7 @@ edtRot1Device.Text := cqrini.ReadString('ROT1', 'device', ''); edtRot1ID.Text := cqrini.ReadString('ROT1', 'model', ''); -@@ -2701,7 +2701,7 @@ begin +@@ -2713,7 +2713,7 @@ begin chkUseNewQSOFreqMode.Checked := cqrini.ReadBool('BandMap','UseNewQSOFreqMode',False); chkPlusToBandMap.Checked := cqrini.ReadBool('BandMap','PlusToBandMap',False); |