pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cmake



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Sep 12 09:51:01 UTC 2025

Modified Files:
        pkgsrc/devel/cmake: distinfo
Added Files:
        pkgsrc/devel/cmake/patches: patch-Source_CTest_cmCTestCurl.h

Log Message:
devel/cmake: Fix build with curl-8.16.0


To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/cmake/patches/patch-Source_CTest_cmCTestCurl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cmake/distinfo
diff -u pkgsrc/devel/cmake/distinfo:1.256 pkgsrc/devel/cmake/distinfo:1.257
--- pkgsrc/devel/cmake/distinfo:1.256   Wed Sep 10 14:40:02 2025
+++ pkgsrc/devel/cmake/distinfo Fri Sep 12 09:51:00 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.256 2025/09/10 14:40:02 jperkin Exp $
+$NetBSD: distinfo,v 1.257 2025/09/12 09:51:00 ryoon Exp $
 
 BLAKE2s (cmake-4.1.1.tar.gz) = d5bc5a23d891612a0ee28209d913a3291953bc23ddaaaf4be621df2926891049
 SHA512 (cmake-4.1.1.tar.gz) = 40f16fbe66562aec574e08758c7b8a09536b8c7086fe7f6f9123e5255a9fc1aa638b0f88b3812ed5c8e6bc4550d0ee0be304dc71be6c980dbc44d1899d238e30
@@ -15,6 +15,7 @@ SHA1 (patch-Modules_FindX11.cmake) = 124
 SHA1 (patch-Modules_FortranCInterface_CMakeLists.txt) = f5477f5c94ebab82caea6db702b449032ba3dc75
 SHA1 (patch-Modules_Platform_Darwin.cmake) = 7629f034111ff64b144ff41316299d5edcfe081a
 SHA1 (patch-Modules_Platform_UnixPaths.cmake) = 911271546d3ac52be0e8000857bdb236ac50ec1c
+SHA1 (patch-Source_CTest_cmCTestCurl.h) = fb348daece85fa3245155f0890aa33dece6db53b
 SHA1 (patch-Source_Checks_Curses_CMakeLists.txt) = 1a505da231fd265260ec32d11ba9f79815c263c9
 SHA1 (patch-Source_Checks_Curses_CheckCurses.c) = 530ee1300595e64c97630d27792cc2dca3b9049a
 SHA1 (patch-Source_Checks_cm__cxx17__check.cpp) = d5e2708df6fcda078b1b5ea59264c663d2633ced

Added files:

Index: pkgsrc/devel/cmake/patches/patch-Source_CTest_cmCTestCurl.h
diff -u /dev/null pkgsrc/devel/cmake/patches/patch-Source_CTest_cmCTestCurl.h:1.1
--- /dev/null   Fri Sep 12 09:51:01 2025
+++ pkgsrc/devel/cmake/patches/patch-Source_CTest_cmCTestCurl.h Fri Sep 12 09:51:00 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-Source_CTest_cmCTestCurl.h,v 1.1 2025/09/12 09:51:00 ryoon Exp $
+
+* Fix build with curl-8.16.0.
+  From: https://gitlab.kitware.com/cmake/cmake/-/commit/c92268f91b30e6d52b82d1ffad227cadafcf4dbf
+
+--- Source/CTest/cmCTestCurl.h.orig    2025-09-12 09:42:28.299630802 +0000
++++ Source/CTest/cmCTestCurl.h
+@@ -52,7 +52,7 @@ private:
+   std::vector<std::string> HttpHeaders;
+   std::string HTTPProxyAuth;
+   std::string HTTPProxy;
+-  curl_proxytype HTTPProxyType;
++  long HTTPProxyType;
+   bool UseHttp10 = false;
+   bool Quiet = false;
+   int TimeOutSeconds = 0;



Home | Main Index | Thread Index | Old Index