Date: Tue, 13 Sep 2016 10:30:49 -0500 From: John Marino <freebsd.contact@marino.st> To: Mathieu Arnold <mat@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r422012 - in head: ftp/curl security/softhsm2 security/stunnel Message-ID: <66dded72-df9b-21b0-21a7-5cf444041590@marino.st> In-Reply-To: <b03d6939-ecb2-e491-4c8a-fecc9fa8ef08@FreeBSD.org> References: <201609131424.u8DEOjBo099740@repo.freebsd.org> <b03d6939-ecb2-e491-4c8a-fecc9fa8ef08@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9/13/2016 10:28, Mathieu Arnold wrote: > Le 13/09/2016 à 16:24, John Marino a écrit : >> IGNORE= GSSAPI_BASE is not compatible with OpenSSL from ports. Use other GSSAPI options or OpenSSL from base system >> .endif >> >> -.if ${SSL_DEFAULT} == libressl >> +.if ${SSL_DEFAULT:Mlibressl*} >> .if ${PORT_OPTIONS:MGSSAPI_BASE} && ${PORT_OPTIONS:MOPENSSL} >> IGNORE= GSSAPI_BASE is not compatible with LibreSSL. Use other GSSAPI options >> .endif > > Looking at this, those could be removed, if you try to use the base > gssapi with ssl from ports, gssapi.mk will add an IGNORE entry. > Okay, I'll removed them based on that. Cheers, John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?66dded72-df9b-21b0-21a7-5cf444041590>