UPDATE: devel/cmake 3.28.3 -> 3.30.1

This commit is contained in:
purplerain 2024-08-02 03:25:04 +00:00
parent f260267c10
commit 294b0e463d
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
17 changed files with 170 additions and 4149 deletions

View file

@ -1,7 +1,7 @@
Index: Source/cmFileCommand.cxx
--- Source/cmFileCommand.cxx.orig
+++ Source/cmFileCommand.cxx
@@ -1816,6 +1816,13 @@ bool HandleDownloadCommand(std::vector<std::string> co
@@ -1870,6 +1870,13 @@ bool HandleDownloadCommand(std::vector<std::string> co
++i;
std::string file;
@ -15,7 +15,7 @@ Index: Source/cmFileCommand.cxx
long timeout = 0;
long inactivity_timeout = 0;
std::string logVar;
@@ -2226,6 +2233,12 @@ bool HandleUploadCommand(std::vector<std::string> cons
@@ -2327,6 +2334,12 @@ bool HandleUploadCommand(std::vector<std::string> cons
cmExecutionStatus& status)
{
#if !defined(CMAKE_BOOTSTRAP)