svn commit: r562554 - branches/2021Q1/security/stud

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


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

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

Modified:
  branches/2021Q1/security/stud/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/security/stud/Makefile
==============================================================================
--- branches/2021Q1/security/stud/Makefile	Mon Jan 25 09:08:10 2021	(r562553)
+++ branches/2021Q1/security/stud/Makefile	Mon Jan 25 09:08:29 2021	(r562554)
@@ -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