New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20788 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

ledger: ofx variant is incomplete

Reported by: ryandesign@… Owned by: johnw@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: ledger

Description

The ofx variant only adds a dependency on libofx, but it doesn't seem to cause anything else to happen. No additional files get installed, the libledger library doesn't get linked with the libofx library. What is supposed to happen when this variant is selected?

Change History

comment:1 Changed 4 years ago by jwiegley@…

It should link against libofx and then use it to directly read .ofx files. Perhaps the configure step is failing to find the OFX library?

comment:2 Changed 4 years ago by jwiegley@…

My Portfile foo is weak. /opt/local/include/libofx needs to be added to the list of include directories, including at configure time.

comment:3 Changed 4 years ago by ryandesign@…

Try:

configure.cppflags-append -I${prefix}/include/libofx

comment:4 Changed 4 years ago by jwiegley@…

The only change needed is to add that to Portfile, then it builds and links against OFX.

comment:5 Changed 3 years ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.