Date: Tue, 18 Dec 2018 08:41:15 +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: r487735 - branches/2018Q4/security/p5-OpenCA-OpenSSL Message-ID: <201812180841.wBI8fFPK068969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Dec 18 08:41:15 2018 New Revision: 487735 URL: https://svnweb.freebsd.org/changeset/ports/487735 Log: MFH: r487734 Mark BROKEN on base too. Modified: branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile ============================================================================== --- branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile Tue Dec 18 08:39:29 2018 (r487734) +++ branches/2018Q4/security/p5-OpenCA-OpenSSL/Makefile Tue Dec 18 08:41:15 2018 (r487735) @@ -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?201812180841.wBI8fFPK068969>