svn commit: r562545 - branches/2021Q1/www/webstone-ssl

Antoine Brodin antoine at FreeBSD.org
Mon Jan 25 08:43:26 UTC 2021


Author: antoine
Date: Mon Jan 25 08:43:26 2021
New Revision: 562545
URL: https://svnweb.freebsd.org/changeset/ports/562545

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

Modified:
  branches/2021Q1/www/webstone-ssl/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/www/webstone-ssl/Makefile
==============================================================================
--- branches/2021Q1/www/webstone-ssl/Makefile	Mon Jan 25 08:43:01 2021	(r562544)
+++ branches/2021Q1/www/webstone-ssl/Makefile	Mon Jan 25 08:43:26 2021	(r562545)
@@ -34,6 +34,7 @@ LDFLAGS+=	-L${OPENSSLLIB}
 .if ${SSL_DEFAULT} == base
 BROKEN_FreeBSD_12=	incomplete definition of type 'struct ssl_st'
 BROKEN_FreeBSD_13=	incomplete definition of type 'struct ssl_st'
+BROKEN_FreeBSD_14=	incomplete definition of type 'struct ssl_st'
 .endif
 
 pre-configure:


More information about the svn-ports-branches mailing list