| Summary: | math/py-matplotlib: remove unused dependency on tcl | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | mainland, thierry | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(mainland) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Note that by default we build the TkAgg back-end, which uses tkinter. Then, anyways, you get a dependency on TCL/Tk… (In reply to Thierry Thomas from comment #1) Yes, it's pulled by tk, but still not used by matplotlib. In QT5AGGBACKEND case this removes tcl dependency for good. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=559d03711fb87954a559e48186543a197f1aa4a9 commit 559d03711fb87954a559e48186543a197f1aa4a9 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-06-09 13:57:37 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-06-10 14:00:44 +0000 math/py-matplotlib: remove unneded dependency on tcl PR: 255843 Approved by: maintainer timeout (mainland@apeiron.net, 1 month) math/py-matplotlib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) |
Created attachment 224903 [details] Patch tcl is not used by matplotlib, not mentioned in the build logs or the source, and it builds and runs fine without it.