From 5ccbdb88aedb4889f05592bcae3a5c7cc08a5c2f Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Tue, 15 Jun 2021 09:29:31 -0700 Subject: 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@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 -- cgit v1.2.3