Ticket #18795 (closed defect: fixed)
gnuplot 4.2.4 +wxwidgets missing dependencies
| Reported by: | fred@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | Cc: | mcalhoun@…, mojca.miklavec.lists@… | |
| Port: | gnuplot |
Description
The wxwidgets variant of gnuplot need cairo and pango.
Attachments
Change History
Changed 4 years ago by fred@…
- Attachment Portfile.diff added
comment:1 Changed 4 years ago by jmr@…
- Owner changed from macports-tickets@… to pguyot@…
- Port set to gnuplot
comment:5 Changed 13 months ago by mojca.miklavec.lists@…
Thanks for this report. I can confirm that this is indeed a problem, but according to current approach for +pangocairo variant (which enables using development version of the port), I would rather use
--- a/Portfile
+++ b/Portfile
@@ -82,7 +82,7 @@ variant no_x11 {
}
variant wxwidgets description "Enable wxWidgets front-end" {
- depends_lib-append port:wxWidgets
+ depends_lib-append port:wxWidgets path:lib/pkgconfig/pango.pc:pango
configure.args-delete --disable-wxwidgets
configure.args-append --with-wx-config=${prefix}/bin/wx-config
}
Note: See
TracTickets for help on using
tickets.


diff relative to /opt/local/