Created attachment 234043 [details] Update to 2.2.5 add GNU SASL option - Update to bug fix release 2.2.5 [1] - Add GNU SASL support - Move SASL auth to a OPTIONS_SINGLE SASL_CYRUS Cyrus SASL default (old SASL option) SASL_GSASL GNU SASL portlint: ok. 2 expect warnings. no PORT_OPTIONS:MSASL_NONE appears muttlib.c patched multiple times testport: ok. 130amd64. Testing with new options SASL_CYRUS, SASL_GSASL, and SASL_NONE. SASL_CYRUS added configure flags: --with-sasl=/usr/local --without-gsasl =>> Checking shared library dependencies ... 0x0000000000000001 NEEDED Shared library: [libsasl2.so.3] ... SASL_GSASL added configure flags: --without-sasl --with-gsasl=/usr/local =>> Checking shared library dependencies ... 0x0000000000000001 NEEDED Shared library: [libgsasl.so.7] ... SASL_NONE added configure flags: --without-sasl --without-gsasl Not linking to either SASL auth lib in =>> Checking shared library dependencies
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=294c4c05d6916e5c0a397806c154b914f3c326f2 commit 294c4c05d6916e5c0a397806c154b914f3c326f2 Author: Derek Schrock <dereks@lifeofadishwasher.com> AuthorDate: 2022-05-20 07:06:25 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-05-20 15:37:41 +0000 mail/mutt: Update to 2.2.5 add GNU SASL option ChangeLog: https://marc.info/?l=mutt-users&m=165272386215588&w=2 * Move SASL auth to a OPTIONS_SINGLE SASL_CYRUS Cyrus SASL default (old SASL option) SASL_GSASL GNU SASL PR: 264091 Reported by: dereks@lifeofadishwasher.com (maintainer) mail/mutt/Makefile | 21 +++++++++++++-------- mail/mutt/distinfo | 6 +++--- 2 files changed, 16 insertions(+), 11 deletions(-)
Committed, Thanks!