svn commit: r562541 - branches/2021Q1/ftp/bbftp

Antoine Brodin antoine at FreeBSD.org
Mon Jan 25 07:16:01 UTC 2021


Author: antoine
Date: Mon Jan 25 07:16:00 2021
New Revision: 562541
URL: https://svnweb.freebsd.org/changeset/ports/562541

Log:
  MFH: r562540
  
  Mark BROKEN on FreeBSD 14
  
  Reported by:	pkg-fallout

Modified:
  branches/2021Q1/ftp/bbftp/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/ftp/bbftp/Makefile
==============================================================================
--- branches/2021Q1/ftp/bbftp/Makefile	Mon Jan 25 07:15:42 2021	(r562540)
+++ branches/2021Q1/ftp/bbftp/Makefile	Mon Jan 25 07:16:00 2021	(r562541)
@@ -22,6 +22,7 @@ USE_RC_SUBR=	bbftpd
 .if ${SSL_DEFAULT} == base
 BROKEN_FreeBSD_12=	error: incomplete definition of type 'struct rsa_st'
 BROKEN_FreeBSD_13=	error: incomplete definition of type 'struct rsa_st'
+BROKEN_FreeBSD_14=	error: incomplete definition of type 'struct rsa_st'
 .endif
 
 do-configure:


More information about the svn-ports-all mailing list