ports/108856: [mbone/sdr] make sdr usable again; patch appended
Hannes Frederic Sowa
hannes at sowa.ath.cx
Wed Feb 7 02:10:18 UTC 2007
>Number: 108856
>Category: ports
>Synopsis: [mbone/sdr] make sdr usable again; patch appended
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 07 02:10:16 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Hannes Frederic Sowa
>Release:
>Organization:
>Environment:
>Description:
sdr is not usabel at all because of some minor tk api changes, i think.
>How-To-Repeat:
just start sdr and move the mouse
>Fix:
add this patch to mbone/sdr/files/patch-src-generic.tcl:
--- ../src/generic.tcl.orig Wed Feb 7 02:40:25 2007
+++ ../src/generic.tcl Wed Feb 7 02:41:13 2007
@@ -89,8 +89,6 @@
proc tixAddBalloon {w class msg {initWait 500}} {
global tixBal
if {$class == "Button" } {
- bind $w <Enter> "+tkButtonEnter $w"
- bind $w <Leave> "+tkButtonLeave $w"
bind $w <ButtonPress> "+tixBalEnd $w"
} else {
if { $class == "Entry" } {
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list