svn commit: r485627 - head/security/p5-Crypt-OpenSSL-CA

Mathieu Arnold mat at FreeBSD.org
Thu Nov 22 22:34:50 UTC 2018


Author: mat
Date: Thu Nov 22 22:34:49 2018
New Revision: 485627
URL: https://svnweb.freebsd.org/changeset/ports/485627

Log:
  Mark this as broken on 12+ with base ssl.

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

Modified: head/security/p5-Crypt-OpenSSL-CA/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenSSL-CA/Makefile	Thu Nov 22 20:51:07 2018	(r485626)
+++ head/security/p5-Crypt-OpenSSL-CA/Makefile	Thu Nov 22 22:34:49 2018	(r485627)
@@ -33,6 +33,12 @@ USES=		perl5 ssl
 USE_PERL5=	modbuild
 CONFIGURE_ARGS=	--openssl-cflags=-L${OPENSSLINC} --openssl-ldflags="-I${OPENSSLLIB} ${OPENSSL_LDFLAGS}"
 
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
+BROKEN=        Does not support OpenSSL 1.1
+.endif
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/CA/*/*.so
 


More information about the svn-ports-all mailing list