[MacPorts] #991: gnuplot disables X11 by default

MacPorts noreply at macports.org
Thu Mar 24 06:31:06 PDT 2016


#991: gnuplot disables X11 by default
-----------------------+---------------------
  Reporter:  mdales@…  |      Owner:  rshaw@…
      Type:  defect    |     Status:  closed
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  1.0
Resolution:  fixed     |   Keywords:
      Port:  gnuplot   |
-----------------------+---------------------
Changes (by ryandesign@…):

 * port:   => gnuplot


Old description:

> 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 at opendarwin.org
> +maintainers    mdales at 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 {

New description:

 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 at opendarwin.org
 +maintainers    mdales at 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 {
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/991#comment:5>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list