Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (348ab22beaa2d5418712cad77d5d628de523350d)
  • Date: Fri, 15 Oct 2021 19:26:51 +0000

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

mail/neomutt/CONFIGURE | 10 +++++++---
mail/neomutt/DEPENDS | 6 ++++--
mail/neomutt/HISTORY | 3 +++
3 files changed, 14 insertions(+), 5 deletions(-)

New commits:
commit 348ab22beaa2d5418712cad77d5d628de523350d
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

mail/neomutt: no slang support for scm branch

diff --git a/mail/neomutt/CONFIGURE b/mail/neomutt/CONFIGURE
index bdb2285..521e3ab 100755
--- a/mail/neomutt/CONFIGURE
+++ b/mail/neomutt/CONFIGURE
@@ -1,6 +1,10 @@
-config_query_list TERMINAL_LIBRARY \
- "Build against which terminal library?" \
- ncurses slang &&
+if [[ "${NEOMUTT_BRANCH}" == "scm" ]]; then
+ persistent_remove TERMINAL_LIBRARY
+else
+ config_query_list TERMINAL_LIBRARY \
+ "Build against which terminal library?" \
+ ncurses slang
+fi &&

config_query_list HCACHE_BACKEND "Use which header cache backend?" \
none gdbm db lmdb &&
diff --git a/mail/neomutt/DEPENDS b/mail/neomutt/DEPENDS
index 832d180..00b43fb 100755
--- a/mail/neomutt/DEPENDS
+++ b/mail/neomutt/DEPENDS
@@ -1,5 +1,8 @@
if [[ "${NEOMUTT_BRANCH}" == "scm" ]]; then
- depends git
+ depends git &&
+ depends ncurses
+else
+ depends "${TERMINAL_LIBRARY}" "--with-ui=${TERMINAL_LIBRARY}"
fi &&

persistent_remove TMP_NEOMUTT_OPTS &&
@@ -9,7 +12,6 @@ optional_depends "MAIL-TRANSPORT-AGENT"
\
"" \
"to send mail" &&

-depends "${TERMINAL_LIBRARY}" "--with-ui=${TERMINAL_LIBRARY}" &&

optional_depends "GNUPG" \
"" \
diff --git a/mail/neomutt/HISTORY b/mail/neomutt/HISTORY
index b30e2c0..03bba85 100644
--- a/mail/neomutt/HISTORY
+++ b/mail/neomutt/HISTORY
@@ -1,3 +1,6 @@
+2021-10-15 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS: scm branch dropped slang support
+
2021-05-26 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 20210205




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (348ab22beaa2d5418712cad77d5d628de523350d), Pavel Vinogradov, 10/15/2021

Archive powered by MHonArc 2.6.24.

Top of Page