Commit Graph

34 Commits

Author SHA1 Message Date
ajacoutot
d3aaddb10c WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:06:22 +00:00
landry
968fd029e7 devel/libofx: update to 0.10.7. 2022-09-09 18:52:55 +00:00
landry
e015a970dc devel/libofx: update to 0.10.4.
remove patch, was handled upstream in
https://github.com/libofx/libofx/pull/49
2022-05-02 07:18:47 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
landry
93044c3d94 devel/libofx: update to 0.10.3 2022-01-15 08:44:08 +00:00
landry
beeafe0cac remove patch that was supposed to go away in previous 2021-05-27 15:22:12 +00:00
landry
4a804453e6 devel/libofx: update to 0.10.2 2021-05-27 15:21:32 +00:00
landry
6fb8a88964 devel/libofx: update to 0.10.1 2021-02-03 14:26:06 +00:00
landry
e1f1a64f85 devel/libofx: update to 0.10.0.
Cf https://github.com/libofx/libofx/releases/tag/0.10.0

switch back to real releases on sourceforge, allows to drop
autoconf/automake and use plain configure.

from jca@: pass ac_cv_sym_visibility=yes to CONFIGURE_ENV to ensure
-fvisibility is properly detected and used, this way only the needed
symbols are exported in libofx. Bump major.

all consumers (productivity/{homebank,grisbi,gnucash,kmymoney) build
fine with this update.
2021-01-06 14:05:04 +00:00
landry
6e7aee30be Update to libofx 0.9.15.
Switch to github, removes HTML doc, enable ofxconnect binary.

Funnily, this port was my first one.. 12+ years ago :)
2019-11-11 19:56:54 +00:00
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
landry
26e841629c Update to libofx 0.9.14 2019-02-23 08:14:38 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
landry
5901804d29 Update to libofx 0.9.13. 2018-05-14 16:35:30 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
rsadowski
97970ba22b Update LibOFX to 0.9.12
LibOFX CVE-2017-2816 Stack Based Buffer Overflow Vulnerability:
- http://www.securityfocus.com/bid/100828
- https://www.talosintelligence.com/vulnerability_reports/TALOS-2017-0317

ok landry@
2017-10-04 20:50:10 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
landry
e1b659e3cc update to libofx 0.9.11 2016-09-01 14:53:54 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
landry
5bf10a4ce7 Bugfix update to libofx 0.9.10. 2014-10-01 19:19:25 +00:00
landry
b11068222d Bugfix update to libofx 0.9.9. 2014-03-26 20:04:14 +00:00
landry
a3d5b87cf1 Update to libofx 0.9.8. 2013-07-11 19:29:32 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
landry
21abbb2473 Update to libofx 0.9.5. 2012-09-09 20:27:47 +00:00
landry
01930b1999 Update to libofx 0.9.2.
With help from otto@ and kettenis@ on how to replace extern daylight we
don't support.
Pass -pthread in CONFIGURE_ENV instead of patching.
2011-04-13 06:22:29 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
espie
7f2b17ae6e kill a few libspecs in LIB_DEPENDS 2010-11-08 09:57:39 +00:00
landry
10139435ff Update to libofx 0.9.1.
Use gettext MODULE, and finally depend on textproc/opensp, like it
should have been since i ported this ages ago.
ok ajacoutot@ jasper@
2009-11-24 20:32:35 +00:00
merdely
376b75df06 Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN 2007-09-16 02:52:56 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
ajacoutot
50846e162d Import libofx-0.8.3
LibOFX is an API designed to allow applications to very easily support
OFX (Open Financial eXchange) command responses, usually provided by
financial institutions.

It was implemented directly from the full OFX 1.6 spec, and currently
supports:
 * Banking transactions and statements
 * Credit card and statements
 * Investment transactions
 * OFX 2
 
 
based on a submission by Landry Breuil <gaston at gcu dot info> (MAINTAINER)
2007-03-19 10:50:16 +00:00