aboutsummaryrefslogtreecommitdiff
path: root/finance
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r560298 r560302 r561371 r562151 r562559 r563142 r563143 r563149 r565356 ↵Piotr Kubaj2021-02-251-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r565465 r566011 r566182 finance/quickfix: fix build on non-x86 Code uses x86 assembly, but makes it possible to use Boost atomic. multimedia/zoneminder: enable on powerpc64 net/mpich: fix build on powerpc64 Neither __BYTE_ORDER nor __BIG_ENDIAN are defined: In file included from src/mpi/datatype/typerep/dataloop/looputil.c:10: ./src/mpi/datatype/typerep/dataloop/looputil.h:57:2: error: This code assumes that __BYTE_ORDER and __BIG_ENDIAN are defined #error This code assumes that __BYTE_ORDER and __BIG_ENDIAN are defined editors/libreoffice: fix build on powerpc64 elfv2 This set of patches is applied only on powerpc* architectures. Submitted by: afsilva Approved by: tier 2 blanket security/openconnect-gui: fix checksum emulators/riscv-isa-sim: enable on powerpc64 sysutils/linuxfdisk: enable on powerpc64 graphics/openfx-arena: enable on powerpc64 multimedia/arcan: enable LUAJIT on powerpc64 It builds fine with luajit-openresty. games/libretro-desmume2015: fix build on non-x86 / ARM JIT is only for x86 and ARM. astro/opencpn: fix build on powerpc64* Use GCC unconditionally on powerpc64*: In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13: /usr/lib/clang/11.0.1/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? __builtin_ia32_emms(); editors/libreoffice6: backport powerpc* patches to libreoffice6 Approved by: tier 2 blanket Notes: svn path=/branches/2021Q1/; revision=566549
* MFH: r562549Antoine Brodin2021-01-251-0/+1
| | | | | | | | | Mark BROKEN on FreeBSD 14 Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=562550
* MFH: r559767 r560752Dima Panov2021-01-093-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | emulators/open-vm-tools: update to 11.2.0 release PR: 250550 Submitted by: fluffy Approved by: jpaetzel devel/doxygen: Update to 1.9.0 - regen patches by 'make makepatch' - adjust consumers which affected by new doxygen styles - take maintainersip Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0 PR: 242347 Submitted by: fluffy Reported by: Naram Qashat (ex-maintainer) Exp-run by: antoine Notes: svn path=/branches/2021Q1/; revision=560869
* - Fix LICENSEDmitry Marakasov2021-01-032-2/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=559999
* finance/kmymoney: Update to 5.1.1Jason E. Hale2020-12-293-15/+21
| | | | | | | | | Changes: https://kmymoney.org/2020/12/20/kmymoney-5-1-1-released.html PR: 252200 Submitted by: Oleg Sidorkin <osidorkin@gmail.com> Notes: svn path=/head/; revision=559584
* finance/ktoblzcheck: Update to 1.53Jason E. Hale2020-12-297-99/+104
| | | | | | | | | | | | | | | - The build system has been changed to CMake. - Upstream has removed the bankdata updating tool. Bankdata will now be periodically updated by the port itself. - The PYTHON option has been removed. The Python bindings are now compatible with Python 3.x, but would be better off in a slave port. For now, they are disabled since nothing in the ports tree uses them. [1] PR: 249684 [1] Reported by: swills [1] Notes: svn path=/head/; revision=559580
* Update gnucash and gnucash docs to 4.4.Guido Falsi2020-12-294-8/+8
| | | | Notes: svn path=/head/; revision=559559
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-289-9/+9
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update gnucash and gnucash-docs to 4.3Guido Falsi2020-12-284-10/+10
| | | | Notes: svn path=/head/; revision=559483
* finance/kmymoney: Support Python 3.x for the Weboob pluginJason E. Hale2020-12-262-2/+8
| | | | | | | | | PR: 249683 Submitted by: Oleg Sidorkin <osidorkin@gmail.com> Reported by: swills Notes: svn path=/head/; revision=559302
* Update to 0.90.20201031Emanuel Haupt2020-12-262-4/+4
| | | | Notes: svn path=/head/; revision=559273
* Change RUN_DEPENDS from py-beautifulsoup448 to py-beautifulsoupSunpoet Po-Chuan Hsieh2020-12-241-2/+2
| | | | | | | | | | | - Bump PORTREVISION for dependency change py-beautifulsoup448 (beautifulsoup4 4.8.2) was added only for py-wagtail which requires beautifulsoup4 >=4.8<4.9. Other ports should use py-beautifulsoup (beautifulsoup4 4.9.3) instead. Notes: svn path=/head/; revision=559161
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python) Notes: svn path=/head/; revision=559094
* soupsieve 2.0.1 is only compatible with python 3.6+Antoine Brodin2020-12-241-1/+1
| | | | Notes: svn path=/head/; revision=559056
* - Update to 0.4.18TAKATSU Tomonari2020-12-232-5/+4
| | | | Notes: svn path=/head/; revision=558999
* Update to 4.0.9Emanuel Haupt2020-12-212-4/+4
| | | | | | | Release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES Notes: svn path=/head/; revision=558804
* Update RUN_DEPENDS for py-flask-babel PORTNAME changeSunpoet Po-Chuan Hsieh2020-12-191-1/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=558674
* Update to 4.0.8Emanuel Haupt2020-12-182-4/+4
| | | | | | | Release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES Notes: svn path=/head/; revision=558393
* finance/R-cran-fBasics: Update to 3042.89.1 and take maintainershipGuangyuan Yang2020-12-143-8/+7
| | | | | | | | PR: 251812 Approved by: lwhsu Notes: svn path=/head/; revision=558086
* finance/R-cran-fGarch: Update to 3042.83.2 and take maintainershipGuangyuan Yang2020-12-142-6/+5
| | | | | | | | PR: 251813 Approved by: lwhsu Notes: svn path=/head/; revision=558085
* finance/R-cran-timeSeries: Update to 3062.100 and take maintainershipGuangyuan Yang2020-12-143-9/+10
| | | | | | | | PR: 251814 Approved by: lwhsu Notes: svn path=/head/; revision=558084
* finance/R-cran-tseries: Update to 0.10-48 and take maintainershipGuangyuan Yang2020-12-142-5/+5
| | | | | | | | PR: 251815 Approved by: lwhsu Notes: svn path=/head/; revision=558083
* - Bump devel/utf8cpp consumers after r557813Dima Panov2020-12-131-1/+2
| | | | | | | | | | utf8cpp includes now officially placed under own subdir Reported by: jbeich Pointyhat to: fluffy Notes: svn path=/head/; revision=557889
* Update to 4.0.7Emanuel Haupt2020-12-112-6/+5
| | | | | | | Release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES Notes: svn path=/head/; revision=557747
* - Update to 5.4.3Wen Heping2020-12-103-5/+7
| | | | Notes: svn path=/head/; revision=557425
* finance/skrooge: update to 2.24.6Tobias C. Berner2020-12-082-4/+4
| | | | Notes: svn path=/head/; revision=557284
* finance/skrooge: update to 2.24.0Tobias C. Berner2020-12-072-4/+4
| | | | Notes: svn path=/head/; revision=557230
* Update to 4.0.6Emanuel Haupt2020-12-062-4/+4
| | | | Notes: svn path=/head/; revision=557145
* Move textproc/py-MarkupSafe to textproc/py-markupsafeSunpoet Po-Chuan Hsieh2020-12-051-2/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=557064
* - Update to 1.7.7.0Wen Heping2020-12-032-4/+4
| | | | Notes: svn path=/head/; revision=556879
* Update to 4.0.5Emanuel Haupt2020-11-192-5/+4
| | | | Notes: svn path=/head/; revision=555706
* Update to 0.4.8Sunpoet Po-Chuan Hsieh2020-11-152-4/+4
| | | | | | | | Changes: https://github.com/QuantEcon/QuantEcon.py/releases https://github.com/QuantEcon/QuantEcon.py/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=555320
* devel/icu: update to 68.1Jan Beich2020-11-031-0/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* finance/aqbanking: Update to 6.2.5Jason E. Hale2020-10-304-9/+10
| | | | Notes: svn path=/head/; revision=553682
* Upgrade from 1.18 to 1.20.Mikhail Teterin2020-10-294-250/+262
| | | | | | | | | | | | | | | Change to prefer C++11 classes over those in Boost. Change to run tests sequentially -- they use OpenMP internally, which lead to severe load-spikes at test-time -- well beyond the number of available processing cores. Sort the numerous header-files in pkg-plist. Sponsored by: Association for Advancement of Marsupial Species Notes: svn path=/head/; revision=553627
* Add missing dependency.Emanuel Haupt2020-10-261-1/+3
| | | | | | | | | PR: 250594 Submitted by: olevole@olevole.ru MFH: 2020Q4 (blanket) Notes: svn path=/head/; revision=553328
* - Update to 1.16Nicola Vitale2020-10-192-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=552726
* - Update to 2.2-5TAKATSU Tomonari2020-10-172-4/+4
| | | | Notes: svn path=/head/; revision=552575
* Update to 4.0.4Emanuel Haupt2020-10-162-5/+4
| | | | Notes: svn path=/head/; revision=552504
* - Update to 1.7.6.8Wen Heping2020-10-142-4/+4
| | | | Notes: svn path=/head/; revision=552329
* finance/beancount: fix build on GCC architecturesPiotr Kubaj2020-10-071-1/+1
| | | | | | | | | Use C11 compiler: beancount/parser/lexer.c:172: error: redefinition of typedef 'yyscan_t' beancount/parser/parser.h:11: error: previous declaration of 'yyscan_t' was here Notes: svn path=/head/; revision=551664
* Update to 0.90.20200809Emanuel Haupt2020-09-302-5/+4
| | | | Notes: svn path=/head/; revision=550717
* - Update gnucash to 4.2Guido Falsi2020-09-295-103/+13
| | | | | | | - Update gnucash-docs to 4.2 Notes: svn path=/head/; revision=550505
* Chase net/py-aiohttp-socks updateEmanuel Haupt2020-09-291-0/+1
| | | | Notes: svn path=/head/; revision=550498
* finance/kraft: update to 0.95Tobias C. Berner2020-09-275-30/+19
| | | | | | | | Announcement: https://volle-kraft-voraus.de/Main/Releases Notes: svn path=/head/; revision=550252
* - Update to 0.9.38Wen Heping2020-09-262-5/+4
| | | | Notes: svn path=/head/; revision=550101
* - Update to 2.3.2Nicola Vitale2020-09-223-15/+10
| | | | | | | | | - Add www/py-requests to dependencies - Use Github as master sit (the project is no longer hosted on Bitbucket) - Update WWW address in pkg-descr Notes: svn path=/head/; revision=549641
* - Update to 1.15Nicola Vitale2020-09-222-4/+4
| | | | Notes: svn path=/head/; revision=549627
* Update to 4.0.3Emanuel Haupt2020-09-122-5/+4
| | | | Notes: svn path=/head/; revision=548382
* finance/hs-hledger*: Change locale to en_US.UTF-8, allow on 11Yuri Victorovich2020-09-073-9/+3
| | | | | | | Suggested by: arrowd Notes: svn path=/head/; revision=547874