git: ee5380351f21 - main - security/gost-engine: mark BROKEN with openssl31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Mar 2023 00:45:15 UTC
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee5380351f214955d224ba9c82e229f52a57a27d commit ee5380351f214955d224ba9c82e229f52a57a27d Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2023-03-27 00:43:44 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2023-03-27 00:43:44 +0000 security/gost-engine: mark BROKEN with openssl31 Mark BROKEN with openssl31 for the moment. --- security/gost-engine/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/gost-engine/Makefile b/security/gost-engine/Makefile index e6c2778e8ced..7d8729e52a98 100644 --- a/security/gost-engine/Makefile +++ b/security/gost-engine/Makefile @@ -12,12 +12,12 @@ FLAVORS= base openssl30 openssl30_PKGNAMESUFFIX= -${FLAVOR} -BROKEN_SSL= libressl libressl-devel +BROKEN_SSL= libressl libressl-devel openssl31 BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL 1.1.1+ BROKEN_SSL_REASON_libressl-devel= needs features only available in OpenSSL 1.1.1+ BROKEN_SSL_REASON_base= needs either ssl=${FLAVOR} or FLAVOR=base BROKEN_SSL_REASON_openssl30= needs either ssl=${FLAVOR} or FLAVOR=openssl30 -#BROKEN_SSL_REASON_openssl31= needs either ssl=${FLAVOR} or FLAVOR=openssl31 +BROKEN_SSL_REASON_openssl31= not ready for openssl31 BUILD_DEPENDS= cmake>=3.18.1:devel/cmake