svn commit: r497809 - head/net-im/climm

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


Author: antoine
Date: Thu Apr  4 08:16:27 2019
New Revision: 497809
URL: https://svnweb.freebsd.org/changeset/ports/497809

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

Modified:
  head/net-im/climm/Makefile

Modified: head/net-im/climm/Makefile
==============================================================================
--- head/net-im/climm/Makefile	Thu Apr  4 08:14:16 2019	(r497808)
+++ head/net-im/climm/Makefile	Thu Apr  4 08:16:27 2019	(r497809)
@@ -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