pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mutt



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Jun 25 14:34:25 UTC 2017

Modified Files:
        pkgsrc/mail/mutt: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/mutt/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mutt/options.mk
diff -u pkgsrc/mail/mutt/options.mk:1.29 pkgsrc/mail/mutt/options.mk:1.30
--- pkgsrc/mail/mutt/options.mk:1.29    Thu Apr 20 08:59:24 2017
+++ pkgsrc/mail/mutt/options.mk Sun Jun 25 14:34:25 2017
@@ -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_REQUIRED_GROUPS=  display
 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 @@ CONFIGURE_ARGS+=   --disable-hcache
 .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