git: 1c70d2f949c8 - main - japanese/mutt-devel: mark BROKEN everywhere, deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Feb 2023 09:35:41 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c70d2f949c86c87cf25239e3be7962d86063892 commit 1c70d2f949c86c87cf25239e3be7962d86063892 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-25 09:33:52 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-25 09:33:52 +0000 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 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)