On Tue, May 26, 2020 at 11:07:31AM +0200, Klemens Nanni wrote: > tl;dr: Pressing Ctrl+Space with glib2>2.62 installed makes irssi hang. > > https://github.com/irssi/irssi/issues/1180 > > Here's a fix for this that also drags along the required glib2 version; > unlikely that anyone runs latest irssi with older glib2, but won't hurt. It was not clear (to me), but upstream just confirmed that older glib2 versions will have no problem with the patch, so I'll leave the required version as is.
> I've comfirmed the fix to work on amd64 snapshots. Other porters confirmed that irssi-1.2.2 on 6.7 with glib2-2.62.2 do *not* have this problem, so it seems that only snapshots are effected. Feedback? OK? Index: Makefile =================================================================== RCS file: /cvs/ports/net/irssi/Makefile,v retrieving revision 1.90 diff -u -p -r1.90 Makefile --- Makefile 23 May 2020 10:46:59 -0000 1.90 +++ Makefile 26 May 2020 10:10:20 -0000 @@ -10,7 +10,10 @@ DISTNAME = irssi-$V PKGSPEC-main = irssi-=$V PKGNAME-main = irssi-$V PKGNAME-otr = irssi-otr-$V -REVISION = 2 +REVISION = 3 + +PATCHFILES = glib-2-63.patch +PATCH_DIST_STRIP = -p1 CATEGORIES = net Index: distinfo =================================================================== RCS file: /cvs/ports/net/irssi/distinfo,v retrieving revision 1.34 diff -u -p -r1.34 distinfo --- distinfo 30 Aug 2019 07:24:49 -0000 1.34 +++ distinfo 26 May 2020 08:57:11 -0000 @@ -1,2 +1,4 @@ +SHA256 (glib-2-63.patch) = aomQgwWNg/Si0TSXcgKv6+qEVkGzRjA/3lY79iBc744= SHA256 (irssi-1.2.2.tar.gz) = UxgoYdTSvm2zX6fj8FJKZNKlSjdDB1dNq19TYr/qVjw= +SIZE (glib-2-63.patch) = 1498 SIZE (irssi-1.2.2.tar.gz) = 1843879
