From d1bd5ce0c777348bbb71b9f4592432819015d7f8 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sat, 27 Oct 2018 02:42:27 +0000 Subject: [PATCH] security/openca-tools-forked: mark BROKEN on FreeBSD-12 PR: 232441 Submitted by: Sergei Vyshenski (maintainer) --- security/openca-tools-forked/Makefile | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/security/openca-tools-forked/Makefile b/security/openca-tools-forked/Makefile index 94f563dd3227..4f9473649bf2 100644 --- a/security/openca-tools-forked/Makefile +++ b/security/openca-tools-forked/Makefile @@ -4,7 +4,7 @@ PORTNAME= openca-tools-forked PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= svysh.fbsd@gmail.com @@ -14,11 +14,12 @@ LICENSE= APACHE20 BROKEN_SSL= openssl-devel -USE_GITHUB= yes -GH_ACCOUNT= openxpki +USES= gmake perl5 ssl GNU_CONFIGURE= yes -USES= gmake perl5 ssl + +USE_GITHUB= yes +GH_ACCOUNT= openxpki CONFIGURE_ARGS+= --with-openssl-prefix=${OPENSSLBASE} @@ -28,4 +29,10 @@ post-install: @${MV} ${STAGEDIR}${PREFIX}/man/man1/${f} ${STAGEDIR}${PREFIX}/man/man1/openca-${f} .endfor -.include +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${SSL_DEFAULT} == base +BROKEN= OpenSSL-1.1.1 not supported by the upstream +.endif + +.include