Re: How to make a new option default during upgrade? (gnuplot/aquaterm)

2012-08-10 Thread Mojca Miklavec
On Fri, Aug 10, 2012 at 4:24 PM, Markus Weissmann wrote: > I'll try to sum up the problem: > 1.) The terminal used by gnuplot must be decided at compile time and upstream > is not willing to change that a) Actually, you can compile multiple terminals (decision about which ones has to be made at c

Re: How to make a new option default during upgrade? (gnuplot/aquaterm)

2012-08-10 Thread Markus Weissmann
I'll try to sum up the problem: 1.) The terminal used by gnuplot must be decided at compile time and upstream is not willing to change that 2.) There exists a fairly large number of variants that let you do the decision from 1.) when installing gnuplot 3.) One of the possible targets is Aquaterm

Re: How to make a new option default during upgrade? (gnuplot/aquaterm)

2012-08-09 Thread Mojca Miklavec
On Fri, Aug 10, 2012 at 1:13 AM, Ryan Schmidt wrote: > On Aug 9, 2012, at 16:53, Mojca Miklavec wrote: > >> After the discussion about transition from "no_x11" to "x11" and the >> need for the following lines >> >> if {[variant_isset no_x11]} { >>default_variants -x11 >> } else { >>default_

Re: How to make a new option default during upgrade? (gnuplot/aquaterm)

2012-08-09 Thread Ryan Schmidt
On Aug 9, 2012, at 16:53, Mojca Miklavec wrote: > After the discussion about transition from "no_x11" to "x11" and the > need for the following lines > > if {[variant_isset no_x11]} { >default_variants -x11 > } else { >default_variants +x11 > } > > the following question popped up in my

How to make a new option default during upgrade? (gnuplot/aquaterm)

2012-08-09 Thread Mojca Miklavec
Hello, After the discussion about transition from "no_x11" to "x11" and the need for the following lines if {[variant_isset no_x11]} { default_variants -x11 } else { default_variants +x11 } the following question popped up in my mind. In this suggested patch: http://trac.macports.or