Skip to content

Commit

Permalink
japanese/mutt-devel: mark BROKEN everywhere, deprecate
Browse files Browse the repository at this point in the history
It fails to build on FreeBSD 14 too and does not build with "recent"
(newer than 2019) versions of ssl
  • Loading branch information
ant1 committed Feb 25, 2023
1 parent 7e89dce commit 1c70d2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions japanese/mutt-devel/Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 1c70d2f

Please sign in to comment.