Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#991 closed defect (fixed)

gnuplot disables X11 by default

Reported by: mdales@… Owned by: rshaw@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: jpm@…
Port: gnuplot

Description (last modified by ryandesign (Ryan Carsten Schmidt))

the default configure arguments in the gnuplot Portfile disables X11 support. I'd venture that this should be on by default, given that a lot of other ports require X11, and that it ships with Panther. As requested by felix, I've submitted a patch for the portfile below, fixing the configuration line and altering the maintainer to myself. Here's the diff:

--- Portfile.old        Mon Oct  6 13:30:12 2003
+++ Portfile    Mon Oct  6 13:53:30 2003
@@ -5,7 +5,7 @@
 version                3.8h.0
 revision       0
 categories     math science
-maintainers    jpm@opendarwin.org
+maintainers    mdales@opendarwin.org
 description    A command-driven interactive function plotting program
 long_description       Gnuplot is a command-driven interactive function \
        plotting program. Plots any number of functions, built up of C \
@@ -19,7 +19,7 @@
 patchfiles     patch-term.h
 configure.env  LDFLAGS="-L${prefix}/lib" \
        CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
-configure.args --with-readline=gnu --with-gd --without-x
+configure.args --with-readline=gnu --with-gd 
 destroot.destdir prefix=${destroot}${prefix}
 
 variant x11 {

Attachments (2)

gnutplot.patch (724 bytes) - added by mdales@… 20 years ago.
diff between old portfile and changed portfile
patch-gnuplot (2.0 KB) - added by fkr@… 20 years ago.
suggested update

Download all attachments as: .zip

Change History (7)

Changed 20 years ago by mdales@…

Attachment: gnutplot.patch added

diff between old portfile and changed portfile

comment:1 Changed 20 years ago by fkr@…

waiting for a reply from jpm@ -fkr

Changed 20 years ago by fkr@…

Attachment: patch-gnuplot added

suggested update

comment:2 Changed 20 years ago by rshaw@…

Owner: changed from fkr@… to rshaw@…

comment:3 Changed 20 years ago by rshaw@…

Status: newassigned

Now that there is a working "aqua" variant, should X11 still be the default? Or should it be updated to make the "aqua" variant the default? Currently neither is default.

-rshaw

comment:4 Changed 20 years ago by rshaw@…

Resolution: fixed
Status: assignedclosed

Fixed and committed. -rshaw

comment:5 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: gnuplot added
Note: See TracTickets for help on using tickets.