diff options
author | wiz <wiz> | 2014-04-18 12:55:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-04-18 12:55:26 +0000 |
commit | 7d2089f563013b8cba367c98e059776d6f7be500 (patch) | |
tree | 0b6367e62e9bc243b645c6044cd12ae14138d664 /mail | |
parent | fb9fc19855a1d1eda0e76ea59ebbb8aada055b6b (diff) | |
download | pkgsrc-7d2089f563013b8cba367c98e059776d6f7be500.tar.gz |
Add patch for sidebar for 1.5.23.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/distinfo | 5 | ||||
-rw-r--r-- | mail/mutt-devel/options.mk | 14 |
2 files changed, 8 insertions, 11 deletions
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo index 83906aa013d..6c7fded0822 100644 --- a/mail/mutt-devel/distinfo +++ b/mail/mutt-devel/distinfo @@ -1,8 +1,11 @@ -$NetBSD: distinfo,v 1.79 2014/03/12 23:55:56 tron Exp $ +$NetBSD: distinfo,v 1.80 2014/04/18 12:55:26 wiz Exp $ SHA1 (mutt-1.5.23.tar.gz) = 8ac821d8b1e25504a31bf5fda9c08d93a4acc862 RMD160 (mutt-1.5.23.tar.gz) = 2476a9e202ab1cd20a512253246e37538e0aad5a Size (mutt-1.5.23.tar.gz) = 3782032 bytes +SHA1 (patch-1.5.23.sidebar.20140412.txt) = 8b86f148d8e1a0b37b0b77268349f4c94e797561 +RMD160 (patch-1.5.23.sidebar.20140412.txt) = 55b691a9d959040d2844644c165b10377a53744d +Size (patch-1.5.23.sidebar.20140412.txt) = 66728 bytes SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372 SHA1 (patch-ab) = 857799206db0784672ad9042799eb12703711a31 SHA1 (patch-ac) = 40d119b7efed1a4622c42badc9ee97349b504044 diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk index c3ce8dfc856..41146ec2fce 100644 --- a/mail/mutt-devel/options.mk +++ b/mail/mutt-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.44 2013/10/18 10:23:55 tron Exp $ +# $NetBSD: options.mk,v 1.45 2014/04/18 12:55:26 wiz Exp $ # Global and legacy options @@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS= debug gpgme idn ssl smime sasl PKG_SUPPORTED_OPTIONS+= mutt-hcache tokyocabinet mutt-smtp # Comment the following line out on updates. #PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox -#PKG_SUPPORTED_OPTIONS+= mutt-sidebar +PKG_SUPPORTED_OPTIONS+= mutt-sidebar #PKG_SUPPORTED_OPTIONS+= mutt-xlabel PKG_SUGGESTED_OPTIONS= ssl smime curses @@ -139,16 +139,10 @@ CONFIGURE_ARGS+= --disable-smtp ### Sidebar support ### .if !empty(PKG_OPTIONS:Mmutt-sidebar) -PATCH_SITES+= http://spacehopper.org/mutt/ -PATCHFILES+= sidebar-5302767aa6aa.gz +PATCH_SITES+= http://lunar-linux.org/~tchan/mutt/ +PATCHFILES+= patch-1.5.23.sidebar.20140412.txt PATCH_DIST_STRIP= -p1 PATCH_FUZZ_FACTOR= -F1 -SUBST_CLASSES+= sidebar -SUBST_MESSAGE.sidebar= Patch Makefile.in to avoid autoreconf for sidebar -SUBST_STAGE.sidebar= post-patch -SUBST_FILES.sidebar= Makefile.in -SUBST_SED.sidebar= -e 's,lib.c \\,lib.c sidebar.c \\,' -SUBST_SED.sidebar+= -e 's, lib\.\(.(OBJEXT)\), lib.\1 sidebar.\1,' .endif ### |