[MacPorts] #20788: ledger: ofx variant is incomplete
#20788: ledger: ofx variant is incomplete -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: johnw@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ledger -------------------------------------+-------------------------------------- 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? -- Ticket URL: <http://trac.macports.org/ticket/20788> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20788: ledger: ofx variant is incomplete -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: johnw@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ledger -------------------------------------+-------------------------------------- Comment(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? -- Ticket URL: <http://trac.macports.org/ticket/20788#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20788: ledger: ofx variant is incomplete -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: johnw@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ledger -------------------------------------+-------------------------------------- Comment(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. -- Ticket URL: <http://trac.macports.org/ticket/20788#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20788: ledger: ofx variant is incomplete -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: johnw@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ledger -------------------------------------+-------------------------------------- Comment(by ryandesign@…): Try: {{{ configure.cppflags-append -I${prefix}/include/libofx }}} -- Ticket URL: <http://trac.macports.org/ticket/20788#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20788: ledger: ofx variant is incomplete -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: johnw@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ledger -------------------------------------+-------------------------------------- Comment(by jwiegley@…): The only change needed is to add that to Portfile, then it builds and links against OFX. -- Ticket URL: <http://trac.macports.org/ticket/20788#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20788: ledger: ofx variant is incomplete --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: johnw@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: ledger | --------------------------------------+------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: r73739 -- Ticket URL: <https://trac.macports.org/ticket/20788#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts