Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (4f000b24d93ec639e2b18452d4b8a418c0a57b99)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (4f000b24d93ec639e2b18452d4b8a418c0a57b99)
  • Date: Fri, 12 Dec 2025 15:50:28 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

mail/neomutt/DEPENDS | 12 +++++++-----
mail/neomutt/HISTORY | 1 +
2 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit 4f000b24d93ec639e2b18452d4b8a418c0a57b99
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

mail/neomutt: gnutls and SSL dependencies are mutually exclusive

diff --git a/mail/neomutt/DEPENDS b/mail/neomutt/DEPENDS
index 7853ccd..0ce6ca8 100755
--- a/mail/neomutt/DEPENDS
+++ b/mail/neomutt/DEPENDS
@@ -70,16 +70,18 @@ optional_depends "libidn2"
\
"--disable-idn2" \
"to use GNU libidn2 for domain names" &&

-# If they have POP/IMAP then prompt again for SSL to get --ssl.
-optional_depends "SSL" \
- "--ssl" \
- "" \
- "to enable SSL support for POP/IMAP" &&

optional_depends "gnutls" \
"--gnutls" \
"" \
"to enable SSL support for POP/IMAP via gnutls" &&
+if ! is_depends_enabled "${SPELL}" "gnutls"; then
+ # If they have POP/IMAP then prompt again for SSL to get --ssl.
+ optional_depends "SSL" \
+ "--ssl" \
+ "" \
+ "to enable SSL support for POP/IMAP"
+fi &&

optional_depends "LIBSASL" \
"--sasl" \
diff --git a/mail/neomutt/HISTORY b/mail/neomutt/HISTORY
index 193f74b..a6fa68c 100644
--- a/mail/neomutt/HISTORY
+++ b/mail/neomutt/HISTORY
@@ -1,5 +1,6 @@
2025-12-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 20251211
+ * DEPENDS: gnutls and SSL are mutually exclusive

2025-09-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 20250905


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (4f000b24d93ec639e2b18452d4b8a418c0a57b99), Pavel Vinogradov, 12/12/2025

Archive powered by MHonArc 2.6.24.

Top of Page