Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 08:15:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498079 - branches/2019Q2/ftp/bsdftpd-ssl
Message-ID:  <201904060815.x368FVKd001006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904060815.x368FVKd001006>