summaryrefslogtreecommitdiff
path: root/lang/tclX/files/tcl86-test-patch
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2014-08-02 00:39:42 +0000
committerMikhail Teterin <mi@FreeBSD.org>2014-08-02 00:39:42 +0000
commita4d1570b481d83af37569add95f5fba25123c29c (patch)
tree389bf90fd36c0f7c7c07caed2f02c6519927ecbf /lang/tclX/files/tcl86-test-patch
parentBandaid fix for build failure that can block kde4. The port has a (diff)
After a lively discussion with Tcl developers, fix the TclX
profile-code to use the official API-calls instead of modifying Tcl's internal data-structures directly. The profile command now works again. Will try to have the change committed upstream.
Notes
Notes: svn path=/head/; revision=363773
Diffstat (limited to 'lang/tclX/files/tcl86-test-patch')
-rw-r--r--lang/tclX/files/tcl86-test-patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/tclX/files/tcl86-test-patch b/lang/tclX/files/tcl86-test-patch
new file mode 100644
index 000000000000..7812ad31fb35
--- /dev/null
+++ b/lang/tclX/files/tcl86-test-patch
@@ -0,0 +1,14 @@
+--- tests/profile.test 2012-11-06 18:00:07.000000000 -0500
++++ tests/profile.test 2014-08-01 20:23:17.000000000 -0400
+@@ -310,5 +310,4 @@
+ {{::ProcD4 ::ProcC4 ::ProcB4 ::ProcA4 <global>} 1} \
+ {{::ProcE4 ::ProcB4 ::ProcA4 <global>} 1} \
+- {{::error ::ProcD4 ::ProcC4 ::ProcB4 ::ProcA4 <global>} 1} \
+ {{::profile <global>} 1}]
+
+@@ -336,5 +335,4 @@
+ {{::ProcD4 ::ProcC4 ::ProcB4 ::ProcA4 <global>} 1} \
+ {{::ProcE4 ::ProcB4 ::ProcA4 <global>} 1} \
+- {{::error ::ProcD4 ::ProcC4 ::ProcB4 ::ProcA4 <global>} 1} \
+ {{::profile <global>} 1}]
+