[Bug 212666] math/scilab missing dependency bwidget
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 13 18:57:48 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212666
Bug ID: 212666
Summary: math/scilab missing dependency bwidget
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: makc at FreeBSD.org
Reporter: otacilio.neto at bsd.com.br
Assignee: makc at FreeBSD.org
Flags: maintainer-feedback?(makc at FreeBSD.org)
Scilab needs bwidget to property edit window on graphics. Without bwidget this
error message appears when the user tries edit graphics property.
TCL_EvalFile, na linha 20 do arquivo
/usr/local/share/scilab//modules/graphics/tcl/ged/Figure.tcl
can't find package BWidget
while executing
"package require BWidget"
(in namespace inscope "::" script line 1)
invoked from within
"namespace inscope :: package require BWidget"
(file "/usr/local/share/scilab//modules/graphics/tcl/ged/Figure.tcl" line
20).
at line 19 of function ged_figure called by :
at line 91 of function ged called by :
if exists("gcbo") then %oldgcbo = gcbo; end;gcbo =
getcallbackobject(1635);ged(8,0);;if exists("%oldgcbo") then gcbo = %oldgcbo;
else clear gcbo; end;
while executing a callback
Installing port fixes the problem. bwidget needs only be added to dependency
list.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list