While here, adjust LICENSE and remove the patch to the update_xdg_mimetypes()
call, it is not necessary as update-mime-database is not called when DESTDIR is
set (we were preventing it from running at install-time).
New libsigc++20 requires c++11 (it exposes c++11) so explicitly use -std=c++11
where needed.
Mark as broken a bunch of ports which are not c++11 compatible
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Changelog:
* change: filter, reworked the layout
* change: filter, category select change now propagate to subcategories
* wish : #1661806 show overdraft amount in account window (balance column)
* wish : #1655542 improve handling of end of month scheduled transactions
* bugfix: sanity was not checking dst_account
* bugfix: sanity orphaned account was not working
* bugfix: #1663795 "show all" shows as enabled after opening another file
* bugfix: #1663789 both sides of internal transfers' accounts not changed
* bugfix: #1663399 display Order of Account Types (5.1.3)
* bugfix: #1662197 main window's upcoming transactions pane shifts
downwards on every startup
* bugfix: #1662189 main window size/position saved only when
using wm close (X) button
* bugfix: #1661279 memory Fault on homebank-5.1.1-1.fc25.x86_64 and later
* bugfix: #1660910 main window layout is not persisted
* bugfix: #1658538 balance Report crash when no txn at all
* bugfix: #1656720 save button in main window disabled despite pending changes
* bugfix: #1655626 libofx for windows bad utf-8 char import corrupt xml file
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9261
* SQLCipher is no longer optional, so drop the option again.
* There is no need for conflicts and suffixes.
Reviewed by: rakuco, fluffy
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9336
Changelog:
* new : your account, added expand/collapse button
* wish : #1653350 cvs import default category for payee
* wish : #1645126 remember the size of columns listview in the main window
* wish : #1530784 easy way to see closed accounts in account list
* wish : #1164643 totals per Financial Institution in account summary
* bugfix: #1658047 Euro major Lithuanian template corrections
* bugfix: #1658045 Euro major settings: list countries alphabetically
* bugfix: #1658043 Euro major feature calculates amounts incorrectly
* bugfix: #1656531 account combobox can be default set to disabled account
* bugfix: #1653957 Importing QIF file with existing accounts
* bugfix: #1652994 Sorting for account in Statistics Report doesn't work
* bugfix: #1652527 Balance report crash when no result
* bugfix: #1649081 Exclude from budget option seems ignored
* bugfix: #1649078 Remind operations are included in "today" balance calculation
* bugfix: #1648856 balance report "select all" is not working
- Install DOCS
- Add TEST_TARGET to run checks
- Make the bankdata update script use fetch(1) instead of wget and
retrieve the bankdata via https
- Notify users that the included bankdata is outdated and it needs
to be updated manually
Update skrooge to 2.5.0 [1] which brings in support for
encrypted databases via databases/sqlcipher.
This switches the port from using kdelibs4 to using
KDE Frameworks 5 (KDE4 is no longer supported, and last
released in june 2015).
[1] https://skrooge.org/skrooge_2.5.0
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8810
* wish : #1645126 remember the size of columns in the main window
* wish : #1639862 multiple edit transactions date
* wish : #1638023 remind scheduled listview column width
* wish : #916690 qif option (info to desc; payee to desc)
* wish : #462919 option to choose to import OFX name to payee or memo
* bugfix: import, new account don't have currency, result display NaN
* bugfix: import, amount was not displaying decimal part
* bugfix: import, dialog to choose child xfer was popup when no match found
* bugfix: txn dialog, after input a split amount/category
widget were not disabled
* bugfix: #1645001 import shows rounded amount but import correctly
* bugfix: #1640885 txn changes in detail list cannot be saved
* bugfix: #1638064 balance report may show wrong values
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight