svn commit: r421978 - head/security/p5-openxpki

John Marino marino at FreeBSD.org
Tue Sep 13 05:09:18 UTC 2016


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
 


More information about the svn-ports-head mailing list