Date: Mon, 17 Dec 2018 09:27:04 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487664 - branches/2018Q4/security/p5-Crypt-OpenSSL-CA Message-ID: <201812170927.wBH9R4Qd020235@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812170927.wBH9R4Qd020235>