how often do you update ports?

Personally, whenever I log in, I've got a dual core with lots of memory, so I don't generally notice any drop in performance when I'm compiling things.
 
You get an email when there are updates available. It is sent to root but /etc/aliases can be configured to forward to any email id.
 
LateNiteTV said:
how often do you guys update your ports tree and upgrade the outdated ports/packages?

Only when portaudit warns about a vulnerability that could be serious in the context of my environment.
 
Only when portaudit lists an issue, or when a specific fix/update is available.

Never understood the point to constant ports churn to stay "up-to-date".
 
Updates have the possibility of bringing a new set of bugs into your environment. If the package is not vulnerable or you don't need any additional functionality then I don't see any plausible reason to update it.
 
I frequently check freshports, there's a list of "new 7 days" or "new 48 hours". When something interesting pops up or when enough ports are out of date I rebuild everything.
 
I update ports tree every day, but i only update ports if there is major version change (1.1 to 1.2, and don't update any 1.1.1 to any 1.1.x unless i really need to)
 
Daily on my Dual-Core.

On my single core machine I do binary updates with pkg_upgrade, but the index for the 7-stable packages hasn't been updated in almost a month, so there's nothing to update. I'm starting to wonder whether 7-stable packages have been abandoned.
 
Ports: daily, OS: monthly. On everything I can get my hands on. Bugs? Maybe ten in fifteen years? Fatal ones? Nothing a re-csup or a re-portsnap couldn't handle.
 
kamikaze said:
On my single core machine I do binary updates with pkg_upgrade, but the index for the 7-stable packages hasn't been updated in almost a month, so there's nothing to update. I'm starting to wonder whether 7-stable packages have been abandoned.
Better check, there's only one ports tree (which is the same for all releases and versions) and that has seen quite a lot of activity the last month.
 
portsnap pulls in a very fresh and very changed INDEX-7 every single day ..
 
Not really, but I guess my perception is coloured by the fact that I used portupgrade -PP to handle binary package upgrades (which uses a fresh ports tree to compare versions).
 
kamikaze said:
I don't feel like putting up a tinderbox just to feed a single machine.

I don't have a tinderbox either, just a simple jail I use to build the things I need.
 
Back
Top