forked from Lainports/freebsd-ports
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.
11 lines
577 B
ObjectPascal
11 lines
577 B
ObjectPascal
--- src/fTRXControl.pas.orig 2018-06-17 12:42:42 UTC
|
|
+++ src/fTRXControl.pas
|
|
@@ -856,7 +856,7 @@ begin
|
|
if not TryStrToInt(cqrini.ReadString('TRX'+n,'poll','500'),poll) then
|
|
poll := 500;
|
|
|
|
- radio.RigCtldPath := cqrini.ReadString('TRX','RigCtldPath','/usr/bin/rigctld');
|
|
+ radio.RigCtldPath := cqrini.ReadString('TRX','RigCtldPath','%%LOCALBASE%%/bin/rigctld');
|
|
radio.RigCtldArgs := dmUtils.GetRadioRigCtldCommandLine(StrToInt(n));
|
|
radio.RunRigCtld := cqrini.ReadBool('TRX'+n,'RunRigCtld',False);
|
|
radio.RigDevice := cqrini.ReadString('TRX'+n,'device','');
|