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.

UPDATE: devel/cmake (bulk wanted)

2024-02-04 Thread Rafael Sadowski
Here is a cmake update diff to version 3.28.2. Upstream has adopted the my "IsOpenBSD" rename patch. Even if that didn't find out the root change[1] Can someone put this through a bulk, please? Rafael 1: https://marc.info/?l=openbsd-ports=170289411430697=2 diff --git a/devel/cmake/Makefile

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

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:

UPDATE: devel/cmake (bulk build wanted)

2023-12-17 Thread Rafael Sadowski
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. Could someone push it into the next build arm64 or amd64. Thanks Rafael The changelog you can

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

UPDATE: devel/cmake

2023-07-19 Thread Rafael Sadowski
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 cppdap. It's not possible for us to use system cppdap which create a

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

UPDATE: devel/cmake BULK BUILD WANTED

2023-04-03 Thread Rafael Sadowski
Hi bulk builders, could someone push this diff into the next amd64 bulk build for me? Many thanks in advance, Rafael Index: Makefile === RCS file: /cvs/ports/devel/cmake/Makefile,v retrieving revision 1.224 diff -u -p -u -p

UPDATE: devel/cmake

2022-11-05 Thread Rafael Sadowski
Update CMake to 3.24.3. Changelog can find here: https://www.kitware.com/cmake-3-24-3-is-available-for-download/ OK? Rafael Index: Makefile === RCS file: /cvs/ports/devel/cmake/Makefile,v retrieving revision 1.219 diff -u -p -u -p

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 >

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

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.

UPDATE: devel/cmake (bulk build)

2022-08-07 Thread Rafael Sadowski
Update CMake to the latest version. Could someone throw it into a bulk build for me? Thanks, Rafael Index: Makefile === RCS file: /cvs/ports/devel/cmake/Makefile,v retrieving revision 1.215 diff -u -p -u -p -r1.215 Makefile ---

UPDATE: devel/cmake

2021-10-05 Thread Rafael Sadowski
Update CMake to the latest version. The diff below is currently in an amd64 bulk. More and other bulks/tests are welcome. Rafael diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile index 51227096bb2..a747682c334 100644 --- a/devel/cmake/Makefile +++ b/devel/cmake/Makefile @@ -4,15 +4,16 @@

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

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?

UPDATE: devel/cmake

2021-04-24 Thread Rafael Sadowski
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 bulk builders. Let me explain. If something change during the build-task in

UPDATE: devel/cmake

2021-02-09 Thread Rafael Sadowski
Simple bug fix update cmake to 3.19.4. Change logs: https://blog.kitware.com/cmake-3-19-4-available-for-download/ https://blog.kitware.com/cmake-3-19-3-available-for-download/ https://blog.kitware.com/cmake-3-19-2-available-for-download/

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

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

Update devel/cmake

2020-12-11 Thread Rafael Sadowski
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/release/3.18.html https://cmake.org/cmake/help/v3.19/release/3.19.html Rafael

UPDATE: devel/cmake

2020-10-12 Thread Rafael Sadowski
I would like update cmake to the latest stable 3.17.x version. This diff is currently in an amd64 bulk build. If this runs successfully, I would like to commit it. Objections? Index: Makefile === RCS file:

UPDATE: devel/cmake

2020-06-03 Thread Rafael Sadowski
Simple bugfix update to the latest stable version 3.17.3. Changelog: https://blog.kitware.com/cmake-3-17-3-available-for-download/ Index: Makefile === RCS file: /cvs/ports/devel/cmake/Makefile,v retrieving revision 1.185 diff -u -p

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

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

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

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

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

2020-05-17 Thread Rafael Sadowski
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 - Remove all Modules under files. This should no longer be necessary. - Remove our self hacked MODJAVA*

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/

UPDATE: devel/cmake

2020-02-02 Thread Rafael Sadowski
Simple bugfix update. Change log: https://blog.kitware.com/cmake-3-16-3-available-for-download/ I see nothing with impact for us. OK? Index: Makefile === RCS file: /cvs/ports/devel/cmake/Makefile,v retrieving revision 1.179 diff

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

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

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

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

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.

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

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

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

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

UPDATE: devel/cmake

2019-10-03 Thread Rafael Sadowski
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 has been fixed. The bug also existed in 3.14.0 through

UPDATE: devel/cmake

2019-09-12 Thread Rafael Sadowski
Simple bugfix update to the latest stable version. >From release notes: https://cmake.org/cmake/help/v3.15/release/3.15.html 3.15.3 CrayPrgEnv compiler wrapper support has been updated for the 19.06 release of the Cray Programming Environment for which the default linking mode on XC

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

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

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

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 ?

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 >

UPDATE: devel/cmake to fix OpenMP detection

2019-06-13 Thread j
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 === RCS

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

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,

UPDATE: devel/cmake (i386 build wanted)

2018-10-20 Thread Rafael Sadowski
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, the diff based on an old diff from sthen@. Rafael Sadowski Index:

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

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

UPDATE: devel/cmake

2018-05-29 Thread Rafael Sadowski
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 (patched by landry@) All tests are green on amd64. Any

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

UPDATE: devel/cmake

2018-02-10 Thread Rafael Sadowski
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. Index: Makefils === RCS file: