aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-12-17 09:27:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-12-17 09:27:04 +0000
commit97242efcf309abc6ecb1c82784da936e09e3b05e (patch)
tree3b8eef8c5fd27b8fc3e9b27ece8a38595b378f09
parent5f8e147da14dbd67125595dbd7eadcefacc2c966 (diff)
downloadports-97242efcf309abc6ecb1c82784da936e09e3b05e.tar.gz
ports-97242efcf309abc6ecb1c82784da936e09e3b05e.zip
MFH: r485627
Mark this as broken on 12+ with base ssl. Reminded by: pkg-fallout
Notes
Notes: svn path=/branches/2018Q4/; revision=487664
-rw-r--r--security/p5-Crypt-OpenSSL-CA/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-CA/Makefile b/security/p5-Crypt-OpenSSL-CA/Makefile
index 3d5a4190f69f..d666d08e647c 100644
--- a/security/p5-Crypt-OpenSSL-CA/Makefile
+++ b/security/p5-Crypt-OpenSSL-CA/Makefile
@@ -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