Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4f3d2a79e53be1e150cfe60ac815c92aab28d971)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4f3d2a79e53be1e150cfe60ac815c92aab28d971)
  • Date: Fri, 13 Jan 2023 06:10:05 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mail/mutt/CONFIGURE | 6 ++----
mail/mutt/DEPENDS | 38 +++++++++++++++++++-------------------
mail/mutt/DETAILS | 2 +-
mail/mutt/HISTORY | 4 ++++
4 files changed, 26 insertions(+), 24 deletions(-)

New commits:
commit 4f3d2a79e53be1e150cfe60ac815c92aab28d971
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mutt: => 2.2.9

diff --git a/mail/mutt/CONFIGURE b/mail/mutt/CONFIGURE
index 232e8b9..8476b74 100755
--- a/mail/mutt/CONFIGURE
+++ b/mail/mutt/CONFIGURE
@@ -73,10 +73,8 @@ config_query_option MUTT_OPTS "Enable the header cache?"
\
"--enable-hcache" \
"--disable-hcache" &&
if list_find "${MUTT_OPTS}" "--enable-hcache"; then
- local BACKENDS="db gdbm" &&
- if [[ "${MUTT_BRANCH}" != "stable" ]]; then
- BACKENDS+=" lmdb"
- fi &&
+ local BACKENDS="gdbm lmdb qdbm db tokyocabinet kyotocabinet" &&
+
config_query_list HCACHE_BACKEND "Use which header cache backend?" \
${BACKENDS}
fi &&
diff --git a/mail/mutt/DEPENDS b/mail/mutt/DEPENDS
index 24f81f1..ebd061a 100755
--- a/mail/mutt/DEPENDS
+++ b/mail/mutt/DEPENDS
@@ -35,27 +35,27 @@ optional_depends "gpgme"
\
"alternate backend for PGP and S/MIME" &&

case ${HCACHE_BACKEND} in
- db)
- depends "${HCACHE_BACKEND}" "--with-bdb --without-gdbm
--without-lmdb" ;;
+ db)
+ depends "${HCACHE_BACKEND}" "--with-bdb --without-gdbm --without-lmdb
--without-qdbm --without-tokyocabinet --without-kyotocabinet"
+ ;;
lmdb)
- depends "${HCACHE_BACKEND}" "--with-lmdb --without-db
--without-gdbm" ;;
+ depends "${HCACHE_BACKEND}" "--with-lmdb --without-bdb --without-gdbm
--without-qdbm --without-tokyocabinet --without-kyotocabinet"
+ ;;
gdbm)
- depends "${HCACHE_BACKEND}" "--with-gdbm --without-db
--without-lmdb" ;;
- *)
- ;;
- esac &&
-
-if [[ "${MUTT_BRANCH}" != "stable" ]]; then
- optional_depends "tokyocabinet" \
- "" \
- "--without-tokyocabinet" \
- "Use tokyocabinet?" &&
-
- optional_depends "kyotocabinet" \
- "" \
- "--without-kyotocabinet" \
- "Use kyotocabinet?"
-fi &&
+ depends "${HCACHE_BACKEND}" "--with-gdbm --without-bdb --without-lmdb
--without-qdbm --without-tokyocabinet --without-kyotocabinet"
+ ;;
+ qdbm)
+ depends "${HCACHE_BACKEND}" "--with-qdbm --without-bdb --without-lmdb
--without-gdbm --without-tokyocabinet --without-kyotocabinet"
+ ;;
+ tokyocabinet)
+ depends "${HCACHE_BACKEND}" "--with-tokyocabinet --without-bdb
--without-lmdb --without-gdbm --without-qdbm --without-kyotocabinet"
+ ;;
+ kyotocabinet)
+ depends "${HCACHE_BACKEND}" "--with-kyotocabinet --without-bdb
--without-lmdb --without-gdbm --without-tokyocabinet --without-qdbm"
+ ;;
+ *)
+ ;;
+esac &&

optional_depends "libidn" \
"--with-idn" \
diff --git a/mail/mutt/DETAILS b/mail/mutt/DETAILS
index 5126316..1fb6424 100755
--- a/mail/mutt/DETAILS
+++ b/mail/mutt/DETAILS
@@ -12,7 +12,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-scm
;;
*)
- VERSION=2.2.7
+ VERSION=2.2.9
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_URL[0]=ftp://ftp.mutt.org/pub/mutt/${SOURCE}
diff --git a/mail/mutt/HISTORY b/mail/mutt/HISTORY
index f8c9fb9..b684bdd 100644
--- a/mail/mutt/HISTORY
+++ b/mail/mutt/HISTORY
@@ -1,3 +1,7 @@
+2023-01-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.2.9
+ * DEPENDS, CONFIGURE: clean up header cache backends
+
2022-10-20 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.2.7




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4f3d2a79e53be1e150cfe60ac815c92aab28d971), Vlad Glagolev, 01/13/2023

Archive powered by MHonArc 2.6.24.

Top of Page