svn commit: r510102 - head/security/razorback-api

Matthias Fechner mfechner at FreeBSD.org
Wed Aug 28 21:05:05 UTC 2019


Author: mfechner
Date: Wed Aug 28 21:05:04 2019
New Revision: 510102
URL: https://svnweb.freebsd.org/changeset/ports/510102

Log:
  Mark the port also broken if OpenSSL 1.1.1 from ports is used.
  Same error message:
  incomplete definition of type 'struct rsa_st'
  like you have with base SSL from FreeBSD 12 and 13.
  
  PR:		240094

Modified:
  head/security/razorback-api/Makefile

Modified: head/security/razorback-api/Makefile
==============================================================================
--- head/security/razorback-api/Makefile	Wed Aug 28 20:43:26 2019	(r510101)
+++ head/security/razorback-api/Makefile	Wed Aug 28 21:05:04 2019	(r510102)
@@ -37,7 +37,7 @@ STOMP_DEBUG_CONFIGURE_ENABLE=	stomp-debug
 
 .include <bsd.port.pre.mk>
 
-.if ${SSL_DEFAULT} == base
+.if ${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl111
 BROKEN_FreeBSD_12=	incomplete definition of type 'struct rsa_st'
 BROKEN_FreeBSD_13=	incomplete definition of type 'struct rsa_st'
 .endif


More information about the svn-ports-all mailing list