svn commit: r559871 - head/irc/irssi-xmpp

Antoine Brodin antoine at FreeBSD.org
Fri Jan 1 20:56:41 UTC 2021


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}


More information about the svn-ports-all mailing list