head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2026.04.02.19.06.35; author wiz; state Exp; branches; next ; commitid JNp9mDFwqg1SWpAG; desc @@ 1.1 log @rust: update to 1.94.1. Based on wip/rust194 by he@@, adam@@, pin@@, jperkin@@ 3 major versions since the previous pkgsrc version. @ text @$NetBSD$ Replicate part of https://github.com/openssl/openssl/pull/15086 --- vendor/openssl-src-300.5.4+3.5.4/openssl/Configurations/10-main.conf.orig 2025-11-02 17:12:27.865420544 +0000 +++ vendor/openssl-src-300.5.4+3.5.4/openssl/Configurations/10-main.conf @@@@ -1033,6 +1033,10 @@@@ my %targets = ( shared_target => "bsd-gcc-shared", shared_cflag => "-fPIC", }, + "NetBSD-generic32" => { + inherit_from => [ "BSD-generic32" ], + ex_libs => add(threads("-latomic")), + }, "BSD-generic64" => { inherit_from => [ "BSD-generic32" ], bn_ops => "SIXTY_FOUR_BIT_LONG", @