New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18795 (closed defect: fixed)

Opened 4 years ago

Last modified 13 months ago

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

Portfile.diff (646 bytes) - added by fred@… 4 years ago.
diff relative to /opt/local/

Change History

Changed 4 years ago by fred@…

diff relative to /opt/local/

comment:1 Changed 4 years ago by jmr@…

  • Owner changed from macports-tickets@… to pguyot@…
  • Port set to gnuplot

comment:2 Changed 4 years ago by mcalhoun@…

  • Cc mcalhoun@… added

Cc Me!

comment:3 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

comment:4 Changed 3 years ago by jmr@…

  • Owner changed from pguyot@… to macports-tickets@…

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
 }

comment:6 Changed 13 months ago by mojca.miklavec.lists@…

  • Cc mojca.miklavec.lists@… added

Cc Me!

comment:7 Changed 13 months ago by pixilla@…

  • Status changed from new to closed
  • Resolution set to fixed

See r92569

Note: See TracTickets for help on using tickets.