aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-09-10 05:24:02 +0800
committerache <ache@FreeBSD.org>1998-09-10 05:24:02 +0800
commit2a7f4463e494899988f06fcd52681d2cb200c4e0 (patch)
treefc5a62f704eeefbffc424061e1d090d9c60d603b /devel
parent6a672b57d16d45c72979f2a99cde5ac810787af2 (diff)
downloadfreebsd-ports-gnome-2a7f4463e494899988f06fcd52681d2cb200c4e0.tar.gz
freebsd-ports-gnome-2a7f4463e494899988f06fcd52681d2cb200c4e0.tar.zst
freebsd-ports-gnome-2a7f4463e494899988f06fcd52681d2cb200c4e0.zip
add missing \ to eval expr
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'
+ }