Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jul 2022 21:51:35 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 942aa8f2c0ab - main - irc/irssi-xmpp: Mark BROKEN with Irssi 1.4.1
Message-ID:  <202207092151.269LpZTp065500@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=942aa8f2c0abde561459de25a4a1f22de59dce7d

commit 942aa8f2c0abde561459de25a4a1f22de59dce7d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-07-09 21:48:49 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-07-09 21:49:48 +0000

    irc/irssi-xmpp: Mark BROKEN with Irssi 1.4.1
    
    Fails to build with following error:
    xep/ping.c:166:23: error: member reference base type 'gint64' (aka 'long long') is not a structure or union
                    if (server->lag_sent.tv_sec != 0) {
                        ~~~~~~~~~~~~~~~~^~~~~~~
---
 irc/irssi-xmpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/irc/irssi-xmpp/Makefile b/irc/irssi-xmpp/Makefile
index 27e6a6ce0edc..f5b315c881e7 100644
--- a/irc/irssi-xmpp/Makefile
+++ b/irc/irssi-xmpp/Makefile
@@ -10,6 +10,8 @@ COMMENT=	Irssi plugin to connect to Jabber network
 
 LICENSE=	GPLv2
 
+BROKEN=		Doesn't build with Irssi 1.4.1
+
 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?202207092151.269LpZTp065500>