Opened 13 years ago
Closed 12 years ago
#34345 closed defect (fixed)
blt port doesn't supply graph commands
Reported by: | DanielO (Daniel O'Connor) | Owned by: | markd@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | haspatch | Cc: | |
Port: | blt |
Description
It appears BLT rejects Tk because it is setting exact in Tcl_PkgRequire. There is a patch to not set this flag for Tcl but it needs to be done for Tk as well.
This is easily done by patching the top of the file to change EXACT to 0.
Before this change 'package require BLT' does not supply graph and other GUI widgets.
Attachments (1)
Change History (3)
Changed 13 years ago by DanielO (Daniel O'Connor)
Attachment: | blt2.4z-noexactversion.patch added |
---|
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|---|
Owner: | changed from macports-tickets@… to markd@… |
comment:2 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r96852