View | Details | Raw Unified | Return to bug 265571 | Differences between
and this patch

Collapse All | Expand All

(-)irc/irssi-xmpp/Makefile (-2 / +4 lines)
Lines 5-12 PORTREVISION= 1 Link Here
5
CATEGORIES=	irc
5
CATEGORIES=	irc
6
6
7
PATCH_SITES=	https://github.com/ailin-nemui/${PORTNAME}/commit/
7
PATCH_SITES=	https://github.com/ailin-nemui/${PORTNAME}/commit/
8
PATCHFILES+=	f84cca86f6cbfa34.patch:-p1 # Use full paths to irssi includes
8
# Use full paths to irssi include
9
PATCHFILES+=	c7728ea5aa2f4e58.patch:-p1 # GTimeVal -> gint64 transition
9
PATCHFILES+=	f84cca86f6cbfa34690a73e0a1cebd73c349810f.patch:-p1
10
# Add compatibility code to GTimeVal -> gint64 transition
11
PATCHFILES+=	c7728ea5aa2f4e584159b3d12ad815294c44ca6a.patch:-p1
10
12
11
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Irssi plugin to connect to Jabber network
14
COMMENT=	Irssi plugin to connect to Jabber network
(-)irc/irssi-xmpp/distinfo (-5 / +5 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1659436456
1
TIMESTAMP = 1659779300
2
SHA256 (cdidier-irssi-xmpp-v0.54_GH0.tar.gz) = 1033cc6bf03abaacdb083e1fbe7d75d8a62622339e06d889422d8f0705fa7776
2
SHA256 (cdidier-irssi-xmpp-v0.54_GH0.tar.gz) = 1033cc6bf03abaacdb083e1fbe7d75d8a62622339e06d889422d8f0705fa7776
3
SIZE (cdidier-irssi-xmpp-v0.54_GH0.tar.gz) = 65618
3
SIZE (cdidier-irssi-xmpp-v0.54_GH0.tar.gz) = 65618
4
SHA256 (f84cca86f6cbfa34.patch) = 127828da74eb80f003e920e484f4f6fa834b081e8cc6e8a1153d2e0515d2c0ca
4
SHA256 (f84cca86f6cbfa34690a73e0a1cebd73c349810f.patch) = 127828da74eb80f003e920e484f4f6fa834b081e8cc6e8a1153d2e0515d2c0ca
5
SIZE (f84cca86f6cbfa34.patch) = 29431
5
SIZE (f84cca86f6cbfa34690a73e0a1cebd73c349810f.patch) = 29431
6
SHA256 (c7728ea5aa2f4e58.patch) = 0c6b906ff1047eda1aa55f0d9952bf74e33a49f8a0c528807f0835de0a61700d
6
SHA256 (c7728ea5aa2f4e584159b3d12ad815294c44ca6a.patch) = 0c6b906ff1047eda1aa55f0d9952bf74e33a49f8a0c528807f0835de0a61700d
7
SIZE (c7728ea5aa2f4e58.patch) = 3930
7
SIZE (c7728ea5aa2f4e584159b3d12ad815294c44ca6a.patch) = 3930
(-)irc/irssi-xmpp/files/patch-src_fe-common_xmpp-completion.c (+2 lines)
Lines 4-9 Fix module loading: Link Here
4
    /usr/local/lib/irssi/modules/libfe_xmpp.so: Undefined symbol
4
    /usr/local/lib/irssi/modules/libfe_xmpp.so: Undefined symbol
5
    "glist_find_string"
5
    "glist_find_string"
6
6
7
See https://github.com/cdidier/irssi-xmpp/issues/56#issue-1271790399
8
7
--- src/fe-common/xmpp-completion.c.orig	2022-08-02 10:48:55 UTC
9
--- src/fe-common/xmpp-completion.c.orig	2022-08-02 10:48:55 UTC
8
+++ src/fe-common/xmpp-completion.c
10
+++ src/fe-common/xmpp-completion.c
9
@@ -287,7 +287,7 @@ get_channels(XMPP_SERVER_REC *server, const char *word
11
@@ -287,7 +287,7 @@ get_channels(XMPP_SERVER_REC *server, const char *word

Return to bug 265571