UPDATE: devel/cmake 3.16.0

2019-12-06 Thread Rafael Sadowski
Hi all, here is a relatively straightforward update to the latest stable version. As always, we need brave people to test this diff in a bulk build. I'd be very happy if this could go forward. Rafael Index: Makefile === RCS file: /

Re: UPDATE: devel/cmake 3.16.0

2019-12-07 Thread Christian Weisgerber
Rafael Sadowski: > here is a relatively straightforward update to the latest stable > version. As always, we need brave people to test this diff > in a bulk build. The only build error was x11/gnustep/libobjc2. However note that this takes out x11/gnustep/* and a few other ports. ---

Re: UPDATE: devel/cmake 3.16.0

2019-12-08 Thread Rafael Sadowski
On Sat Dec 07, 2019 at 07:49:38PM +0100, Christian Weisgerber wrote: > Rafael Sadowski: > > > here is a relatively straightforward update to the latest stable > > version. As always, we need brave people to test this diff > > in a bulk build. > > The only build error was x11/gnustep/libobjc2. > H

Re: UPDATE: devel/cmake 3.16.0

2019-12-09 Thread Christian Weisgerber
Rafael Sadowski: > Thanks for the bulk build and the report. libobjc2 uses > CMAKE_THREAD_LIBS_INIT wrong. CMAKE_THREAD_LIBS_INIT is the lib and not > a linker flag. Tested with current and upcoming cmake. FYI, I tried another bulk build with the cmake 3.16.0 update and this libobjc2 patch, and t

Re: UPDATE: devel/cmake 3.16.0

2019-12-09 Thread Rafael Sadowski
On Mon Dec 09, 2019 at 05:42:22PM +0100, Christian Weisgerber wrote: > Rafael Sadowski: > > > Thanks for the bulk build and the report. libobjc2 uses > > CMAKE_THREAD_LIBS_INIT wrong. CMAKE_THREAD_LIBS_INIT is the lib and not > > a linker flag. Tested with current and upcoming cmake. > > FYI, I t

Re: UPDATE: devel/cmake 3.16.0

2020-01-08 Thread Rafael Sadowski
On Mon Dec 09, 2019 at 11:39:10PM +0100, Rafael Sadowski wrote: > On Mon Dec 09, 2019 at 05:42:22PM +0100, Christian Weisgerber wrote: > > Rafael Sadowski: > > > > > Thanks for the bulk build and the report. libobjc2 uses > > > CMAKE_THREAD_LIBS_INIT wrong. CMAKE_THREAD_LIBS_INIT is the lib and no