Date: Sat, 6 Apr 2019 08:15:15 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498078 - head/ftp/bsdftpd-ssl Message-ID: <201904060815.x368FF6d000859@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904060815.x368FF6d000859>