aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-01-01 20:56:40 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-01-01 20:56:40 +0000
commit3a5380b7468197c1b5ed291c3381e2869074854b (patch)
treec219b568dc6c6b94b8725ea93a5c180f1c92291b /irc
parent3e36cbca43d5119fb92c23ec0fb5ffa9554f9aca (diff)
downloadports-3a5380b7468197c1b5ed291c3381e2869074854b.tar.gz
ports-3a5380b7468197c1b5ed291c3381e2869074854b.zip
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
Notes
Notes: svn path=/head/; revision=559871
Diffstat (limited to 'irc')
-rw-r--r--irc/irssi-xmpp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/irssi-xmpp/Makefile b/irc/irssi-xmpp/Makefile
index 0931532e64f1..2f91eb17bcae 100644
--- a/irc/irssi-xmpp/Makefile
+++ b/irc/irssi-xmpp/Makefile
@@ -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}