this file is not well-formed and upstream fd.o pkg-config silently ignores any
malformed variable declarations where our (more strict) implementation complains
(with --debug) and returns a non-zero value instead:
Incorrect cfg file /usr/local/lib/pkgconfig/aqbanking.pc at /usr/libdata/perl5/OpenBSD/PkgConfig.pm line 128, <$fh> line 30.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new) devel/gettext,-textstyle
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.
a real release should follow soonish, but since the last release is utterly
useless with SEPA-transfers which are now mandantory for corporations in
the EU we pretty much have to use snapshots like this for the moment
Banking libraries (e.g. AqHBCI, OpenHBCI etc).
AqBanking uses various plugins to simplify import and export of financial
data. It also provides the administration of profiles on a per import/export
plugin basis.
AqBanking supports plugins which allow lookup and verification of bank code/
account id pair validity.
with and OK sthen@
lots of poking and testing from henning@