33 Commits

Author SHA1 Message Date
sthen
3cdf2816b0 sync WANTLIB for some packages that could be semi-automated for some
common missing libs, with "help" from portbump, but i reviewed everything
2022-03-27 16:23:04 +00:00
naddy
e81b3cdf62 drop RCS Ids 2022-03-11 19:51:39 +00:00
jasper
01601aa128 add link to upstream bug tracker
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.
2020-09-14 07:58:02 +00:00
ajacoutot
66702bebd9 Add a comment for using gnu libtool.
Sync SHARED_LIBS comments.
2020-08-23 08:23:47 +00:00
naddy
39a0964521 update master site URL; it changes for each distfile 2020-08-22 20:11:53 +00:00
rsadowski
0add2aa315 Bugfix update aqbanking to 6.2.2 2020-08-22 19:02:08 +00:00
jca
4b792d8367 Use GNU libtool, avoids an error caused by duplicated symbols
ok rsadowski@ and ajacoutot@ (who had the same diff)

Now py-llvmlite is the only remaining fallout from the update to llvm 10
on amd64.
2020-08-22 14:34:29 +00:00
jca
2f1fe71af4 Zap patch responsible for unresolved symbols errors with lld 10
ok rsadowski@ and ajacoutot@ (who had the same diff)
2020-08-22 14:32:26 +00:00
sthen
befbcb5381 aqbanking: stop hardcoding -lstdc++, from rsadowski 2020-07-26 10:40:53 +00:00
rsadowski
0e970c7860 Update aqbanking to 6.2.1
Fix an issue with pkg-config(1) by replacing - with _. Hint by ajacoutot@,
thanks!

OK ajacoutot@
2020-07-16 05:01:19 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
naddy
1b83666b50 do not link explicitly with libstdc++ 2019-05-23 11:02:39 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
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
2019-05-20 22:15:00 +00:00
naddy
84174f9106 bump for package path change devel/gmp -> devel/gmp,-main 2018-11-02 18:48:39 +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
naddy
2c394f12e2 whitespace fix for clang6 2018-04-16 17:28:54 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
naddy
adfe0960ab Move BUILD_DEPENDS+=devel/gettext-tools out of the gettext module and
into those ports that actually require it.
2017-11-18 22:23:59 +00:00
sthen
4990bcbeee add a bunch of missing unistring deps 2017-09-22 20:52:58 +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
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
ajacoutot
a4751d331b Missed bump. 2017-02-18 17:33:51 +00:00
ajacoutot
1722249aa0 idn -> idn2 after gnutls WANTLIB change. 2017-02-18 17:32:37 +00:00
zhuk
78fe09e1ed Fix CMake config files, allowing libraries being found via find_package().
This is needed by upcoming KMyMoney 4.8.0.
2017-01-12 16:36:12 +00:00
sthen
979d244604 sync WANTLIB 2016-07-09 08:57:11 +00:00
naddy
2c4204cf62 remove SHARED_ONLY from simple ports that use the gettext or libiconv module 2016-03-18 21:38:22 +00:00
sthen
3b3a5d87c6 update to aqbanking 5.5.1, the beta version we were using previously has
been removed (spotted by ajacoutout)
2015-01-30 16:21:03 +00:00
sthen
87bb49c072 sync WANTLIB 2014-11-05 11:43:59 +00:00
henning
88494d7de3 update to aqbanking-5.5.0.2git, ok+help sthen
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
2014-10-07 13:27:15 +00:00
sthen
b8fe92ad4f update to aqbanking 5.4.1b, various SEPA fixes 2014-03-15 01:02:27 +00:00
sthen
7e5d65e878 update aqbanking to 5.3.6b and clean up DISTFILES handling, adding some
support for sepa payments (not the latest version, but not far off and that
can be updated separately)
2014-03-09 21:03:07 +00:00
phessler
bc5dbb9525 AqBanking provides a middle layer between the program and the various Online
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@
2013-07-11 18:59:47 +00:00