svn commit: r487734 - head/security/p5-OpenCA-OpenSSL

Mathieu Arnold mat at FreeBSD.org
Tue Dec 18 08:39:30 UTC 2018


Author: mat
Date: Tue Dec 18 08:39:29 2018
New Revision: 487734
URL: https://svnweb.freebsd.org/changeset/ports/487734

Log:
  Mark BROKEN on base too.

Modified:
  head/security/p5-OpenCA-OpenSSL/Makefile   (contents, props changed)

Modified: head/security/p5-OpenCA-OpenSSL/Makefile
==============================================================================
--- head/security/p5-OpenCA-OpenSSL/Makefile	Tue Dec 18 08:36:28 2018	(r487733)
+++ head/security/p5-OpenCA-OpenSSL/Makefile	Tue Dec 18 08:39:29 2018	(r487734)
@@ -26,4 +26,10 @@ USES=		perl5 ssl
 USE_PERL5=	configure
 MAKE_ARGS+=	PASTHRU_INC=-I${OPENSSLINC}
 
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
+BROKEN=        Does not support OpenSSL 1.1
+.endif
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list