Le Thu, Jun 16, 2022 at 11:15:31AM +0900, Lauri Tirkkonen a écrit :
> Hello ports@,
>
> please find diff below to update irssi to 1.4.1.
have you checked plugins built ? they dont here:
irssi-icb fails with
checking for ANSI C header files... (cached) yes
configure: error: Not irssi directory: /usr/local/include/irssi
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2928
'do-configure': @for d in /usr/obj/ports/irssi-icb-0.17/irssi-icb-c4e2ea8939...)
as it looks for a (now missing) irssi-config file in /usr/local/include/irssi
irssi-xmpp fails too:
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) {
~~~~~~~~~~~~~~~~^~~~~~~
xep/ping.c:169:31: error: member reference base type 'gint64' (aka 'long long')
is not a structure or union
(now - server->lag_sent.tv_sec) > max_lag) {
~~~~~~~~~~~~~~~~^~~~~~~
10 warnings and 2 errors generated.
Landry