commit 265618c
hovercats
·
2025-05-24 18:13:12 +0000 UTC
parent 19e8c65
cmake: 4.0.2
5 files changed,
+3,
-32
+0,
-2
1@@ -2,8 +2,6 @@
2
3 export DESTDIR="$1"
4
5-patch -p1 < 0001-remove-arch4random_buf-call.-it-does-not-exist.patch
6-
7 if kiss l cmake; then
8 cmake -G Ninja -B build \
9 -DCMAKE_INSTALL_PREFIX=/usr \
+1,
-1
1@@ -1,2 +1,2 @@
2-09f652f0fca121702a9b62ab96cf48f0a89908511dba032803a4d40ef2088b8cdf
3+ed14b15a63accaae2544379fbc98592e75f1a9316f391ef65b9679a53efd328681
4 c32cf7b1eb365413d934971e4f2c686c0871116dd83d7889d9fa393a10cccffacb
1@@ -1,26 +0,0 @@
2-From 9f7ca588361f40444c10a039d32f541e378e2321 Mon Sep 17 00:00:00 2001
3-From: hovercats <hovercatswithlasereyes@protonmail.com>
4-Date: Wed, 5 Jun 2024 01:59:02 +0200
5-Subject: [PATCH] remove arch4random_buf call. it does not exist
6-
7----
8- Utilities/cmlibarchive/libarchive/archive_random.c | 3 ---
9- 1 file changed, 3 deletions(-)
10-
11-diff --git a/Utilities/cmlibarchive/libarchive/archive_random.c b/Utilities/cmlibarchive/libarchive/archive_random.c
12-index a410dc08..6ba130ca 100644
13---- a/Utilities/cmlibarchive/libarchive/archive_random.c
14-+++ b/Utilities/cmlibarchive/libarchive/archive_random.c
15-@@ -121,9 +121,6 @@ archive_random(void *buf, size_t nbytes)
16- #elif !defined(HAVE_ARC4RANDOM_BUF) && (!defined(_WIN32) || defined(__CYGWIN__))
17- la_arc4random_buf(buf, nbytes);
18- return ARCHIVE_OK;
19--#else
20-- arc4random_buf(buf, nbytes);
21-- return ARCHIVE_OK;
22- #endif
23- }
24-
25---
26-2.45.1
27-
+1,
-2
1@@ -1,2 +1 @@
2-https://cmake.org/files/v3.30/cmake-3.30.2.tar.gz
3-patches/0001-remove-arch4random_buf-call.-it-does-not-exist.patch
4+https://cmake.org/files/v4.0/cmake-4.0.2.tar.gz
+1,
-1
1@@ -1 +1 @@
2-3.30.2 2
3+4.0.2 1