pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt Restore mutt-compressed-mbox option. While i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de8316cd3ad8
branches:  trunk
changeset: 364470:de8316cd3ad8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 25 14:34:25 2017 +0000

description:
Restore mutt-compressed-mbox option. While it doesn't need a patch,
it still needs a non-default configure flag.

diffstat:

 mail/mutt/options.mk |  15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 0025a1e93b04 -r de8316cd3ad8 mail/mutt/options.mk
--- a/mail/mutt/options.mk      Sun Jun 25 12:39:09 2017 +0000
+++ b/mail/mutt/options.mk      Sun Jun 25 14:34:25 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.29 2017/04/20 08:59:24 jperkin Exp $
+# $NetBSD: options.mk,v 1.30 2017/06/25 14:34:25 joerg Exp $
 
 # Global and legacy options
 
@@ -7,10 +7,10 @@
 PKG_OPTIONS_GROUP.display=     curses wide-curses slang
 PKG_SUPPORTED_OPTIONS= debug gpgme idn ssl smime sasl
 # TODO: add kyoto cabinet and lmdb backend options for header cache
-PKG_SUPPORTED_OPTIONS+=        mutt-hcache tokyocabinet mutt-smtp
+PKG_SUPPORTED_OPTIONS+=        mutt-hcache mutt-compressed-mbox tokyocabinet mutt-smtp
 PKG_SUPPORTED_OPTIONS+=        gssapi
 PKG_SUGGESTED_OPTIONS= curses gpgme mutt-hcache mutt-smtp smime ssl
-PKG_SUGGESTED_OPTIONS+= gssapi
+PKG_SUGGESTED_OPTIONS+= gssapi mutt-compressed-mbox
 PKG_OPTIONS_LEGACY_OPTS+=      ncurses:curses ncursesw:wide-curses
 
 .include "../../mk/bsd.options.mk"
@@ -105,6 +105,15 @@
 .endif
 
 ###
+### Compressed mail boxes
+###
+.if !empty(PKG_OPTIONS:Mmutt-compressed-mbox)
+CONFIGURE_ARGS+=       --enable-compressed
+.else
+CONFIGURE_ARGS+=       --disable-compressed
+.endif
+
+###
 ### Internal SMTP relay support
 ###
 .if !empty(PKG_OPTIONS:Mmutt-smtp)



Home | Main Index | Thread Index | Old Index