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: /cvs/ports/devel/cmake/Makefile,v retrieving revision 1.186 diff -u -p -u -p -r1.186 Makefile --- Makefile 9 Oct 2020 18:50:41 -0000 1.186 +++ Makefile 13 Oct 2020 05:52:24 -0000 @@ -4,11 +4,10 @@ DPB_PROPERTIES = parallel COMMENT = portable build system -VER = 3.17.2 +VER = 3.17.5 EPOCH = 0 DISTNAME = cmake-${VER} CATEGORIES = devel -REVISION = 1 HOMEPAGE = https://www.cmake.org/ Index: distinfo =================================================================== RCS file: /cvs/ports/devel/cmake/distinfo,v retrieving revision 1.57 diff -u -p -u -p -r1.57 distinfo --- distinfo 25 May 2020 05:12:00 -0000 1.57 +++ distinfo 13 Oct 2020 05:52:24 -0000 @@ -1,2 +1,2 @@ -SHA256 (cmake-3.17.2.tar.gz) = /HcyTE+CCgkFKneFVJuANf+NNGHe1bvYDSUq59HNOqU= -SIZE (cmake-3.17.2.tar.gz) = 9469251 +SHA256 (cmake-3.17.5.tar.gz) = jDCD2Y/ZPBIo1eTkDb/y3Yj097c7n6JKKThie4vCjxo= +SIZE (cmake-3.17.5.tar.gz) = 9473615 Index: patches/patch-Source_cmGlobalGenerator_cxx =================================================================== RCS file: /cvs/ports/devel/cmake/patches/patch-Source_cmGlobalGenerator_cxx,v retrieving revision 1.13 diff -u -p -u -p -r1.13 patch-Source_cmGlobalGenerator_cxx --- patches/patch-Source_cmGlobalGenerator_cxx 25 May 2020 05:12:00 -0000 1.13 +++ patches/patch-Source_cmGlobalGenerator_cxx 13 Oct 2020 05:52:24 -0000 @@ -3,7 +3,7 @@ $OpenBSD: patch-Source_cmGlobalGenerator Index: Source/cmGlobalGenerator.cxx --- Source/cmGlobalGenerator.cxx.orig +++ Source/cmGlobalGenerator.cxx -@@ -2499,6 +2499,9 @@ void cmGlobalGenerator::AddGlobalTarget_Test( +@@ -2515,6 +2515,9 @@ void cmGlobalGenerator::AddGlobalTarget_Test( cmCustomCommandLine singleLine; singleLine.push_back(cmSystemTools::GetCTestCommand()); singleLine.push_back("--force-new-ctest-process"); Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/cmake/pkg/PLIST,v retrieving revision 1.44 diff -u -p -u -p -r1.44 PLIST --- pkg/PLIST 25 May 2020 05:12:00 -0000 1.44 +++ pkg/PLIST 13 Oct 2020 05:52:24 -0000 @@ -25,7 +25,6 @@ @man man/man7/cmake-toolchains.7 @man man/man7/cmake-variables.7 @man man/man7/cpack-generators.7 -share/aclocal/ share/aclocal/cmake.m4 share/cmake/ share/cmake/Help/ @@ -207,6 +206,8 @@ share/cmake/Help/envvar/FC.rst share/cmake/Help/envvar/FFLAGS.rst share/cmake/Help/envvar/LDFLAGS.rst share/cmake/Help/envvar/MACOSX_DEPLOYMENT_TARGET.rst +share/cmake/Help/envvar/OBJC.rst +share/cmake/Help/envvar/OBJCXX.rst share/cmake/Help/envvar/PackageName_ROOT.rst share/cmake/Help/envvar/RC.rst share/cmake/Help/envvar/RCFLAGS.rst @@ -2992,6 +2993,8 @@ share/doc/cmake/html/_sources/envvar/FC. share/doc/cmake/html/_sources/envvar/FFLAGS.txt share/doc/cmake/html/_sources/envvar/LDFLAGS.txt share/doc/cmake/html/_sources/envvar/MACOSX_DEPLOYMENT_TARGET.txt +share/doc/cmake/html/_sources/envvar/OBJC.txt +share/doc/cmake/html/_sources/envvar/OBJCXX.txt share/doc/cmake/html/_sources/envvar/PackageName_ROOT.txt share/doc/cmake/html/_sources/envvar/RC.txt share/doc/cmake/html/_sources/envvar/RCFLAGS.txt @@ -4715,6 +4718,8 @@ share/doc/cmake/html/envvar/FC.html share/doc/cmake/html/envvar/FFLAGS.html share/doc/cmake/html/envvar/LDFLAGS.html share/doc/cmake/html/envvar/MACOSX_DEPLOYMENT_TARGET.html +share/doc/cmake/html/envvar/OBJC.html +share/doc/cmake/html/envvar/OBJCXX.html share/doc/cmake/html/envvar/PackageName_ROOT.html share/doc/cmake/html/envvar/RC.html share/doc/cmake/html/envvar/RCFLAGS.html