Add a mutt-xlabel option, for the edit-label patch, which improves the support
for the X-Label flag in mutt. Suggested by Michael-John Turner
This commit is contained in:
parent
8bd1083b89
commit
2c2902faee
2 changed files with 15 additions and 4 deletions
|
@ -1,8 +1,11 @@
|
|||
$NetBSD: distinfo,v 1.46 2008/03/08 14:28:32 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.47 2008/04/26 11:11:15 tonio Exp $
|
||||
|
||||
SHA1 (mutt-1.5.17.tar.gz) = 6b51745fc4baf463adde53e91efb2a6c7eec8492
|
||||
RMD160 (mutt-1.5.17.tar.gz) = e5c84a27ad25730afe64879e91bed89a021e0580
|
||||
Size (mutt-1.5.17.tar.gz) = 3572651 bytes
|
||||
SHA1 (patch-1.5.14.dgc.xlabel_ext.9) = a5e3a6542d16c3a4fbd833986655bdc5c7896e5e
|
||||
RMD160 (patch-1.5.14.dgc.xlabel_ext.9) = 137d89ca5d9001efb8bea79ea523487b22145384
|
||||
Size (patch-1.5.14.dgc.xlabel_ext.9) = 12881 bytes
|
||||
SHA1 (patch-1.5.17.rr.compressed.1.gz) = 1f28b1a270871332a0c4dbaf11dd7132431b98db
|
||||
RMD160 (patch-1.5.17.rr.compressed.1.gz) = 39e244d2bf9e6db5f9c9d88f2b64d8aa7ea6b87b
|
||||
Size (patch-1.5.17.rr.compressed.1.gz) = 10589 bytes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.29 2008/04/12 22:43:03 jlam Exp $
|
||||
# $NetBSD: options.mk,v 1.30 2008/04/26 11:11:15 tonio Exp $
|
||||
|
||||
# Global and legacy options
|
||||
|
||||
|
@ -6,7 +6,7 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.mutt
|
|||
PKG_OPTIONS_REQUIRED_GROUPS= display
|
||||
PKG_OPTIONS_GROUP.display= slang ncurses ncursesw curses
|
||||
PKG_SUPPORTED_OPTIONS= debug gpgme idn ssl smime sasl
|
||||
PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox mutt-hcache mutt-smtp
|
||||
PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox mutt-hcache mutt-smtp mutt-xlabel
|
||||
PKG_SUGGESTED_OPTIONS= ssl smime curses
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
@ -99,7 +99,6 @@ CONFIGURE_ARGS+= --disable-hcache
|
|||
|
||||
###
|
||||
### Compressed mail boxes
|
||||
### Internal SMTP relay support
|
||||
###
|
||||
.if !empty(PKG_OPTIONS:Mmutt-compressed-mbox)
|
||||
PATCH_SITES= http://www.spinnaker.de/mutt/compressed/
|
||||
|
@ -117,6 +116,15 @@ CONFIGURE_ARGS+= --enable-smtp
|
|||
CONFIGURE_ARGS+= --disable-smtp
|
||||
.endif
|
||||
|
||||
###
|
||||
### X-Label header support
|
||||
###
|
||||
.if !empty(PKG_OPTIONS:Mmutt-xlabel)
|
||||
PATCH_SITES= http://home.uchicago.edu/~dgc/sw/mutt/
|
||||
PATCHFILES+= patch-1.5.14.dgc.xlabel_ext.9
|
||||
PATCH_DIST_STRIP= -p1
|
||||
.endif
|
||||
|
||||
###
|
||||
### Internationalized Domain Names
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue