aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-05-22 17:16:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-05-22 17:16:10 +0000
commitd778d07a2c8eaac2a56b543e2f0321c2a86f0b90 (patch)
tree94ed751962df334702d3bbea2f449cd4b385bbc8 /ftp
parent0ab32182bcf87f7e936c8ea58e408058e7ed4727 (diff)
downloadports-d778d07a2c8eaac2a56b543e2f0321c2a86f0b90.tar.gz
ports-d778d07a2c8eaac2a56b543e2f0321c2a86f0b90.zip
ftp/bsdftpd-ssl: mark BROKEN on 14 in the same circumstances as 12/13.
Diffstat (limited to 'ftp')
-rw-r--r--ftp/bsdftpd-ssl/Makefile1
1 files changed, 1 insertions, 0 deletions
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}