head 1.3; access; symbols pkgsrc-2026Q2:1.3.0.8 pkgsrc-2026Q2-base:1.3 pkgsrc-2026Q1:1.3.0.6 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.4 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.2 pkgsrc-2025Q3-base:1.3; locks; strict; comment @# @; 1.3 date 2025.07.31.08.07.29; author pin; state Exp; branches; next 1.2; commitid zdAYGX6EUthgbS4G; 1.2 date 2025.07.31.08.06.28; author pin; state dead; branches; next 1.1; commitid TfBs29R5XFXVaS4G; 1.1 date 2025.07.22.11.30.40; author he; state Exp; branches; next ; commitid 3l6EdICmAQ4fAJ3G; desc @@ 1.3 log @misc/projectable: re-add patch @ text @$NetBSD$ 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"] } @ 1.2 log @misc/projectable: update to 1.3.2 What's Changed - Add NetBSD by @@0323pin in #27 - merge more config file settings into config by @@aikomastboom in #28 - Merge entries within the 'commands' config by @@warpfork in #29 - chore: update deps and msrv by @@chenrui333 in #31 - feat: add dependabot by @@chenrui333 in #32 - chore: update action deps and replace deprecated actions-rs/toolchain with actions-rust-lang/setup-rust-toolchain by @@chenrui333 in #33 @ text @d1 1 a1 1 $NetBSD: patch-Cargo.toml,v 1.1 2025/07/22 11:30:40 he Exp $ d5 1 a5 1 --- Cargo.toml.orig 2025-07-22 05:36:03.499677600 +0000 @ 1.1 log @misc/projectable: make this build on NetBSD/macppc. Two issues fixed: * More of the openssl-src patch pulled over from rust itself; adding use of -latomic on ilp32 NetBSD targets. * Convert tui-textarea to use portable-atomics, since some targets do not have native AtomicU64 support. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @