pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cargo-upgrades
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 21 18:38:05 UTC 2025
Modified Files:
pkgsrc/devel/cargo-upgrades: distinfo
Added Files:
pkgsrc/devel/cargo-upgrades/patches: patch-aa patch-ab
Log Message:
cargo-upgrades: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/cargo-upgrades/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/cargo-upgrades/patches/patch-aa \
pkgsrc/devel/cargo-upgrades/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cargo-upgrades/distinfo
diff -u pkgsrc/devel/cargo-upgrades/distinfo:1.3 pkgsrc/devel/cargo-upgrades/distinfo:1.4
--- pkgsrc/devel/cargo-upgrades/distinfo:1.3 Fri Jan 24 21:22:30 2025
+++ pkgsrc/devel/cargo-upgrades/distinfo Thu Aug 21 18:38:04 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2025/01/24 21:22:30 pin Exp $
+$NetBSD: distinfo,v 1.4 2025/08/21 18:38:04 wiz Exp $
BLAKE2s (adler2-2.0.0.crate) = d269f2089344d4a3f4d0908af3257cf2a65755be0349ff42e3854509afd388f3
SHA512 (adler2-2.0.0.crate) = 12d12579ad617cf1a94cf95ab9d3f5db566c3b2de4bd5735eccd83c668fdad0eff134c996b73c46cbb9f932837682043878b8cc4764191625e9f93ccffcce423
@@ -441,3 +441,5 @@ Size (zerovec-0.10.4.crate) = 126398 byt
BLAKE2s (zerovec-derive-0.10.3.crate) = 39169b3f694a23e151216d25802a49f00889bfe0e5c6e744cc26792325703db2
SHA512 (zerovec-derive-0.10.3.crate) = caefbffeb35265db9f74933bf07109d57f0da48156cafd4f330af78a5c7eb9ab0831a80789ad4fb119875ebc6cfd7e3de68c9984b77dca5151f9be41f1ae6e09
Size (zerovec-derive-0.10.3.crate) = 19438 bytes
+SHA1 (patch-aa) = 18618a32728dfaaf2b0680171aab456b6ff0117f
+SHA1 (patch-ab) = a7e6e78ddb5a23afb256b5ddd5f8ef3bdd9f0817
Added files:
Index: pkgsrc/devel/cargo-upgrades/patches/patch-aa
diff -u /dev/null pkgsrc/devel/cargo-upgrades/patches/patch-aa:1.1
--- /dev/null Thu Aug 21 18:38:05 2025
+++ pkgsrc/devel/cargo-upgrades/patches/patch-aa Thu Aug 21 18:38:05 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2025/08/21 18:38:05 wiz Exp $
+
+Fix build with cmake 4.
+
+--- ../vendor/aws-lc-sys-0.24.0/CMakeLists.txt.orig 2025-08-21 18:35:40.989186553 +0000
++++ ../vendor/aws-lc-sys-0.24.0/CMakeLists.txt
+@@ -1,7 +1,7 @@
+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ # SPDX-License-Identifier: Apache-2.0 OR ISC
+
+-cmake_minimum_required(VERSION 3.0)
++cmake_minimum_required(VERSION 3.5)
+
+ project(AWS_LC_RUST NONE)
+ enable_language(C)
Index: pkgsrc/devel/cargo-upgrades/patches/patch-ab
diff -u /dev/null pkgsrc/devel/cargo-upgrades/patches/patch-ab:1.1
--- /dev/null Thu Aug 21 18:38:05 2025
+++ pkgsrc/devel/cargo-upgrades/patches/patch-ab Thu Aug 21 18:38:05 2025
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2025/08/21 18:38:05 wiz Exp $
+
+Fix build with cmake 4.
+
+--- ../vendor/aws-lc-sys-0.24.0/aws-lc/CMakeLists.txt.orig 2025-08-21 18:35:57.931772320 +0000
++++ ../vendor/aws-lc-sys-0.24.0/aws-lc/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.0)
++cmake_minimum_required(VERSION 3.5)
+
+ if(POLICY CMP0091)
+ cmake_policy(SET CMP0091 NEW)
Home |
Main Index |
Thread Index |
Old Index