git: 942aa8f2c0ab - main - irc/irssi-xmpp: Mark BROKEN with Irssi 1.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Jul 2022 21:51:35 UTC
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}