On Mon, Dec 03, 2007 at 06:49:19PM -0500, Mark Bucciarelli wrote: > On 12/3/07, Landry Breuil <[EMAIL PROTECTED]> wrote: > > > It has already been discussed, there is no one available to handle > > security updates to -stable ports. > > Missed that, I was searching on lighttpd. I have now read Nikolay's > message re: -stable. Too bad. :( > > > It is recommended to use -current > > if you want maintained ports with security updates. > > I am at 4.2 now. If I upgrade to the Nov. 26th snapshot, I must > rebuild all installed packages using the ports tree, correct? > > Must I rebuild all installed ports each time I update to a new > snapshot or via cvs up?
Please, don't waste time building. Packages are available with each snapshots, just point your PKG_PATH to ftp://your.mirror/pub/OpenBSD/snapshots/packages/`arch` and update all using pkg_add -ui -F update -F updatedepends, it works great. Manually building ports should be required only when you activated certain flavor of a port not already available in packages. And just cvsup your ports tree each time to be in sync. Landry