svn commit: r498078 - head/ftp/bsdftpd-ssl
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 6 08:15:16 UTC 2019
Author: antoine
Date: Sat Apr 6 08:15:15 2019
New Revision: 498078
URL: https://svnweb.freebsd.org/changeset/ports/498078
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/ftp/bsdftpd-ssl/Makefile
Modified: head/ftp/bsdftpd-ssl/Makefile
==============================================================================
--- head/ftp/bsdftpd-ssl/Makefile Sat Apr 6 08:11:42 2019 (r498077)
+++ head/ftp/bsdftpd-ssl/Makefile Sat Apr 6 08:15:15 2019 (r498078)
@@ -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
More information about the svn-ports-all
mailing list