Date: Tue, 13 Sep 2016 05:09:17 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421978 - head/security/p5-openxpki Message-ID: <201609130509.u8D59Hbk088014@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Sep 13 05:09:17 2016 New Revision: 421978 URL: https://svnweb.freebsd.org/changeset/ports/421978 Log: security/p5-openxpki: IGNORE for libressl-devel as well as libressl Setting SSL_DEFAULT=libressl-devel should have the same effect as setting it to "libressl", so enable that behavior. Approved by: SSL blanket Modified: head/security/p5-openxpki/Makefile Modified: head/security/p5-openxpki/Makefile ============================================================================== --- head/security/p5-openxpki/Makefile Tue Sep 13 05:01:26 2016 (r421977) +++ head/security/p5-openxpki/Makefile Tue Sep 13 05:09:17 2016 (r421978) @@ -115,7 +115,7 @@ post-stage: .include <bsd.port.pre.mk> -.if ${SSL_DEFAULT} == libressl +.if ${SSL_DEFAULT:Mlibressl*} IGNORE= this version of OpenXPKI is not fully functional with LibreSSL library, use OpenSSL instead .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609130509.u8D59Hbk088014>