From ebc0be89db2409163fc992c01233be4684df3939 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 22 Oct 2025 05:13:40 +0000 Subject: mail/stalwart: New port: Stalwart Mail Server Stalwart Mail Server is an open-source mail server solution with JMAP, IMAP4, POP3, and SMTP support and a wide range of modern features. It is written in Rust and designed to be secure, fast, robust and scalable. WWW: https://stalw.art/ PR: 286326 Submitted by: Orville Song --- mail/stalwart/files/patch-tests_src_lib.rs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mail/stalwart/files/patch-tests_src_lib.rs (limited to 'mail/stalwart/files/patch-tests_src_lib.rs') diff --git a/mail/stalwart/files/patch-tests_src_lib.rs b/mail/stalwart/files/patch-tests_src_lib.rs new file mode 100644 index 000000000000..e75acaeaf2ad --- /dev/null +++ b/mail/stalwart/files/patch-tests_src_lib.rs @@ -0,0 +1,17 @@ +--- tests/src/lib.rs.orig 2025-01-28 10:11:28 UTC ++++ tests/src/lib.rs +@@ -6,12 +6,12 @@ use std::path::PathBuf; + + use std::path::PathBuf; + +-#[cfg(not(target_env = "msvc"))] ++#[cfg(not(target_os = "freebsd"))] + use jemallocator::Jemalloc; + #[cfg(test)] + use trc::Collector; + +-#[cfg(not(target_env = "msvc"))] ++#[cfg(not(target_os = "freebsd"))] + #[global_allocator] + static GLOBAL: Jemalloc = Jemalloc; + -- cgit v1.2.3