Date: Tue, 18 Dec 2018 08:39:29 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487734 - head/security/p5-OpenCA-OpenSSL Message-ID: <201812180839.wBI8dTxv067939@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Dec 18 08:39:29 2018 New Revision: 487734 URL: https://svnweb.freebsd.org/changeset/ports/487734 Log: Mark BROKEN on base too. Modified: head/security/p5-OpenCA-OpenSSL/Makefile (contents, props changed) Modified: head/security/p5-OpenCA-OpenSSL/Makefile ============================================================================== --- head/security/p5-OpenCA-OpenSSL/Makefile Tue Dec 18 08:36:28 2018 (r487733) +++ head/security/p5-OpenCA-OpenSSL/Makefile Tue Dec 18 08:39:29 2018 (r487734) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812180839.wBI8dTxv067939>