summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2023-02-25 09:33:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2023-02-25 09:33:52 +0000
commit1c70d2f949c86c87cf25239e3be7962d86063892 (patch)
tree9ab4a7a239027f3187355fa108adfe5f9c74d775 /japanese
parentcad/zcad: mark qt5 flavor BROKEN (diff)
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
Diffstat (limited to 'japanese')
-rw-r--r--japanese/mutt-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile
index 6d0c8976a057..eebdca8d6742 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)