On Sun, Mar 12 2017, David Bremner <david@tethera.net> wrote: > Thomas Klausner <tk@giga.or.at> writes: > >> >> 1. pkgsrc's copy of rst2man is called "rst2man.py". The configure test >> > > Since I see notmuch in pkgsrc for netbsd, I guess things have improved. > I had a quick look at the pkgsrc patches [1]. I don't think we're > interested in carrying the zlib workarounds upstream, but I guess we Note that notmuch dump/restore may not work correctly with zlib 1.2.3 ! I tried a while ago (someone suggested on this mailing list) and got corrupted data. If newer netbsd has newer zlib I'd suggest to use that. My 3-year old "supportive patch" https://notmuchmail.org/pipermail/notmuch/2014/017918.html still works nicely (building with it on one system and using in two). > could look at a rename of libutil.a. 'libmyutil.a' is not really nice, > but I guess we could use libnmutil.a or libnotmuch_util.a. > > Any upstream contributors with opinions on what colour we should paint > this particular unicycle shed? >From those 2 my vote would be libnotmuch_util.a. I'd think more of it but I probably forget. > > d > > [1]: http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/mail/notmuch/patches/ Tomi