diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-06 08:15:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-06 08:15:15 +0000 |
commit | aa549c33269e904ffabb919bf62bb4056ecc6769 (patch) | |
tree | ec12119b2440e3d48e6b26161e4f079b1c6389a4 /ftp/bsdftpd-ssl/Makefile | |
parent | 14fbfe1ef5af5b10e9e8d499498389482680b999 (diff) | |
download | ports-aa549c33269e904ffabb919bf62bb4056ecc6769.tar.gz ports-aa549c33269e904ffabb919bf62bb4056ecc6769.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Notes
Notes:
svn path=/head/; revision=498078
Diffstat (limited to 'ftp/bsdftpd-ssl/Makefile')
-rw-r--r-- | ftp/bsdftpd-ssl/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile index bf1d56b5c36c..23ff28370d24 100644 --- a/ftp/bsdftpd-ssl/Makefile +++ b/ftp/bsdftpd-ssl/Makefile @@ -30,6 +30,11 @@ LDFLAGS+= -lpam .include <bsd.port.options.mk> +.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') +.endif + .if ${PORT_OPTIONS:MSERVER} && ${PORT_OPTIONS:MEXAMPLES} SUB_FILES= pkg-message .endif |