diff options
author | tonio <tonio> | 2008-04-26 11:11:15 +0000 |
---|---|---|
committer | tonio <tonio> | 2008-04-26 11:11:15 +0000 |
commit | c85a498a8f6bdd08dee8591623e83c5b72422a88 (patch) | |
tree | 98fdc67cd82c3974c18886f5fa96b8af4fb44659 | |
parent | 0c04d6b2b6a04afa2d5f00fe39de97cf2978c1da (diff) | |
download | pkgsrc-c85a498a8f6bdd08dee8591623e83c5b72422a88.tar.gz |
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
-rw-r--r-- | mail/mutt-devel/distinfo | 5 | ||||
-rw-r--r-- | mail/mutt-devel/options.mk | 14 |
2 files changed, 15 insertions, 4 deletions
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo index 4a880e69d53..ff010517933 100644 --- a/mail/mutt-devel/distinfo +++ b/mail/mutt-devel/distinfo @@ -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 diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk index d78ba3a2fe0..c5338192131 100644 --- a/mail/mutt-devel/options.mk +++ b/mail/mutt-devel/options.mk @@ -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/ @@ -118,6 +117,15 @@ 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 ### .if !empty(PKG_OPTIONS:Midn) |