On 2008/07/03 00:57, Aaron W. Hsu wrote:
> What is the easiest way to rebuild my packages for a new base library
> version? Right now, I see that there is a FORCE_UPDATE environment
> variable I can use when building a port, but this seems a bit broad.  If
> I just want to update a certain package, make update doesn't seem to
> work because it will already recognize the package as being installed, I
> could just tell it to build a new package by deleting the old one
> manually, but what's the correct way of doing this?

make clean && make repackage && make update FORCE_UPDATE=hard

If you're on an arch with regular packages, it's usually simpler
to just "pkg_add -ui" though.

Reply via email to