git: 2765d6e9a744 - main - security/pkcs11-tools: Broken with libressl
Yuri Victorovich
yuri at FreeBSD.org
Tue Apr 20 09:57:03 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2765d6e9a744b864c2c9334a1497dbd75af08ac0
commit 2765d6e9a744b864c2c9334a1497dbd75af08ac0
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-20 09:55:45 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-04-20 09:57:01 +0000
security/pkcs11-tools: Broken with libressl
Reported by: eric.devolder at 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 \
More information about the dev-commits-ports-all
mailing list