K 10 svn:author V 2 pi K 8 svn:date V 27 2016-01-28T11:50:35.897511Z K 7 svn:log V 909 mail/mutt: provide options to build with GSSAPI variants The port rolls its own GSSAPI handling system, looking for installed libraries, rather than employing the "Uses" knobs (which probably post-date the mutt Port's GSSAPI support). When linking against OpenSSL from Ports, this results in one mutt process pulling in both libcrypto.so.8 from Ports and libcrypto.so.7 from the base system (FreeBSD 10.1), leading to environ corruption problems when running external commands, which complain at startup (libc routines detect the corruption). These look like: sh: environment corrupt; missing value for SOME_VAR and can be seen when, eg, viewing a PGP-signed mail with GnuPG integration turned on. This patch switches mail/mutt to use the GSSAPI "Uses" system. PR: 206220 Submitted by: Phil Pennock Approved by: Udo Schweigert (maintainer) END