IABSD.fr/ports/databases/libpqxx

Branch :


Log

Author Commit Date CI Message
82b81ce5 2025-06-30 17:53:54 Update libpqxx to 7.10.1
b980bb55 2024-05-06 12:22:30 bump REVISION for py3.10 -> py3.11 switch
7a958849 2022-03-11 18:31:17 drop RCS Ids
a79dd6a1 2021-07-09 21:33:28 libpqxx: don't pick up doxygen
1c33fbae 2021-02-28 20:37:56 add hidden BDEP on xmlto
f20f26ce 2021-02-28 12:58:21 update to libpqxx-6.4.7 (there are newer, but osm2pgrouting failed with 7.x)
3cbe1c2f 2021-02-23 19:39:08 Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not.
9fe1e38b 2019-07-12 20:43:27 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
25f0e460 2018-10-24 14:27:57 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.
5e964ab0 2017-07-26 22:45:14 bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.