Re: UPDATE: devel/cmake 3.30

2024-07-08 Thread Jeremie Courreges-Anglas
On Mon, Jul 08, 2024 at 06:03:50PM +0200, Rafael Sadowski wrote: > Simple diff to update CMake to 3.30, went through amd64 bulk build and > left to only two victims. > > 1.) net/bro (zeek) already fixed > 2.) textproc/vislcg3 (see ports@) > > Any concerns? Oks also welcome. Since you have alread

Re: UPDATE: devel/cmake (bulk wanted)

2024-02-06 Thread Theo Buehler
> Can someone put this through a bulk, please? Done. Only graphics/blender broke for which you have a PCH disabling fix.

Re: UPDATE: devel/cmake (bulk build wanted)

2023-12-18 Thread Rafael Sadowski
On Mon Dec 18, 2023 at 10:08:14AM +, Stuart Henderson wrote: > On 2023/12/18 01:39, Rafael Sadowski wrote: > > Here is a cmake update diff to version 3.28.1. > > > > Upstream fixed shared libraries detection on OpenBSD[1]. I can't predict > > the impact but a handful of cmake ports build,packa

Re: UPDATE: devel/cmake (bulk build wanted)

2023-12-18 Thread Stuart Henderson
On 2023/12/18 01:39, Rafael Sadowski wrote: > Here is a cmake update diff to version 3.28.1. > > Upstream fixed shared libraries detection on OpenBSD[1]. I can't predict > the impact but a handful of cmake ports build,packaged fine with that > update. > > 1: https://gitlab.kitware.com/cmake/cmake

Re: UPDATE: devel/cmake

2023-08-02 Thread Theo Buehler
> New diff cmake 3.27.1 Put this through an amd64 bulk. No fallout.

Re: UPDATE: devel/cmake

2023-07-29 Thread Rafael Sadowski
On Wed Jul 19, 2023 at 03:05:06PM +0200, Rafael Sadowski wrote: > Please find below a simple update diff for cmake to 3.27.0. CMake 3.27 > comes with a new feature: > > “cmake(1)” now supports interactive debugging of the CMake language. > See the “–debugger” option." > > ... which depends on cpp

Re: UPDATE: devel/cmake BULK BUILD WANTED

2023-04-05 Thread Rafael Sadowski
On Mon Apr 03, 2023 at 06:50:44PM +0200, Rafael Sadowski wrote: > Hi bulk builders, > > could someone push this diff into the next amd64 bulk build for me? > > Many thanks in advance, > > Rafael > Update to 3.26.3. Index: Makefile ==

Re: UPDATE: devel/cmake (bulk build)

2022-08-18 Thread Rafael Sadowski
On Thu Aug 18, 2022 at 09:29:36AM +0200, Theo Buehler wrote: > On Wed, Aug 10, 2022 at 09:34:51AM +0200, Theo Buehler wrote: > > On Mon, Aug 08, 2022 at 07:45:16AM +0200, Rafael Sadowski wrote: > > > Update CMake to the latest version. Could someone throw it into a bulk > > > build for me? > > > >

Re: UPDATE: devel/cmake (bulk build)

2022-08-18 Thread Theo Buehler
On Wed, Aug 10, 2022 at 09:34:51AM +0200, Theo Buehler wrote: > On Mon, Aug 08, 2022 at 07:45:16AM +0200, Rafael Sadowski wrote: > > Update CMake to the latest version. Could someone throw it into a bulk > > build for me? > > This looks pretty good to me: > > I=11286 B=10 Q=0 T=8 F=0 !=83 > E=x11

Re: UPDATE: devel/cmake (bulk build)

2022-08-10 Thread Theo Buehler
On Mon, Aug 08, 2022 at 07:45:16AM +0200, Rafael Sadowski wrote: > Update CMake to the latest version. Could someone throw it into a bulk > build for me? This looks pretty good to me: I=11286 B=10 Q=0 T=8 F=0 !=83 E=x11/kde-applications/grantlee-editor x11/kde-applications/akonadiconsole devel/k

Re: UPDATE: devel/cmake (bulk build)

2022-08-08 Thread Theo Buehler
On Mon, Aug 08, 2022 at 07:45:16AM +0200, Rafael Sadowski wrote: > Update CMake to the latest version. Could someone throw it into a bulk > build for me? I have started a bulk with this diff.

Re: UPDATE: devel/cmake

2021-04-29 Thread Rafael Sadowski
On Sun Apr 25, 2021 at 06:54:51AM +0200, Rafael Sadowski wrote: > Update CMake to 3.20.1 with some notable port changes. > > - Set CMAKE_SUPPRESS_REGENERATION to ON > > https://cmake.org/cmake/help/latest/variable/CMAKE_SUPPRESS_REGENERATION.html > > This is a massive improvement for our bul

Re: UPDATE: devel/cmake

2021-04-25 Thread Stuart Henderson
On 2021/04/25 06:54, Rafael Sadowski wrote: > Update CMake to 3.20.1 with some notable port changes. > > - Set CMAKE_SUPPRESS_REGENERATION to ON > > https://cmake.org/cmake/help/latest/variable/CMAKE_SUPPRESS_REGENERATION.html Can you split CMAKE_SUPPRESS_REGENERATIOM from the update please? C

Re: Update devel/cmake

2020-12-28 Thread Charlene Wendling
On Fri, 18 Dec 2020 05:46:35 +0100 Rafael Sadowski wrote: > On Fri Dec 11, 2020 at 04:37:36PM +0100, Rafael Sadowski wrote: > > Update CMake to the latest version 3.19.1. > > > > This diff is currently in an amd64 bulk build. It would be helpful > > if other cmake-arches (mostly all) could test t

Re: Update devel/cmake

2020-12-17 Thread Rafael Sadowski
On Fri Dec 11, 2020 at 04:37:36PM +0100, Rafael Sadowski wrote: > Update CMake to the latest version 3.19.1. > > This diff is currently in an amd64 bulk build. It would be helpful if > other cmake-arches (mostly all) could test the diff. > > Changlog: > > https://cmake.org/cmake/help/v3.18/relea

Re: UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-19 Thread Rafael Sadowski
On Tue May 19, 2020 at 11:31:07AM +0200, Landry Breuil wrote: > On Mon, May 18, 2020 at 07:07:27AM +0200, Rafael Sadowski wrote: > CONFIGURE_ARGS+= always scares me, what if something else down the chain > does CONFIGURE_ARGS= and drops all the other bits ? tldr: Don't worry, port-modules(5) do th

Re: UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-19 Thread Landry Breuil
On Tue, May 19, 2020 at 02:25:55PM +0200, Rafael Sadowski wrote: > > which patches this allows us to remove ? > > diff --git > a/devel/cmake/patches/patch-Modules_CMakeDetermineJavaCompiler_cmake > b/devel/cmake/patches/patch-Modules_CMakeDetermineJavaCompiler_cmake > diff --git a/devel/cmake/pa

Re: UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-19 Thread Rafael Sadowski
On Tue May 19, 2020 at 11:31:07AM +0200, Landry Breuil wrote: > On Mon, May 18, 2020 at 07:07:27AM +0200, Rafael Sadowski wrote: > > This diff currently runs through a full amd64 bulk build. I send this > > diff in advance to discuss it. Here a list of imported port changes: > > > > - Update CMmke

Re: UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-19 Thread Landry Breuil
On Mon, May 18, 2020 at 07:07:27AM +0200, Rafael Sadowski wrote: > This diff currently runs through a full amd64 bulk build. I send this > diff in advance to discuss it. Here a list of imported port changes: > > - Update CMmke to 3.17.2 > > - Switch CMake to pyhton3 Makes 100% sense > - Remove

Re: UPDATE: devel/cmake

2020-02-11 Thread Rafael Sadowski
On Mon Feb 03, 2020 at 06:56:17AM +0100, Rafael Sadowski wrote: > Simple bugfix update. Change log: > > https://blog.kitware.com/cmake-3-16-3-available-for-download/ > > I see nothing with impact for us. > Next bug-fix update: https://blog.kitware.com/cmake-3-16-4-available-for-download/ Index

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

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

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-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-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

2019-10-04 Thread Marc Espie
On Fri, Oct 04, 2019 at 09:39:00AM +0100, Stuart Henderson wrote: > On 2019/10/03 20:39, Rafael Sadowski wrote: > > Bugfix update cmake to 3.15.4, From changelog: > > > > "In CMake 3.15.0 through 3.15.3, the EXCLUDE_FROM_ALL directory property > > was regressed from pre-3.14 behavior and caused ta

Re: UPDATE: devel/cmake

2019-10-04 Thread Stuart Henderson
On 2019/10/03 20:39, Rafael Sadowski wrote: > Bugfix update cmake to 3.15.4, From changelog: > > "In CMake 3.15.0 through 3.15.3, the EXCLUDE_FROM_ALL directory property > was regressed from pre-3.14 behavior and caused targets within the > directory to be excluded even from its own “all”. This ha

Re: UPDATE: devel/cmake

2019-10-03 Thread Klemens Nanni
On Thu, Oct 03, 2019 at 08:39:17PM +0200, Rafael Sadowski wrote: > "In CMake 3.15.0 through 3.15.3, the EXCLUDE_FROM_ALL directory property > was regressed from pre-3.14 behavior and caused targets within the > directory to be excluded even from its own “all”. This has been fixed. > The bug also ex

Re: UPDATE: devel/cmake 3.15.0

2019-08-06 Thread Martin Reindl
Am 06.08.19 um 13:52 schrieb Christian Weisgerber: > On 2019-07-29, Rafael Sadowski wrote: > >>> I sent[1] a cmake update to 3.14 which unfortunately has received no >>> attention two months ago. Anyway this is a new try to update cmake. >> >> Here was a small typo at the end of the line. Fixed v

Re: UPDATE: devel/cmake 3.15.0

2019-08-06 Thread Christian Weisgerber
On 2019-07-29, Rafael Sadowski wrote: >> I sent[1] a cmake update to 3.14 which unfortunately has received no >> attention two months ago. Anyway this is a new try to update cmake. > > Here was a small typo at the end of the line. Fixed version below. I ran this through a full amd64 bulk build,

Re: UPDATE: devel/cmake 3.15.0

2019-07-30 Thread Christian Weisgerber
On 2019-07-29, Rafael Sadowski wrote: > - It doesn't make any sense to keep the m88k XXX tags. CMake don't build > under m88k, correct? Remove anything referring to m88k in a port when you see it. We do not support that platform. The two remaining people in the world who use m88k can figure i

Re: UPDATE: devel/cmake 3.15.0

2019-07-30 Thread Martin Reindl
Am 29.07.2019 um 21:19 schrieb Rafael Sadowski: On Mon Jul 29, 2019 at 12:12:36PM +0200, Rafael Sadowski wrote: Hi all porters, I sent[1] a cmake update to 3.14 which unfortunately has received no attention two months ago. Anyway this is a new try to update cmake. [...] Tested only on amd64 w

Re: UPDATE: devel/cmake to fix OpenMP detection

2019-06-13 Thread j
On 2019-06-13 13:58, Stuart Henderson wrote: On 2019/06/13 10:34, j...@bitminer.ca wrote: These two patches fix cmake's ability to find OpenMP with base-clang and ports-gcc as patched earlier. This patch is a no-op without those. Tested on amd64. John ? patches/patch-Modules_FindOpenMP_cmake

Re: UPDATE: devel/cmake to fix OpenMP detection

2019-06-13 Thread Stuart Henderson
On 2019/06/13 10:34, j...@bitminer.ca wrote: > These two patches fix cmake's ability to find OpenMP with > base-clang and ports-gcc as patched earlier. This patch > is a no-op without those. Tested on amd64. > > John > > ? patches/patch-Modules_FindOpenMP_cmake > Index: Makefile > =

Re: UPDATE: devel/cmake (i386 build wanted)

2018-10-25 Thread Jan Vlach
> Hi Rafael, > > Builds fine on 6.4-current i386 running in VMM VM on 6.4-current amd64. > Tomorrow I will have access to real i386 laptop with Pentium 4. I could > test there too. > > Have build libmusicbrainz and colobot packages that seem to use/require > cmake. > > Jan Hello Rafael, as pro

Re: UPDATE: devel/cmake (i386 build wanted)

2018-10-21 Thread Rafael Sadowski
On Sat Oct 20, 2018 at 10:56:35PM +0200, Rafael Sadowski wrote: > Hi All. > > Please find below diff to update cmake to the latest stable version. The > last time it failed on i386 so it would be great if someone could build > it on i386 and report to me/ports@. Please ignore the wrong CVS tags, >

Re: UPDATE: devel/cmake (i386 build wanted)

2018-10-21 Thread Jan Vlach
On Sat, Oct 20, 2018 at 10:56:35PM +0200, Rafael Sadowski wrote: > Hi All. > > Please find below diff to update cmake to the latest stable version. The > last time it failed on i386 so it would be great if someone could build > it on i386 and report to me/ports@. Please ignore the wrong CVS tags,

Re: UPDATE: devel/cmake

2018-06-03 Thread Jeremie Courreges-Anglas
On Thu, May 31 2018, Jeremie Courreges-Anglas wrote: > On Tue, May 29 2018, Rafael Sadowski wrote: >> Straightforward update to the latest stable version. Survived a bulk >> more or less by landry. Many thanks to the test pilot, >> >> Fallout: >> - graphics/drawpile (patches from FreeBSD) >> - ne

Re: UPDATE: devel/cmake

2018-05-30 Thread Jeremie Courreges-Anglas
On Tue, May 29 2018, Rafael Sadowski wrote: > Straightforward update to the latest stable version. Survived a bulk > more or less by landry. Many thanks to the test pilot, > > Fallout: > - graphics/drawpile (patches from FreeBSD) > - net/ktorrent (patches from FreeBSD) > - databases/sqlitebrowser

Re: UPDATE: devel/cmake

2018-02-10 Thread Stuart Henderson
On 2018/02/10 17:17, David Coppa wrote: > On Sat, 10 Feb 2018, Rafael Sadowski wrote: > > > Here's the update to CMake-3.10.2. > > > > It certainly needs a bulk to find eventual failures in dependant ports. > > Please build and run it with jsoncpp 1.8.4 (extra mail), > > > > Feedback welcome. >

Re: UPDATE: devel/cmake

2018-02-10 Thread David Coppa
On Sat, 10 Feb 2018, Rafael Sadowski wrote: > Here's the update to CMake-3.10.2. > > It certainly needs a bulk to find eventual failures in dependant ports. > Please build and run it with jsoncpp 1.8.4 (extra mail), > > Feedback welcome. Hi Rafael, Please don't remove stuff that it's there on