Hi, Since kc can now be built on macppc (diff sent previously), here is a diff that enables kc support for macppc in neomutt.
I've built neomutt and its 3 flavours without issues. I've also tested by creating a basic neomuttrc with: [...] set header_cache=/tmp/neocache set header_cache_backend=kyotocabinet in it. The resulting file is, as expected, a proper kc database, kcutilmgr(1) works fine against /tmp/neocache. OK? Charlène. Index: Makefile =================================================================== RCS file: /cvs/ports/mail/neomutt/Makefile,v retrieving revision 1.60 diff -u -p -u -p -r1.60 Makefile --- Makefile 5 Oct 2020 19:46:17 -0000 1.60 +++ Makefile 8 Oct 2020 16:34:02 -0000 @@ -5,7 +5,7 @@ COMMENT= tty-based e-mail client, Mutt w GH_ACCOUNT= neomutt GH_PROJECT= neomutt GH_TAGNAME= 20200925 -REVISION= 0 +REVISION= 1 CATEGORIES= mail HOMEPAGE= https://neomutt.org/ @@ -72,7 +72,7 @@ WANTLIB+= notmuch .endif .include <bsd.port.arch.mk> -.if ${MACHINE_ARCH} != hppa && ${MACHINE_ARCH} != powerpc +.if ${MACHINE_ARCH} != hppa LIB_DEPENDS+= databases/kyotocabinet WANTLIB+= kyotocabinet CONFIGURE_ARGS+= --kyotocabinet
