Opened 7 years ago

Closed 6 years ago

#55234 closed defect (fixed)

ledger @3.1.1 +universal: acprep: error: no such option: --disable-dependency-tracking

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: ledger

Description

DEBUG: system:  cd "/opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk_finance_ledger/ledger/work/ledger-3.1.1" && /opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk_finance_ledger/ledger/work/ledger-3.1.1/acprep opt config --prefix=/opt/local --disable-dependency-tracking 
Usage: acprep [OPTIONS...] [ARGS...]
acprep: error: no such option: --disable-dependency-tracking

Change History (1)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In aeacff68572d3dc057bd085a039c336cffbf3e4b/macports-ports (master):

ledger: Enable python support, and other fixes

Use cmake directly, via the cmake 1.1 portgroup, instead of running the
custom acprep script. This enables verbose building, builds outside of
the source tree, and fixes the universal variant.

Closes: #55234

Link with MacPorts libedit instead of macOS libedit.

Specify path to boost, gmp, mpfr. This may help build the port if the
user has other copies of those libraries installed outside of MacPorts.

See: #55227

Use a distfile instead of fetching from git, which is no longer
necessary now that upstream no longer uses a git submodule for utfcpp.

Remove unused autoconf, automake, libtool dependencies. This project
uses cmake, not autotools.

Remove unused doxygen, graphviz, texlive-xetex, texinfo dependencies.
Building the documentation does not work.

Remove unused pcre and expat dependencies. These were used for previous
versions of this software, but not anymore.

Remove unused libiconv, ncurses, zlib dependencies. The documentation
says they are required but I can find no evidence of this.

Note: See TracTickets for help on using tickets.