Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2019 08:16:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r497810 - branches/2019Q2/net-im/climm
Message-ID:  <201904040816.x348GtFi043362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr  4 08:16:54 2019
New Revision: 497810
URL: https://svnweb.freebsd.org/changeset/ports/497810

Log:
  MFH: r497809
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/net-im/climm/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net-im/climm/Makefile
==============================================================================
--- branches/2019Q2/net-im/climm/Makefile	Thu Apr  4 08:16:27 2019	(r497809)
+++ branches/2019Q2/net-im/climm/Makefile	Thu Apr  4 08:16:54 2019	(r497810)
@@ -25,6 +25,11 @@ XMPP_DESC=	Enable XMPP Jabber support
 
 .include <bsd.port.options.mk>
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	incomplete definition of type 'struct dh_st'
+BROKEN_FreeBSD_13=	incomplete definition of type 'struct dh_st'
+.endif
+
 .if ${PORT_OPTIONS:MOTR}
 CPPFLAGS+=		-I${LOCALBASE}/include
 CONFIGURE_ARGS+=	--enable-otr



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