Re: devel/camke CMake >= 3.27 exports the CXX std to moc

2024-01-20 Thread Rafael Sadowski
On Sun Nov 12, 2023 at 11:16:19AM +0100, Rafael Sadowski wrote: > The following patches is necessary to build tdesktop with Qt 6.6. > Otherwise we end with the following issue like FreeBSD: > > usr/include/c++/v1/concept:318:1: error: Parse error at "::" > > Patch form FreeBSD: > https://cgit.fre

Re: devel/camke CMake >= 3.27 exports the CXX std to moc

2023-11-16 Thread Rafael Sadowski
On Thu Nov 16, 2023 at 08:47:20PM +, Klemens Nanni wrote: > On Thu, Nov 16, 2023 at 05:11:42PM +0100, Rafael Sadowski wrote: > > On Sun Nov 12, 2023 at 10:28:42AM +, Klemens Nanni wrote: > > > On Sun, Nov 12, 2023 at 11:16:19AM +0100, Rafael Sadowski wrote: > > > > The following patches is

Re: devel/camke CMake >= 3.27 exports the CXX std to moc

2023-11-16 Thread Rafael Sadowski
On Sun Nov 12, 2023 at 10:28:42AM +, Klemens Nanni wrote: > On Sun, Nov 12, 2023 at 11:16:19AM +0100, Rafael Sadowski wrote: > > The following patches is necessary to build tdesktop with Qt 6.6. > > Otherwise we end with the following issue like FreeBSD: > > This is not specific to tdesktop, b

Re: devel/camke CMake >= 3.27 exports the CXX std to moc

2023-11-12 Thread Klemens Nanni
On Sun, Nov 12, 2023 at 11:16:19AM +0100, Rafael Sadowski wrote: > The following patches is necessary to build tdesktop with Qt 6.6. > Otherwise we end with the following issue like FreeBSD: This is not specific to tdesktop, but it seems to be the first (only?) port using new C++, moc, CMake and Q

devel/camke CMake >= 3.27 exports the CXX std to moc

2023-11-12 Thread Rafael Sadowski
The following patches is necessary to build tdesktop with Qt 6.6. Otherwise we end with the following issue like FreeBSD: usr/include/c++/v1/concept:318:1: error: Parse error at "::" Patch form FreeBSD: https://cgit.freebsd.org/ports/commit/?id=5244b8425c414f0bca521df362eb62bb334640b3 OK? diff