Date: Tue, 13 Nov 2018 09:54:30 -0800 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Pietro Cerutti <gahr@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r484872 - head/mail/neomutt Message-ID: <201811131754.wADHsU1R085629@slippy.cwsent.com> In-Reply-To: Message from Pietro Cerutti <gahr@FreeBSD.org> of "Tue, 13 Nov 2018 10:59:20 %2B0000." <201811131059.wADAxKfx094892@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <201811131059.wADAxKfx094892@repo.freebsd.org>, Pietro Cerutti write s: > Author: gahr > Date: Tue Nov 13 10:59:19 2018 > New Revision: 484872 > URL: https://svnweb.freebsd.org/changeset/ports/484872 > > Log: > mail/neomutt: add support for GSSAPI, by default using krb from base > > Approved by: bapt > > Modified: > head/mail/neomutt/Makefile > > Modified: head/mail/neomutt/Makefile > ============================================================================= > = > --- head/mail/neomutt/Makefile Tue Nov 13 10:53:03 2018 (r48487 > 1) > +++ head/mail/neomutt/Makefile Tue Nov 13 10:59:19 2018 (r48487 > 2) > @@ -2,7 +2,7 @@ > > PORTNAME= neomutt > PORTVERSION= 20180716 > -PORTREVISION= 1 > +PORTREVISION= 2 > DISTVERSIONPREFIX= ${PORTNAME}- > CATEGORIES= mail > > @@ -26,11 +26,12 @@ OPTIONS_SUB= yes > SHEBANG_FILES= contrib/smime_keys > > OPTIONS_DEFINE= NLS DOCS SASL IDN FLOCK GPGME NOTMUCH > -OPTIONS_DEFAULT=SASL TOKYOCABINET NOTMUCH GPGME LMDB NCURSES > +OPTIONS_DEFAULT=SASL TOKYOCABINET NOTMUCH GPGME LMDB NCURSES GSSAPI_BASE One of my todos, which I'm currently working on, during the first step of replacing Heimdal in base with MIT is to make kerberos in base private. Nothing will be able to link to it. I've been working through and fixed all ports issues identified by an exp-run (though openssl111 has given me more work). Which would you like to have as a default in a post private kerberos base world? (I've tentatively set it to MIT in my git tree.) -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811131754.wADHsU1R085629>