Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2021 17:16:46 GMT
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d778d07a2c8e - main - ftp/bsdftpd-ssl: mark BROKEN on 14 in the same circumstances as 12/13.
Message-ID:  <202105221716.14MHGkUI011743@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d778d07a2c8eaac2a56b543e2f0321c2a86f0b90

commit d778d07a2c8eaac2a56b543e2f0321c2a86f0b90
Author:     Mark Linimon <linimon@FreeBSD.org>
AuthorDate: 2021-05-22 17:16:10 +0000
Commit:     Mark Linimon <linimon@FreeBSD.org>
CommitDate: 2021-05-22 17:16:10 +0000

    ftp/bsdftpd-ssl: mark BROKEN on 14 in the same circumstances as 12/13.
---
 ftp/bsdftpd-ssl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile
index 047b482a35f2..f6ed3913fe22 100644
--- a/ftp/bsdftpd-ssl/Makefile
+++ b/ftp/bsdftpd-ssl/Makefile
@@ -32,6 +32,7 @@ LDFLAGS+=	-lpam
 .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_FreeBSD_14=	variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st')
 .endif
 
 .if ${PORT_OPTIONS:MSERVER} && ${PORT_OPTIONS:MEXAMPLES}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105221716.14MHGkUI011743>