Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2021 20:56:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559871 - head/irc/irssi-xmpp
Message-ID:  <202101012056.101Kufwl004423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan  1 20:56:40 2021
New Revision: 559871
URL: https://svnweb.freebsd.org/changeset/ports/559871

Log:
  Mark BROKEN: fails to build
  
  xep/ping.c:166:23: error: member reference base type 'gint64' (aka 'long') is not a structure or union
                  if (server->lag_sent.tv_sec != 0) {
                      ~~~~~~~~~~~~~~~~^~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/irc/irssi-xmpp/Makefile

Modified: head/irc/irssi-xmpp/Makefile
==============================================================================
--- head/irc/irssi-xmpp/Makefile	Fri Jan  1 20:54:34 2021	(r559870)
+++ head/irc/irssi-xmpp/Makefile	Fri Jan  1 20:56:40 2021	(r559871)
@@ -11,6 +11,8 @@ COMMENT=	Irssi plugin to connect to Jabber network
 
 LICENSE=	GPLv2
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	irssi:irc/irssi
 LIB_DEPENDS=	libloudmouth-1.so:net-im/loudmouth
 RUN_DEPENDS:=	${BUILD_DEPENDS}



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