security/openca-tools-forked: mark BROKEN on FreeBSD-12
PR: 232441 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
This commit is contained in:
parent
aaa491d1b8
commit
d1bd5ce0c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483101
@ -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 <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${SSL_DEFAULT} == base
|
||||
BROKEN= OpenSSL-1.1.1 not supported by the upstream
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user