From 0a04ec004e5ad530cde92f437a3cf8f94558478f Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sat, 24 Jun 2023 21:13:44 -0700 Subject: [PATCH] sysutils/cfengine318: Flag as BROKEN under 14-CURRENT cfengine 3.18 does not support OpenSSL 3.0. As it is deprecated and scheduled for removal in August, let's simply flag it BROKEN. --- sysutils/cfengine318/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/cfengine318/Makefile b/sysutils/cfengine318/Makefile index 087179479b684..ff04f5662a8af 100644 --- a/sysutils/cfengine318/Makefile +++ b/sysutils/cfengine318/Makefile @@ -11,6 +11,7 @@ DEPRECATED= Expire one year after cfengine 3.19.0 released EXPIRATION_DATE= 2023-07-02 IGNORE_SSL= openssl30 openssl31 IGNORE_SSL_REASON= error: unknown type name 'RSA' which were deprecated in OpenSSL 3.0.0 and later +BROKEN_FreeBSD_14= Does not support openssl30 LICENSE= GPLv3