On Sun, Apr 10, 2016 at 09:34:17AM +0200, Andreas Kusalananda K�h�ri wrote: > Hi, > > Mutt was recently updated to 1.6.0 in pkgsrc, but the compressed mbox > option (mutt-compressed-mbox) was commented out. > > This patch enables the option again. The "patch-1.6.0.rr.compressed.gz" > patch seems to be up to date and seems to be working as intended: However, to build without errors, you need textproc/docbook-xsl installed (not just textproc/libxslt as the options.mk file says), or it will fail to build the documentation properly (this was a problem previously too). So, new diff for options.mk: Index: options.mk =================================================================== RCS file: /Users/akk/NetBSD-CVS/pkgsrc/mail/mutt/options.mk,v retrieving revision 1.20 diff -u -r1.20 options.mk --- options.mk 25 Feb 2016 15:00:51 -0000 1.20 +++ options.mk 10 Apr 2016 10:34:20 -0000 @@ -12,7 +12,7 @@ PKG_SUGGESTED_OPTIONS= curses gpgme mutt-hcache mutt-smtp smime ssl # un-comment out the following lines whenever updating distinfo # and patches are up-to-date -#PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox +PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox #PKG_SUGGESTED_OPTIONS+= mutt-sidebar .include "../../mk/bsd.options.mk" @@ -135,6 +135,7 @@ SUBST_SED.compress+= -e 's,^mutt_OBJECTS = ,mutt_OBJECTS = compress.o ,' # add xsltproc to be able to regenerate the documentation BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt +BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl .endif ### > > Index: distinfo > =================================================================== > RCS file: /Users/kk/NetBSD-CVS/pkgsrc/mail/mutt/distinfo,v > retrieving revision 1.41 > diff -u -r1.41 distinfo > --- distinfo 9 Apr 2016 08:47:36 -0000 1.41 > +++ distinfo 10 Apr 2016 07:27:01 -0000 > @@ -4,6 +4,10 @@ > RMD160 (mutt-1.6.0.tar.gz) = 1ea7153ef05413d0068b5478acad87927e5cecdb > SHA512 (mutt-1.6.0.tar.gz) = 601d5f70c7cd30903799714cd85b80f9650a029e621d044075e123656411dde809d5cef24a40ba49860bc242cf4a0b914c703deb5a7125b3a24eeb93f4ae3c4c > Size (mutt-1.6.0.tar.gz) = 3954591 bytes > +SHA1 (patch-1.6.0.rr.compressed.gz) = 9a672673dd0bd4a2c1624627a8be3c558af2a5d8 > +RMD160 (patch-1.6.0.rr.compressed.gz) = f648b17a84b48c3e8529f45df48ff8bce908dc08 > +SHA512 (patch-1.6.0.rr.compressed.gz) = 2b37b84cb930bcc3809910c400298e798d293d7c351b58b59b44d76f48263af1c068a282c6a3baa7de8f42a23c0a86a4dabb11919be892356eff5bf303b199d9 > +Size (patch-1.6.0.rr.compressed.gz) = 9977 bytes > SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372 > SHA1 (patch-ab) = 7c307068e129eb71ba251d175186dc9c5b171681 > SHA1 (patch-ac) = 40d119b7efed1a4622c42badc9ee97349b504044 > Index: options.mk > =================================================================== > RCS file: /Users/kk/NetBSD-CVS/pkgsrc/mail/mutt/options.mk,v > retrieving revision 1.20 > diff -u -r1.20 options.mk > --- options.mk 25 Feb 2016 15:00:51 -0000 1.20 > +++ options.mk 10 Apr 2016 07:20:30 -0000 > @@ -12,7 +12,7 @@ > PKG_SUGGESTED_OPTIONS= curses gpgme mutt-hcache mutt-smtp smime ssl > # un-comment out the following lines whenever updating distinfo > # and patches are up-to-date > -#PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox > +PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox > #PKG_SUGGESTED_OPTIONS+= mutt-sidebar > > .include "../../mk/bsd.options.mk" > > -- > Andreas Kusalananda Kähäri, Bioinformatics Developer, Uppsala, Sweden > OpenPGP: url=https://db.tt/2zaB1E7y; id=46082BDF > ------------------------------------------------------------------------ -- Andreas Kusalananda Kähäri, Bioinformatics Developer, Uppsala, Sweden OpenPGP: url=https://db.tt/2zaB1E7y; id=46082BDF ------------------------------------------------------------------------
Attachment:
signature.asc
Description: PGP signature