svn commit: r487664 - branches/2018Q4/security/p5-Crypt-OpenSSL-CA
Mathieu Arnold
mat at FreeBSD.org
Mon Dec 17 09:27:05 UTC 2018
Author: mat
Date: Mon Dec 17 09:27:04 2018
New Revision: 487664
URL: https://svnweb.freebsd.org/changeset/ports/487664
Log:
MFH: r485627
Mark this as broken on 12+ with base ssl.
Reminded by: pkg-fallout
Modified:
branches/2018Q4/security/p5-Crypt-OpenSSL-CA/Makefile
Directory Properties:
branches/2018Q4/ (props changed)
Modified: branches/2018Q4/security/p5-Crypt-OpenSSL-CA/Makefile
==============================================================================
--- branches/2018Q4/security/p5-Crypt-OpenSSL-CA/Makefile Mon Dec 17 09:00:15 2018 (r487663)
+++ branches/2018Q4/security/p5-Crypt-OpenSSL-CA/Makefile Mon Dec 17 09:27:04 2018 (r487664)
@@ -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-branches
mailing list