summaryrefslogtreecommitdiff
path: root/mail/neomutt/options.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-01-17 12:32:42 +0000
committerwiz <wiz@pkgsrc.org>2017-01-17 12:32:42 +0000
commitfbdc9ae86c272314eb4f2b98b61fb9e47ece46a0 (patch)
tree1ece51f238a0656cd6f51c6eae887f69f2f3db1d /mail/neomutt/options.mk
parentf565ee1e859355940086def52fb990f8ddcb1f69 (diff)
downloadpkgsrc-fbdc9ae86c272314eb4f2b98b61fb9e47ece46a0.tar.gz
Updated neomutt to 20170113.
2017-01-13 Richard Russon <rich@flatcap.org> * Features - Allow custom status flags in index_format - $from_chars highlights differences in authorship - notmuch: make 'Folder' and 'Tags' respect (un)ignore - notmuch: add "virtual-unmailboxes" command * Bug Fixes - pick smarter default for $sidebar_divider_char - status color breaks "mutt -D" - Enable reconstruct-thread in the pager - manually touch 'atime' when reading a mbox file - allow $to_chars to contain Unicode characters - increase the max lmdb database size - restore limit current thread - don't reset the alarm unless we set it - some more places that may get NULL pointers - rework initials to allow unicode characters * Translations - Spanish translation - German translation * Docs - Improve whitespace and grammar on the NNTP feature page - make $to_chars docs more legible - de-tab the DocBook - fix 301 redirects * Build - New configure option --enable-everything - add a constant for an aborted question - enhance mutt_to_base64() (and callers) - Fix configure.ac to require md5 if hcache is enabled - Bail if a selected hcache backend cannot be found - refactor mutt_matches_ignore - fix hcache + make dist - add unicode string helper function - Re-indent configure.ac - generate devel version suffix - fix check_sec.sh warnings - remove unnecessary #ifdef's - add missing #ifdef for nntp - ignore some configure temp files - fix "make dist" target - fix function prototypes - fix coverity warnings - notmuch: drop strndup, replace with mutt_substrdup * Upstream - Fix failure with GPGME 1.8: do not steal the gpgme_ prefix. - search muttrc file according to XDG Base Specification (closes #3207) - Improve openssl interactive_check_cert. (closes #3899) - Add mutt_array_size macro, change interactive_check_cert() to use it. (see #3899) - Return to pager upon aborting a jump operation. (closes #3901) - Change sidebar_spoolfile coloring to be lower precedence. - Move '@' pattern modifier documentation to the right section. - Add setenv/unsetenv commands. - Rework OpenSSL certificate verification to support alternative chains. (closes #3903) - Add option to control whether threads uncollapse when new mail arrives. - In the manual, replaced 2 para by example (similar to the first example). - Create mbchar_table type for multibyte character arrays. (see #3024) - Make to_chars and status_chars accept mulitibyte characters. (closes #3024)
Diffstat (limited to 'mail/neomutt/options.mk')
-rw-r--r--mail/neomutt/options.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/neomutt/options.mk b/mail/neomutt/options.mk
index 7ac9e7c5f6f..2b3bb9b30f9 100644
--- a/mail/neomutt/options.mk
+++ b/mail/neomutt/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2016/10/04 21:52:36 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2017/01/17 12:32:42 wiz Exp $
# Global and legacy options
@@ -96,7 +96,6 @@ CONFIGURE_ARGS+= --disable-smime
.if !empty(PKG_OPTIONS:Mmutt-hcache)
. if !empty(PKG_OPTIONS:Mtokyocabinet)
. include "../../databases/tokyocabinet/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-hcache
CONFIGURE_ARGS+= --with-tokyocabinet
CONFIGURE_ARGS+= --without-gdbm
CONFIGURE_ARGS+= --without-bdb
@@ -104,7 +103,7 @@ CONFIGURE_ARGS+= --without-bdb
BDB_ACCEPTED= db4 db5
BUILDLINK_TRANSFORM+= l:db:${BDB_TYPE}
. include "../../mk/bdb.buildlink3.mk"
-CONFIGURE_ARGS+= --enable-hcache
+CONFIGURE_ARGS+= --with-bdb
CONFIGURE_ARGS+= --without-gdbm
# BDB_INCLUDE_DIR_ and BDB_LIB_DIR don't have to be particularly accurate
# since the real -I and -L flags are added by buildlink already.