From 1c70d2f949c86c87cf25239e3be7962d86063892 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 25 Feb 2023 09:33:52 +0000 Subject: [PATCH] japanese/mutt-devel: mark BROKEN everywhere, deprecate It fails to build on FreeBSD 14 too and does not build with "recent" (newer than 2019) versions of ssl --- japanese/mutt-devel/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile index 6d0c8976a0573..eebdca8d67423 100644 --- a/japanese/mutt-devel/Makefile +++ b/japanese/mutt-devel/Makefile @@ -126,9 +126,10 @@ CONFIGURE_ARGS+= --without-qdbm .endif .if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') -BROKEN_FreeBSD_13= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') +BROKEN= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') .endif +DEPRECATED= Broken since 2019 +EXPIRATION_DATE= 2023-03-25 post-patch: .if defined(CONFIGURE_SED)