diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2023-02-25 09:33:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2023-02-25 09:33:52 +0000 |
commit | 1c70d2f949c86c87cf25239e3be7962d86063892 (patch) | |
tree | 9ab4a7a239027f3187355fa108adfe5f9c74d775 | |
parent | 7e89dce57e13684405622ebb2a097cd74c02a775 (diff) | |
download | ports-1c70d2f949c86c87cf25239e3be7962d86063892.tar.gz ports-1c70d2f949c86c87cf25239e3be7962d86063892.zip |
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
-rw-r--r-- | japanese/mutt-devel/Makefile | 5 |
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) |