Re: GMP change

2010-04-25 Thread Doug Barton
On 04/23/10 07:14, jhell wrote: > Doug, > > You mentioned in your reply that portmaster already sets > DISABLE_CONFLICTS=1 for -o in version 2.22. Does it also do this while > the -r flag has been specified and thus enabling that while upgrading > recursively ? or does it drop the DISABLE_CO

Re: GMP change

2010-04-23 Thread jhell
On 04/22/2010 05:30, Andrea Venturoli wrote: > Hello. > > From UPDATING: > >> 20100419: >> AFFECTS: users of math/libgmp4 >> AUTHOR: a...@freebsd.org >> >> The default gmp version in FreeBSD is now 5.0.x. The port directory >> changed >> from math/libgmp4 to math/gmp. An entry has been ad

Re: GMP change

2010-04-22 Thread Doug Barton
On 4/22/2010 3:10 AM, Denny Lin wrote: > See if this works: > # env DISABLE_CONFLICTS=1 portmaster -o math/gmp math/libgmp4 As of portmaster version 2.22 the DISABLE_CONFLICTS is already in the script for the -o option. FYI, Doug -- ... and that's just a little bit of history repeati

Re: GMP change

2010-04-22 Thread Andrea Venturoli
On 04/22/10 11:36, Luca Pizzamiglio wrote: Hallo Andrea, I've had the same problem using portupgrade and no clean solution found. This is the dirty trick I've used: pkg_delete -f libgmp4\* portupgrade -N math/gmp BTW, portupgrade with -o doesn't work because now the conflicts is checked "befo

Re: GMP change

2010-04-22 Thread Luca Pizzamiglio
Hi Denny, your trick works! Thanks, but I think is not the best solution for all cases... If there are more conflicting ports, disabling the check is not a good idea... Best regards Luca On 04/22/2010 12:10, Denny Lin wrote: On Thu, Apr 22, 2010 at 11:36:17AM +0200, Luca Pizzamiglio wrote:

Re: GMP change

2010-04-22 Thread Denny Lin
On Thu, Apr 22, 2010 at 11:36:17AM +0200, Luca Pizzamiglio wrote: > Hallo Andrea, > > I've had the same problem using portupgrade and no clean solution found. > > This is the dirty trick I've used: > > pkg_delete -f libgmp4\* > portupgrade -N math/gmp > > BTW, portupgrade with -o doesn't work b

Re: GMP change

2010-04-22 Thread Luca Pizzamiglio
Hallo Andrea, I've had the same problem using portupgrade and no clean solution found. This is the dirty trick I've used: pkg_delete -f libgmp4\* portupgrade -N math/gmp BTW, portupgrade with -o doesn't work because now the conflicts is checked "before" the building process and gmp building f

Re: GMP change

2010-04-22 Thread Ashish SHUKLA
Andrea Venturoli writes: > Hello. > From UPDATING: >> 20100419: >> AFFECTS: users of math/libgmp4 >> AUTHOR: a...@freebsd.org >> >> The default gmp version in FreeBSD is now 5.0.x. The port directory changed >> from math/libgmp4 to math/gmp. An entry has been added in MOVED and all >> depending