Bug 212666 - math/scilab missing dependency bwidget
Summary: math/scilab missing dependency bwidget
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-13 18:57 UTC by Otacílio de Araújo Ramos Neto
Modified: 2016-10-31 23:30 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (makc)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Otacílio de Araújo Ramos Neto 2016-09-13 18:57:47 UTC
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.
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2016-10-25 14:53:22 UTC
(In reply to otacilio.neto from comment #0)
> Installing port fixes the problem. bwidget needs only be added to dependency
> list.
you mean x11-toolkits/bwidget ?
Comment 2 Otacílio de Araújo Ramos Neto 2016-10-25 15:27:06 UTC
Yes.
x11-toolkits/bwidget
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-10-31 23:24:12 UTC
A commit references this bug:

Author: makc
Date: Mon Oct 31 23:24:04 UTC 2016
New revision: 425036
URL: https://svnweb.freebsd.org/changeset/ports/425036

Log:
  math/scilab:
  - Add missing dependency on x11-toolkits/bwidget [1]
  - Take maintainership

  PR:		212666 [1]
  Submitted by:	otacilio.neto

Changes:
  head/math/scilab/Makefile
Comment 4 Max Brazhnikov freebsd_committer freebsd_triage 2016-10-31 23:30:20 UTC
Committed, thanks!