Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2023 20:16:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271395] mail/mutt: SASL always disabled
Message-ID:  <bug-271395-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271395

            Bug ID: 271395
           Summary: mail/mutt: SASL always disabled
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dereks@lifeofadishwasher.com

Created attachment 242148
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D242148&action=
=3Dedit
Fix SASL options

With 60ba31d73e SASL_NONE_CONFIGURE_WITH however with it unchecked
--without-sasl was added.  Always disabling sasl no matter the sasl option
selected.

Use OPT_CONFIGURE_OFF and OPT_CONFIGURE_ON to make sure --without-sasl isn't
added when SASL_NONE is unchecked.


portlint: ok. 1 expected warning. multi patch=20
testport: ok. 13amd64.


Building default options we get: ... --with-sasl=3D/usr/local --without-gsa=
sl ...
and mutt -v: ... +USE_SASL  -USE_GSASL  ...=20

Building with GSASL we get: ... --without-sasl --with-gsasl=3D/usr/local ...
and mutt -v: ... -USE_SASL  +USE_GSASL ...

Building with NONE we get: ... --without-sasl --without-gsasl --with-sasl=
=3Dno
...
and mutt -v: ... -USE_SASL  -USE_GSASL ...

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271395-7788>