svn commit: r497810 - branches/2019Q2/net-im/climm

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 08:16:56 UTC 2019


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


More information about the svn-ports-all mailing list