CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/04/12 14:34:03
Modified files:
mail/neomutt : Makefile distinfo
mail/neomutt/patches: patch-conn_sasl_c
Added files:
mail/neomutt/patches: patch-auto_def
Removed files:
mail/neomutt/patches: patch-nntp_newsrc_c
Log message:
update to neomutt-20220408
patch configure script to avoid build failure; some functions don't
exist in our old libcurses, but the toolchain doesn't return an error
when trying to link a program that has missing functions, you actually
need to try to run it to notice the problem, so the script thinks that
they exist and tries to use them, only failing later on a missing
prototype.