svn commit: r487735 - branches/2018Q4/security/p5-OpenCA-OpenSSL

Mathieu Arnold mat at FreeBSD.org
Tue Dec 18 08:41:16 UTC 2018


Author: mat
Date: Tue Dec 18 08:41:15 2018
New Revision: 487735
URL: https://svnweb.freebsd.org/changeset/ports/487735

Log:
  MFH: r487734
  
  Mark BROKEN on base too.

Modified:
  branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile
==============================================================================
--- branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile	Tue Dec 18 08:39:29 2018	(r487734)
+++ branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile	Tue Dec 18 08:41:15 2018	(r487735)
@@ -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