pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rt4/patches rt4: actually add the patch
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d73d951681e
branches: trunk
changeset: 383677:1d73d951681e
user: markd <markd%pkgsrc.org@localhost>
date: Sun Aug 21 20:52:52 2022 +0000
description:
rt4: actually add the patch
diffstat:
devel/rt4/patches/patch-lib_RT_Condition.pm | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 69d68a86c206 -r 1d73d951681e devel/rt4/patches/patch-lib_RT_Condition.pm
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rt4/patches/patch-lib_RT_Condition.pm Sun Aug 21 20:52:52 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_RT_Condition.pm,v 1.1 2022/08/21 20:52:52 markd Exp $
+
+fix required for perl 5.36+
+
+--- lib/RT/Condition.pm.orig 2019-01-31 14:39:47.000000000 +0000
++++ lib/RT/Condition.pm
+@@ -198,7 +198,7 @@ sub DESTROY {
+
+ # We need to clean up all the references that might maybe get
+ # oddly circular
+- $self->{'TemplateObj'} =undef
++ $self->{'TemplateObj'} = undef;
+ $self->{'TicketObj'} = undef;
+ $self->{'TransactionObj'} = undef;
+ $self->{'ScripObj'} = undef;
Home |
Main Index |
Thread Index |
Old Index