Index: head/mbone/sdr/files/patch-ac =================================================================== --- head/mbone/sdr/files/patch-ac (nonexistent) +++ head/mbone/sdr/files/patch-ac (revision 26837) @@ -0,0 +1,11 @@ +--- ../src/plugin2tcl.tcl.orig Sun Mar 19 20:33:42 2000 ++++ ../src/plugin2tcl.tcl Sun Mar 19 20:35:39 2000 +@@ -8,7 +8,7 @@ + puts $file "set createrules \"$createrules\"" + foreach ary {tooldata mediadata fmts protos protonames fmtnames mappings attrs attrnames attrvaluenames attrflags noattrflags noattrlist defattrlist withattrs macros macrokeys fmtlayers} { + foreach key [array names $ary] { +- puts $file "set [set ary]($key) \"[set [set ary]($key)]\"" ++ puts $file [list set [set ary]($key) [set [set ary]($key)]] + } + } + close $file Property changes on: head/mbone/sdr/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.5 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/sdr/files/patch-ac =================================================================== --- head/net/sdr/files/patch-ac (nonexistent) +++ head/net/sdr/files/patch-ac (revision 26837) @@ -0,0 +1,11 @@ +--- ../src/plugin2tcl.tcl.orig Sun Mar 19 20:33:42 2000 ++++ ../src/plugin2tcl.tcl Sun Mar 19 20:35:39 2000 +@@ -8,7 +8,7 @@ + puts $file "set createrules \"$createrules\"" + foreach ary {tooldata mediadata fmts protos protonames fmtnames mappings attrs attrnames attrvaluenames attrflags noattrflags noattrlist defattrlist withattrs macros macrokeys fmtlayers} { + foreach key [array names $ary] { +- puts $file "set [set ary]($key) \"[set [set ary]($key)]\"" ++ puts $file [list set [set ary]($key) [set [set ary]($key)]] + } + } + close $file Property changes on: head/net/sdr/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.5 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property