git: 5ccbdb88aedb - main - security/krb5-devel: Broken on FreeBSD-11, OpenSSL 1.0.2 not supported
Cy Schubert
cy at FreeBSD.org
Tue Jun 15 16:44:55 UTC 2021
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5ccbdb88aedb4889f05592bcae3a5c7cc08a5c2f
commit 5ccbdb88aedb4889f05592bcae3a5c7cc08a5c2f
Author: Cy Schubert <cy at FreeBSD.org>
AuthorDate: 2021-06-15 16:29:31 +0000
Commit: Cy Schubert <cy at FreeBSD.org>
CommitDate: 2021-06-15 16:29:31 +0000
security/krb5-devel: Broken on FreeBSD-11, OpenSSL 1.0.2 not supported
security/krb5-devel fails to build on FreeBSD-11 due to:
main.c:1593:5: error: implicit declaration of function 'OPENSSL_clear_free'
is invalid in C99 [-Werror,-Wimplicit-function-declaration]
OPENSSL_clear_free(buffer, buffer_len);
---
security/krb5-devel/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/security/krb5-devel/Makefile b/security/krb5-devel/Makefile
index a1e1b3a9291e..dc51295a1054 100644
--- a/security/krb5-devel/Makefile
+++ b/security/krb5-devel/Makefile
@@ -15,6 +15,8 @@ PATCH_DIST_STRIP= -p2
MAINTAINER= cy at FreeBSD.org
COMMENT= MIT implementation of RFC 4120 network authentication service
+BROKEN_FreeBSD_11= OpenSSL 1.0.2 is not supported
+
LICENSE= MIT
USE_GITHUB= yes
More information about the dev-commits-ports-all
mailing list