On Sat, Apr 28 2018, Solene Rapenne <sol...@perso.pw> wrote: > mu (including mu4e for emacs) has been updated to 1.0, following diff > updates the port and I would like to take maintainership too for it. > > It requires an newer automake, it was failing with 1.11. After update, > the mu mail database should be rebuilt. Emacs tells you how once you > want to start mu4e after upgrade mu package. > > mu index --maildir=/home/path/to/maildir --rebuild
Looks good except for the compiler requirements: this now needs C++14 support, and ports-gcc is not enough. I tried overriding the autoconf checks but the build fails later with the hack below. --8<-- .include <bsd.port.mk> .if ${CHOSEN_COMPILER} == "ports-gcc" CONFIGURE_ENV= ax_cv_cxx_compile_cxx14=yes CXXFLAGS= -std=gnu++14 .endif -->8-- So with --8<-- # C++14 required COMPILER= base-clang ports-clang -->8-- added, ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE