Re: Configure flags and universal variants

2007-03-28 Thread Vincent Lefevre
On 2007-03-28 13:05:23 +0200, Elias Pipping wrote: > On Mar 28, 2007, at 3:35 AM, Paul Guyot wrote: > >It would be great if this could be tested more and released as soon as > >possible: > >- it would allow maintainers to work on universal variants > >- it would allow us to simplify many portfiles

Re: Configure flags and universal variants

2007-03-28 Thread Elias Pipping
On Mar 28, 2007, at 3:35 AM, Paul Guyot wrote: Hi all, Trunk contains new code for configure flags and default universal variant code. It would be great if this could be tested more and released as soon as possible: - it would allow maintainers to work on universal variants - it would al

Re: Configure flags and universal variants

2007-03-27 Thread Ryan Schmidt
On Mar 27, 2007, at 20:35, Paul Guyot wrote: Trunk contains new code for configure flags and default universal variant code. It would be great if this could be tested more and released as soon as possible: - it would allow maintainers to work on universal variants - it would allow us to si

Re: Configure flags and universal variants

2007-03-27 Thread Paul Guyot
On Mar 28, 2007, at 1:13 PM, Daniel J. Luke wrote: On Mar 27, 2007, at 9:35 PM, Paul Guyot wrote: Besides, trunk code produces -O2 binaries for autoconf-based ports, while any such port with the previous line is compiled -O0 with 1.4.0. Might -Os be a better choice for the default? -O2

Re: Configure flags and universal variants

2007-03-27 Thread Daniel J. Luke
On Mar 27, 2007, at 9:35 PM, Paul Guyot wrote: Besides, trunk code produces -O2 binaries for autoconf-based ports, while any such port with the previous line is compiled -O0 with 1.4.0. Might -Os be a better choice for the default? -- Daniel J. Luke +==

Configure flags and universal variants

2007-03-27 Thread Paul Guyot
Hi all, Trunk contains new code for configure flags and default universal variant code. It would be great if this could be tested more and released as soon as possible: - it would allow maintainers to work on universal variants - it would allow us to simplify many portfiles by removing: co