Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2019 21:05:05 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510102 - head/security/razorback-api
Message-ID:  <201908282105.x7SL556d094628@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908282105.x7SL556d094628>