Opened 15 years ago

Closed 12 years ago

#18795 closed defect (fixed)

gnuplot 4.2.4 +wxwidgets missing dependencies

Reported by: FredHucht (Fred Hucht) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), mojca (Mojca Miklavec)
Port: gnuplot

Description

The wxwidgets variant of gnuplot need cairo and pango.

Attachments (1)

Portfile.diff (646 bytes) - added by FredHucht (Fred Hucht) 15 years ago.
diff relative to /opt/local/

Download all attachments as: .zip

Change History (8)

Changed 15 years ago by FredHucht (Fred Hucht)

Attachment: Portfile.diff added

diff relative to /opt/local/

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to pguyot@…
Port: gnuplot added

comment:2 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Cc: mcalhoun@… added

Cc Me!

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:4 Changed 13 years ago by jmroot (Joshua Root)

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

comment:5 Changed 12 years ago by mojca (Mojca Miklavec)

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 12 years ago by mojca (Mojca Miklavec)

Cc: mojca.miklavec.lists@… added

Cc Me!

comment:7 Changed 12 years ago by pixilla (Bradley Giesbrecht)

Resolution: fixed
Status: newclosed

See r92569

Note: See TracTickets for help on using tickets.