Date: Tue, 20 Apr 2021 09:57:03 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2765d6e9a744 - main - security/pkcs11-tools: Broken with libressl Message-ID: <202104200957.13K9v34T064874@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2765d6e9a744b864c2c9334a1497dbd75af08ac0 commit 2765d6e9a744b864c2c9334a1497dbd75af08ac0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-04-20 09:55:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-04-20 09:57:01 +0000 security/pkcs11-tools: Broken with libressl Reported by: eric.devolder@gmail.com (maintainer) --- security/pkcs11-tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/pkcs11-tools/Makefile b/security/pkcs11-tools/Makefile index 0dd4386a6014..f3b9c8c89813 100644 --- a/security/pkcs11-tools/Makefile +++ b/security/pkcs11-tools/Makefile @@ -8,6 +8,9 @@ COMMENT= Tools for managing PKCS11 cryptographic tokens LICENSE= APACHE20 +BROKEN_SSL= libressl +BROKEN_SSL_REASON_libressl= error: use of undeclared identifier 'EVP_PKEY_X25519' (LibreSSL has no support for Edwards curves) + BUILD_DEPENDS= autoconf>0:devel/autoconf \ autoconf-archive>0:devel/autoconf-archive \ automake>0:devel/automake \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104200957.13K9v34T064874>