pkgsrc/databases/libpqxx/Makefile
prlw1 fe70426807 Update libpqxx to 7.3.0
7.3.0
 - `stream_to` now quotes and escapes its table name.
 - Removed `transaction_base::classname()`.  Did anyone ever use it?
 - Internal reorg of the `transaction` and `transactionfocus` hierarchies.
 - Removed the only case of virtual inheritance, related to `namedclass`.
 - Internal `concat()` for faster, simpler string concatentation.
 - Fix compile omission in string conversions for `nullptr_t`.
 - `pqxx::size_buffer()` can now size multiple values at once.
 - `multi_to_string()` to convert multiple values into one `std::string`.
 - Implicit `zview` constructor from `char const *`. (#389)
 - Many `std::string&` parameters are now `zview` or `std::string_view`.
 - Now checking statement parameter lengths for overflow.
 - `#include <array>` in connection.cxx.  (#394)
7.2.1
 - Fix infinite loop in converting `char *` to string. (#377)
 - Deprecated `namedclass`.
 - Convert an entire row using `row::as<type...>()`.
 - Internal rework of `field::to()` and `field::as()` functions.
 - Some more warning options in maintainer mode.
 - Removed the old, DocBook-based tutorial.
 - Fixed wrong `query` and SQLSTATE params to some exceptions. (#378)
2021-01-07 16:29:30 +00:00

27 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.38 2021/01/07 16:29:30 prlw1 Exp $
DISTNAME= libpqxx-7.3.0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=jtv/}
GITHUB_PROJECT= libpqxx
MAINTAINER= is@NetBSD.org
HOMEPAGE= http://pqxx.org/development/libpqxx/
COMMENT= C++ interface to postgresql-lib
LICENSE= modified-bsd
USE_LANGUAGES= c++17
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libpqxx.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
PYTHON_FOR_BUILD_ONLY= yes
REPLACE_PYTHON+= tools/m4esc.py
REPLACE_PYTHON+= tools/splitconfig
.include "options.mk"
.include "../../lang/python/application.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"