svn commit: r562553 - head/security/stud

Antoine Brodin antoine at FreeBSD.org
Mon Jan 25 09:08:10 UTC 2021


Author: antoine
Date: Mon Jan 25 09:08:10 2021
New Revision: 562553
URL: https://svnweb.freebsd.org/changeset/ports/562553

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

Modified:
  head/security/stud/Makefile

Modified: head/security/stud/Makefile
==============================================================================
--- head/security/stud/Makefile	Mon Jan 25 09:07:03 2021	(r562552)
+++ head/security/stud/Makefile	Mon Jan 25 09:08:10 2021	(r562553)
@@ -28,6 +28,7 @@ PLIST_FILES=	bin/stud \
 .if ${SSL_DEFAULT} == base
 BROKEN_FreeBSD_12=	incomplete definition of type 'struct ssl_ctx_st'
 BROKEN_FreeBSD_13=	incomplete definition of type 'struct ssl_ctx_st'
+BROKEN_FreeBSD_14=	incomplete definition of type 'struct ssl_ctx_st'
 .endif
 
 post-install:


More information about the svn-ports-all mailing list