Re: databases/evolution-data-server: unbreak with new abseil: force c++17

2023-02-06 Thread Antoine Jacoutot
On Mon, Feb 06, 2023 at 07:10:33PM +, Klemens Nanni wrote: > On Mon, Feb 06, 2023 at 06:55:35PM +0100, Antoine Jacoutot wrote: > > Thanks. Could you patch instead of sed please. > > Et Voilà! OK > > Index: Makefile > === > RCS

Re: databases/evolution-data-server: unbreak with new abseil: force c++17

2023-02-06 Thread Klemens Nanni
On Mon, Feb 06, 2023 at 06:55:35PM +0100, Antoine Jacoutot wrote: > Thanks. Could you patch instead of sed please. Et Voilà! Index: Makefile === RCS file: /cvs/ports/databases/evolution-data-server/Makefile,v retrieving revision 1.2

Re: databases/evolution-data-server: unbreak with new abseil: force c++17

2023-02-06 Thread Antoine Jacoutot
Thanks. Could you patch instead of sed please. — Antoine > On 6 Feb 2023, at 18:45, Klemens Nanni wrote: > > The configure-time compile test for libphonenumber fails unless C++17, > as set in both libphonenumber and abseil-cpp, is used. > > Adjust the project's standard and make the configur

databases/evolution-data-server: unbreak with new abseil: force c++17

2023-02-06 Thread Klemens Nanni
The configure-time compile test for libphonenumber fails unless C++17, as set in both libphonenumber and abseil-cpp, is used. Adjust the project's standard and make the configure test honour it. Replace one usage of auto_ptr in the C++14 code base with unique_ptr; should probably be done anyway i