- Update to 1.9.8
I missed this during the initial port commit. It fixes the failing unit
test.
Changes:
1.9.8 2013-10-17: Removed incorrect test.
1.9.7 2013-10-10: Add support for metadata.
1.9.6 2013-10-08: Fix issue with support for closing disputes.
PR: ports/182313
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@
- Back out staging support for the time being because the mime database
was not being updated properly and was causing packaging failure [1]
Reported by: QAT, avg (via email) [1]
- Support staging
- Remove USE_GCC= any; port seems to build fine with clang
- Move LICENSE to proper location
- Modernize LIB_DEPENDS
- USE_GMAKE -> USES= gmake
- Update pkg-descr to reflect current capabilities
- Bump PORTREVISION on dependent ports due to so version bump
- Add support for STAGEDIR
Changelog:
* bugfix: #1230401 running balance missordered after insert on same date
* bugfix: #1232418 Account, Payees and category, wrongly disabled!
* bugfix: scheduled transaction icon was still displayed after a save
Changelog:
* bugfix: #1213569 win32: program not all translated in french
since 4.5.1
* bugfix: #1214077 win32: my csv file exported crash when import again
* bugfix: #1215521 when importing qif, automatic assignments
are not made
* bugfix: #1216284 balance report do not exclude account with exclude
from report checked
* bugfix: #1216321 reversed transactions
* bugfix: #1218644 There is a problem of calculating the
column balances
* bugfix: #1221484 End date not checked to be larger than
Start date in reports
* bugfix: #1225611 Trend Time report : categories crashes on windows