svn commit: r562544 - head/www/webstone-ssl

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


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

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

Modified:
  head/www/webstone-ssl/Makefile

Modified: head/www/webstone-ssl/Makefile
==============================================================================
--- head/www/webstone-ssl/Makefile	Mon Jan 25 08:33:58 2021	(r562543)
+++ head/www/webstone-ssl/Makefile	Mon Jan 25 08:43:01 2021	(r562544)
@@ -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-all mailing list