[Bug 264091] mail/mutt: Update to 2.2.5 add GNU SASL option

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 19 May 2022 23:46:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264091

            Bug ID: 264091
           Summary: mail/mutt: Update to 2.2.5 add GNU SASL option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://marc.info/?l=mutt-users&m=165272386215588&w=2
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dereks@lifeofadishwasher.com
 Attachment #234043 maintainer-approval+
             Flags:

Created attachment 234043
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234043&action=edit
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

-- 
You are receiving this mail because:
You are the assignee for the bug.