Re: Python 2.6 update with portmaster

2009-06-11 Thread Wesley Shields
On Wed, Jun 10, 2009 at 09:26:47AM -0400, Wesley Shields wrote: > Here's a patch[1] that allows you to use portmaster when doing the python > upgrade. I intend to commit this tomorrow morning unless someone speaks > up. I'll also be adding the instructions to the UPDATING entry. > > Once applied y

Re: Python 2.6 update with portmaster

2009-06-10 Thread Mel Flynn
On Wednesday 10 June 2009 12:52:36 Wesley Shields wrote: > On Wed, Jun 10, 2009 at 12:44:42PM -0800, Mel Flynn wrote: > > On Wednesday 10 June 2009 05:26:47 Wesley Shields wrote: > > > It will be quite slow compared to using pkg_which (the normal method) > > > so be patient. > > > > Does pkg_which

Re: Python 2.6 update with portmaster

2009-06-10 Thread Ion-Mihai Tetcu
On Wed, 10 Jun 2009 16:52:36 -0400 Wesley Shields wrote: > On Wed, Jun 10, 2009 at 12:44:42PM -0800, Mel Flynn wrote: > > On Wednesday 10 June 2009 05:26:47 Wesley Shields wrote: > > > > > It will be quite slow compared to using pkg_which (the normal > > > method) so be patient. > > > > Does pk

Re: Python 2.6 update with portmaster

2009-06-10 Thread Alexey Shuvaev
On Wed, Jun 10, 2009 at 09:26:47AM -0400, Wesley Shields wrote: > Here's a patch[1] that allows you to use portmaster when doing the python > upgrade. I intend to commit this tomorrow morning unless someone speaks > up. I'll also be adding the instructions to the UPDATING entry. > > Once applied y

Re: Python 2.6 update with portmaster

2009-06-10 Thread Mel Flynn
On Wednesday 10 June 2009 05:26:47 Wesley Shields wrote: > It will be quite slow compared to using pkg_which (the normal method) so > be patient. Does pkg_which use the pkgdb? If so, maybe we could have pkg_info grow a cache for future encounters, or we can create one: % grep -v '^@' /var/db/pkg

Re: Python 2.6 update with portmaster

2009-06-10 Thread Wesley Shields
On Wed, Jun 10, 2009 at 12:44:42PM -0800, Mel Flynn wrote: > On Wednesday 10 June 2009 05:26:47 Wesley Shields wrote: > > > It will be quite slow compared to using pkg_which (the normal method) so > > be patient. > > Does pkg_which use the pkgdb? If so, maybe we could have pkg_info grow a > cach

Re: Python 2.6 update with portmaster

2009-06-10 Thread Rene Ladan
Wesley Shields schreef: On Wed, Jun 10, 2009 at 05:59:42PM +0200, Rene Ladan wrote: 2009/6/10 Wesley Shields : On Wed, Jun 10, 2009 at 05:26:40PM +0200, Rene Ladan wrote: 2009/6/10 Wesley Shields : On Wed, Jun 10, 2009 at 04:44:41PM +0200, Rene Ladan wrote: 2009/6/10 Wesley Shields : Here's

Re: Python 2.6 update with portmaster

2009-06-10 Thread Wesley Shields
On Wed, Jun 10, 2009 at 05:59:42PM +0200, Rene Ladan wrote: > 2009/6/10 Wesley Shields : > > On Wed, Jun 10, 2009 at 05:26:40PM +0200, Rene Ladan wrote: > >> 2009/6/10 Wesley Shields : > >> > On Wed, Jun 10, 2009 at 04:44:41PM +0200, Rene Ladan wrote: > >> >> 2009/6/10 Wesley Shields : > >> >> > He

Re: Python 2.6 update with portmaster

2009-06-10 Thread Rene Ladan
2009/6/10 Wesley Shields : > On Wed, Jun 10, 2009 at 05:26:40PM +0200, Rene Ladan wrote: >> 2009/6/10 Wesley Shields : >> > On Wed, Jun 10, 2009 at 04:44:41PM +0200, Rene Ladan wrote: >> >> 2009/6/10 Wesley Shields : >> >> > Here's a patch[1] that allows you to use portmaster when doing the >> >>

Re: Python 2.6 update with portmaster

2009-06-10 Thread Wesley Shields
On Wed, Jun 10, 2009 at 05:26:40PM +0200, Rene Ladan wrote: > 2009/6/10 Wesley Shields : > > On Wed, Jun 10, 2009 at 04:44:41PM +0200, Rene Ladan wrote: > >> 2009/6/10 Wesley Shields : > >> > Here's a patch[1] that allows you to use portmaster when doing the python > >> > upgrade. I intend to commi

Re: Python 2.6 update with portmaster

2009-06-10 Thread Rene Ladan
2009/6/10 Wesley Shields : > On Wed, Jun 10, 2009 at 04:44:41PM +0200, Rene Ladan wrote: >> 2009/6/10 Wesley Shields : >> > Here's a patch[1] that allows you to use portmaster when doing the python >> > upgrade. I intend to commit this tomorrow morning unless someone speaks >> > up. I'll also be ad

Re: Python 2.6 update with portmaster

2009-06-10 Thread Rene Ladan
2009/6/10 Wesley Shields : > Here's a patch[1] that allows you to use portmaster when doing the python > upgrade. I intend to commit this tomorrow morning unless someone speaks > up. I'll also be adding the instructions to the UPDATING entry. > > Once applied you should be able to use: > > cd /usr/

Re: Python 2.6 update with portmaster

2009-06-10 Thread Wesley Shields
On Wed, Jun 10, 2009 at 04:44:41PM +0200, Rene Ladan wrote: > 2009/6/10 Wesley Shields : > > Here's a patch[1] that allows you to use portmaster when doing the python > > upgrade. I intend to commit this tomorrow morning unless someone speaks > > up. I'll also be adding the instructions to the UPDA

Python 2.6 update with portmaster

2009-06-10 Thread Wesley Shields
Here's a patch[1] that allows you to use portmaster when doing the python upgrade. I intend to commit this tomorrow morning unless someone speaks up. I'll also be adding the instructions to the UPDATING entry. Once applied you should be able to use: cd /usr/ports/lang/python && make upgrade-site-