View | Details | Raw Unified | Return to bug 270693 | Differences between
and this patch

Collapse All | Expand All

(-)b/mail/neomutt/Makefile (-1 / +1 lines)
Lines 25-31 OPTIONS_SUB= yes Link Here
25
SHEBANG_FILES=	contrib/smime_keys
25
SHEBANG_FILES=	contrib/smime_keys
26
26
27
OPTIONS_DEFINE=	NLS DOCS SASL IDN FLOCK GPGME NOTMUCH
27
OPTIONS_DEFINE=	NLS DOCS SASL IDN FLOCK GPGME NOTMUCH
28
OPTIONS_DEFAULT=SASL TOKYOCABINET NOTMUCH GPGME LMDB NCURSES GSSAPI_BASE
28
OPTIONS_DEFAULT=SASL TOKYOCABINET NOTMUCH GPGME LMDB GSSAPI_BASE
29
OPTIONS_MULTI=	HCACHE
29
OPTIONS_MULTI=	HCACHE
30
OPTIONS_MULTI_HCACHE=	BDB GDBM KYOTOCABINET LMDB QDBM TOKYOCABINET
30
OPTIONS_MULTI_HCACHE=	BDB GDBM KYOTOCABINET LMDB QDBM TOKYOCABINET
31
OPTIONS_SINGLE=	GSSAPI
31
OPTIONS_SINGLE=	GSSAPI
(-)b/mail/neomutt/files/patch-autosetup_autosetup-find-tclsh (+15 lines)
Added Link Here
1
auto.def started using 'lmap' between`neomutt-20220429`and neomutt-20230322
2
tclsh8.5 does not support that.
3
https://github.com/neomutt/neomutt/issues/3808
4
5
--- autosetup/autosetup-find-tclsh.orig	2023-03-22 15:35:11 UTC
6
+++ autosetup/autosetup-find-tclsh
7
@@ -4,7 +4,7 @@
8
 # Prefer $autosetup_tclsh if is set in the environment (unless ./jimsh0 works)
9
 # If an argument is given, use that as the test instead of autosetup-test-tclsh
10
 d="`dirname "$0"`"
11
-for tclsh in ./jimsh0 $autosetup_tclsh jimsh tclsh tclsh8.5 tclsh8.6 tclsh8.7; do
12
+for tclsh in ./jimsh0 $autosetup_tclsh jimsh tclsh tclsh8.6 tclsh8.7; do
13
 	{ $tclsh "$d/${1-autosetup-test-tclsh}"; } 2>/dev/null && exit 0
14
 done
15
 echo 1>&2 "No installed jimsh or tclsh, building local bootstrap jimsh0"

Return to bug 270693