summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-09-09 21:24:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-09-09 21:24:02 +0000
commit8061cf4ed8faaf0074813fcd45ed92ec20668a11 (patch)
treebd1a7a49e0e23885a4e1897ba5458098a5b3a492 /devel
parentenable abacus port (diff)
add missing \ to eval expr
Notes
Notes: svn path=/head/; revision=13076
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-IniConf/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/p5-IniConf/files/patch-aa b/devel/p5-IniConf/files/patch-aa
new file mode 100644
index 000000000000..49f4416b9cea
--- /dev/null
+++ b/devel/p5-IniConf/files/patch-aa
@@ -0,0 +1,19 @@
+*** IniConf.pm.bak Fri Jul 11 09:39:59 1997
+--- IniConf.pm Thu Sep 10 01:15:26 1998
+***************
+*** 203,209 ****
+ \$SIG{$sig} = 'IGNORE';
+ \$${class}::instance[$instnum]->ReadConfig;
+ if (\$oldhandler[$instnum] && \$oldhandler[$instnum] ne 'IGNORE') {
+! eval '&$oldhandler[$instnum];';
+ }
+ \$SIG{$sig} = '$newhandler'
+ }
+--- 203,209 ----
+ \$SIG{$sig} = 'IGNORE';
+ \$${class}::instance[$instnum]->ReadConfig;
+ if (\$oldhandler[$instnum] && \$oldhandler[$instnum] ne 'IGNORE') {
+! eval '&\$oldhandler[$instnum];';
+ }
+ \$SIG{$sig} = '$newhandler'
+ }