svn commit: r498079 - branches/2019Q2/ftp/bsdftpd-ssl

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 08:15:32 UTC 2019


Author: antoine
Date: Sat Apr  6 08:15:31 2019
New Revision: 498079
URL: https://svnweb.freebsd.org/changeset/ports/498079

Log:
  MFH: r498078
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/ftp/bsdftpd-ssl/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/ftp/bsdftpd-ssl/Makefile
==============================================================================
--- branches/2019Q2/ftp/bsdftpd-ssl/Makefile	Sat Apr  6 08:15:15 2019	(r498078)
+++ branches/2019Q2/ftp/bsdftpd-ssl/Makefile	Sat Apr  6 08:15:31 2019	(r498079)
@@ -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-branches mailing list