rxvt-unicode: add patch to not crash on Perl 5.32 during destruction.

Adopted.
This commit is contained in:
Leah Neukirchen 2020-11-14 20:30:07 +01:00
parent 20987e7357
commit 4f52b7c187
2 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,17 @@
http://lists.schmorp.de/pipermail/rxvt-unicode/2020q2/002583.html
--- src/rxvtperl.xs
+++ src/rxvtperl.xs
@@ -374,12 +374,6 @@ static PerlInterpreter *perl;
rxvt_perl_interp::~rxvt_perl_interp ()
{
- if (perl)
- {
- perl_destruct (perl);
- perl_free (perl);
- PERL_SYS_TERM ();
- }
}
void

View File

@ -1,7 +1,7 @@
# Template file for 'rxvt-unicode' # Template file for 'rxvt-unicode'
pkgname=rxvt-unicode pkgname=rxvt-unicode
version=9.22 version=9.22
revision=14 revision=15
build_style=gnu-configure build_style=gnu-configure
configure_args=" configure_args="
--with-terminfo=/usr/share/terminfo --enable-256-color --with-terminfo=/usr/share/terminfo --enable-256-color
@ -20,7 +20,7 @@ makedepends="xorgproto fontconfig-devel libXrender-devel libXft-devel libSM-deve
$(vopt_if startup_notification startup-notification-devel)" $(vopt_if startup_notification startup-notification-devel)"
depends="ncurses rxvt-unicode-terminfo-${version}_${revision}" depends="ncurses rxvt-unicode-terminfo-${version}_${revision}"
short_desc="Terminal emulator supporting Xft fonts and Unicode" short_desc="Terminal emulator supporting Xft fonts and Unicode"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="http://software.schmorp.de/pkg/rxvt-unicode.html" homepage="http://software.schmorp.de/pkg/rxvt-unicode.html"
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2" distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.bz2"