Created attachment 243019 [details] fix build on 14.0-CURRENT Change "throw( std::exception )" to "noexcept(false)' to make it build on 14.0-CURRENT (which defaults to c++17)
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf2a904c0339511209d56b05e948db87cdd15acb commit cf2a904c0339511209d56b05e948db87cdd15acb Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2023-06-28 10:03:12 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-06-29 11:35:58 +0000 databases/opendbx: fix build on 14.0-CURRENT Change "throw( std::exception )" to "noexcept(false)' to make it build on 14.0-CURRENT (which defaults to c++17) PR: 272233 Reported by: tremere@cainites.net (maintainer) databases/opendbx/files/patch-lib_odbx.cpp (new) | 268 ++++++++++++++++++++ .../opendbx/files/patch-lib_odbx__iface.hpp (new) | 87 +++++++ .../opendbx/files/patch-lib_odbx__impl.cpp (new) | 279 ++++++++++++++++++++ .../opendbx/files/patch-lib_odbx__impl.hpp (new) | 128 ++++++++++ .../opendbx/files/patch-lib_opendbx_api (new) | 281 +++++++++++++++++++++ 5 files changed, 1043 insertions(+)