pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/projectable/patches



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Jul 31 08:07:29 UTC 2025

Added Files:
        pkgsrc/misc/projectable/patches: patch-Cargo.toml

Log Message:
misc/projectable: re-add patch


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/misc/projectable/patches/patch-Cargo.toml

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

Added files:

Index: pkgsrc/misc/projectable/patches/patch-Cargo.toml
diff -u /dev/null pkgsrc/misc/projectable/patches/patch-Cargo.toml:1.3
--- /dev/null   Thu Jul 31 08:07:29 2025
+++ pkgsrc/misc/projectable/patches/patch-Cargo.toml    Thu Jul 31 08:07:29 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-Cargo.toml,v 1.3 2025/07/31 08:07:29 pin Exp $
+
+Add use of portable_atomic.
+
+--- Cargo.toml.orig    2025-07-31 07:30:54.938424143 +0000
++++ Cargo.toml
+@@ -47,6 +47,7 @@ itertools = "0.10.5"
+ log = { version = "0.4.17", features = ["serde"] }
+ nom = "7.1.3"
+ notify-debouncer-full = "0.2.0"
++portable-atomic = "1.11.1"
+ rust_search = "2.1.0"
+ scopeguard = "1.1.0"
+ serde = { version = "1.0.158", features = ["derive"] }



Home | Main Index | Thread Index | Old Index