summaryrefslogtreecommitdiff
path: root/mbone/sdr/files/patch-ac
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2004-02-02 00:55:08 +0000
committerBill Fenner <fenner@FreeBSD.org>2004-02-02 00:55:08 +0000
commit4e2842b561dc69de56c2f792bd4096e1d5689799 (patch)
tree59cca62501995772ea3ab57251c84bdc4e93e702 /mbone/sdr/files/patch-ac
parentSync with www/mozilla. This makes sure that future development ports (diff)
Update to sdr 3.0.
Depend on tcl/tk 8.4. Submitted by: overholt <overholt@GeekDude.Com> (tcl/tk 8.3 upgrade) PR: ports/52779
Diffstat (limited to 'mbone/sdr/files/patch-ac')
-rw-r--r--mbone/sdr/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/mbone/sdr/files/patch-ac b/mbone/sdr/files/patch-ac
deleted file mode 100644
index 8499cceb284b..000000000000
--- a/mbone/sdr/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../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