On Mon, 14 Dec 2009 17:34:06 -0800
patrick keshishian <pkesh...@gmail.com> wrote:

> Can't update forward dependency of postgresql-server-8.4.1p1 on
> postgresql-client-8.4.1p1: postgresql-client-8.4.2 doesn't match (use
> -F updatedepends to force it)

"make update" in the port directory just calls pkg_add after the package
is built.
The error message tells you what option pkg_add would need to resolve
the issue. (pkg_add -F updatedepends /package-location/package)

The sentence on the 4. hit for "update" in 'man ports' also explains
about the env var FORCE_UPDATE, if set to Yes the make update would
have worked, too.

- Robert

Reply via email to