Created attachment 169129 [details] patch The port makefile still causes this warning: USE_AUTOTOOLS is deprecated, please use USES=autoreconf and GNU_CONFIGURE=yes Attached is a patch that tries to implement a fix for this (and one small other fix). Testbuilds are fine.
Looks good, I will test soon. The GNU_CONFIGURE option should read "yes" I think.
Created attachment 169143 [details] patch for 1.6.0 fixing idea when no iconv is installed Attached patch additionally adds code which keeps mutt running even when no libiconv is installed, cf. https://dev.mutt.org/trac/wiki/UpgradingTips. This will be fixed with mutt 1.6.1 - until then we use the upstream patch included. Therefore PORTREVISION is bumped.
Forgot to mention: this especially fixes the mutt-lite slave port.
testbuilds@work
A commit references this bug: Author: pi Date: Sun Apr 10 12:53:27 UTC 2016 New revision: 412928 URL: https://svnweb.freebsd.org/changeset/ports/412928 Log: mail/mutt: some fixes - changed from USE_AUTOTOOLS (deprecated) to USES=autoreconf - mutt-lite slave port fix for no-libiconv-case PR: 208658 Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer) Changes: head/mail/mutt/Makefile head/mail/mutt/files/extra-patch-idna_no_iconv
Committed, thanks!
*** Bug 208690 has been marked as a duplicate of this bug. ***