Re: Keeping installed ports up-to-date

2012-02-16 Thread Chris Bennett
On Wed, Feb 15, 2012 at 12:12:39AM +0100, Marc Espie wrote: > > (Unless you're a *developer*, or you want to *downgrade* ports, > you should never ever have to run make clean=plist > that's stupid. register-plist catches *bugs*.) > > Nope, won't work. You haven't de-installed the troublesome pack

Re: Keeping installed ports up-to-date

2012-02-15 Thread Stuart Henderson
On 2012/02/15 17:53, Chris Bennett wrote: > On Wed, Feb 15, 2012 at 10:12:06PM +, Stuart Henderson wrote: > > On 2012/02/15 13:23, Chris Bennett wrote: > > > On Wed, Feb 15, 2012 at 08:58:22AM +, Stuart Henderson wrote: > > > > On 2012-02-14, Chris Bennett wrote: > > > > >> > For -current:

Re: Keeping installed ports up-to-date

2012-02-15 Thread Chris Bennett
On Wed, Feb 15, 2012 at 10:12:06PM +, Stuart Henderson wrote: > On 2012/02/15 13:23, Chris Bennett wrote: > > On Wed, Feb 15, 2012 at 08:58:22AM +, Stuart Henderson wrote: > > > On 2012-02-14, Chris Bennett wrote: > > > >> > For -current: > > > >> > Update your ports tree at the SAME time

Re: Keeping installed ports up-to-date

2012-02-15 Thread Stuart Henderson
On 2012/02/15 13:23, Chris Bennett wrote: > On Wed, Feb 15, 2012 at 08:58:22AM +, Stuart Henderson wrote: > > On 2012-02-14, Chris Bennett wrote: > > >> > For -current: > > >> > Update your ports tree at the SAME time as you update -current, never > > >> > before or after. > > >> > > > >> > ma

Re: Keeping installed ports up-to-date

2012-02-15 Thread Chris Bennett
On Wed, Feb 15, 2012 at 08:58:22AM +, Stuart Henderson wrote: > On 2012-02-14, Chris Bennett wrote: > >> > For -current: > >> > Update your ports tree at the SAME time as you update -current, never > >> > before or after. > >> > > >> > make clean > >> > make update > >> > make repackage > >> >

Re: Keeping installed ports up-to-date

2012-02-15 Thread Stuart Henderson
On 2012-02-14, Chris Bennett wrote: >> > For -current: >> > Update your ports tree at the SAME time as you update -current, never >> > before or after. >> > >> > make clean >> > make update >> > make repackage >> > make reinstall >> >> Huh this reads like an excerpt of freebsd's handbook or so

Re: Keeping installed ports up-to-date

2012-02-15 Thread Marc Espie
On Tue, Feb 14, 2012 at 06:04:39PM -0600, Carson Chittom wrote: > Marc Espie writes: > > > And out-of-date will tell you which of your ports you need to rebuild. > > > > One longer, more sure-fire procedure would be to > > pkg_info -q -m -P -a >list > > pkg_delete /var/db/pkg/* > > dpb -I list >

Re: Keeping installed ports up-to-date

2012-02-14 Thread Carson Chittom
Marc Espie writes: > And out-of-date will tell you which of your ports you need to rebuild. > > One longer, more sure-fire procedure would be to > pkg_info -q -m -P -a >list > pkg_delete /var/db/pkg/* > dpb -I list I'm looking at the dpb man page on 5.0-stable. Did you mean "-P" on that last li

Re: Keeping installed ports up-to-date

2012-02-14 Thread Marc Espie
On Tue, Feb 14, 2012 at 04:14:06PM -0600, Chris Bennett wrote: > So what I said above will NOT work with these troublesome packages? > I have been using all of the make commands when working on ports, stuff > like make uninstall, etc. > The Porters Handbook seems to suggest that roughly this proced

Re: Keeping installed ports up-to-date

2012-02-14 Thread Chris Bennett
On Tue, Feb 14, 2012 at 08:32:52PM +0100, Marc Espie wrote: > On Tue, Feb 14, 2012 at 11:50:31AM -0600, Chris Bennett wrote: > > On Tue, Feb 14, 2012 at 07:06:26PM +1030, Giridhari wrote: > > > HELO, > > > > > > whatbs the correct procedure for keeping ports that are installed up to > > date > > >

Re: Keeping installed ports up-to-date

2012-02-14 Thread Marc Espie
On Tue, Feb 14, 2012 at 11:50:31AM -0600, Chris Bennett wrote: > On Tue, Feb 14, 2012 at 07:06:26PM +1030, Giridhari wrote: > > HELO, > > > > whatbs the correct procedure for keeping ports that are installed up to > date > > when the system is updated with CVS? > > > > Do I need to make uninstall

Re: Keeping installed ports up-to-date

2012-02-14 Thread Chris Bennett
On Tue, Feb 14, 2012 at 07:06:26PM +1030, Giridhari wrote: > HELO, > > whatbs the correct procedure for keeping ports that are installed up to date > when the system is updated with CVS? > > Do I need to make uninstall the ports, perform the cvs update, build the new > system and then make the new

Re: Keeping installed ports up-to-date

2012-02-14 Thread Peter N. M. Hansteen
On Tue, Feb 14, 2012 at 07:06:26PM +1030, Giridhari wrote: > whatbs the correct procedure for keeping ports that are installed up to date > when the system is updated with CVS? Use packages. Set your PKG_PATH to something appropriate - since I'm based in northern Europe, the .profile for a i386 b

Keeping installed ports up-to-date

2012-02-14 Thread Giridhari
HELO, whatbs the correct procedure for keeping ports that are installed up to date when the system is updated with CVS? Do I need to make uninstall the ports, perform the cvs update, build the new system and then make the new ports? Giridhari