Re: git: 652e44748290 - main - devel/libphonenumber: update to 8.12.41, latest upstream
Date: Sun, 23 Jan 2022 04:05:27 UTC
On Sat, Jan 22, 2022 at 09:42:07PM +0000, Adriaan de Groot wrote: > commit 652e44748290eb15a703091838db7f05ff63e445 > > devel/libphonenumber: update to 8.12.41, latest upstream > > This update introduces new tools, which use abseil. The build > system tries to git-clone the abseil repo and build that. > Instead, use devel/abseil. However, devel/abseil is built as > C++17, so we need to patch the build to force C++17 on > libphonenumber as well (otherwise, abseil introduces pre-C++17 > versions of string_view and link failures follow). Shall we flavorize `devel/abseil' so it provides both C++11 and C++17 packages to prevent further C++17 pollution in the ports? ./danfe