[MacPorts] #62580: hamlib @4.1: please enable python (and python3) bindings.

MacPorts noreply at macports.org
Fri Apr 2 05:58:18 UTC 2021


#62580: hamlib @4.1: please enable python (and python3) bindings.
----------------------+---------------------
  Reporter:  RobK88   |      Owner:  ra1nb0w
      Type:  request  |     Status:  closed
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.6.4
Resolution:  fixed    |   Keywords:
      Port:  hamlib   |
----------------------+---------------------

Comment (by ra1nb0w):

 RumLogNG: I will give a try.

 CQRLog: on macOS 10.14 it builds and runs installing {{{sudo port install
 lazarus}}}. I am not sure that latest version of lazarus/free-pascal work
 on 10.7.

 To build {{{lazbuild --ws=cocoa --pcp=.lazarus src/cqrlog.lpi}}} or using
 Carbon {{{lazbuild --ws=carbon --pcp=.lazarus src/cqrlog.lpi}}}. But you
 need to patch src/lnet/lib/lclnet.pas adding
 {{{
 {$ifdef LCLCARBON}
  {$i lclgtkeventer.inc} // identical code ;)
 {$endif}

 {$ifdef LCLCOCOA}
  {$i lclgtkeventer.inc} // identical code ;)
 {$endif}
 }}}
 at the end (before the last end). I am not sure that it works fine.

-- 
Ticket URL: <https://trac.macports.org/ticket/62580#comment:35>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list