On 2014-09-16, [email protected] <[email protected]> wrote: > Hi, > > I thought [during the last stage of switching to -current] the > Makefile's $PKG_PATH variable in /usr/ports had to be set the same > as it is in ~/.profile. ie. PKG_PATH=ftp://mirror.aarnet.edu.au/pub > /OpenBSD/5.5/packages/$(uname -m). But that gives me "Broken dependency" > error. Without doing that, most of "make update" output gives me these > errors:
Did you find some instructions somewhere telling you to run "make update" in /usr/ports? If so, they are wrong, this will not do what you want. Typical method of updating is to boot a new install kernel, install a snapshot, reboot, run sysmerge, reboot again, then run pkg_add -u with an appropriate PKG_PATH for the new version. Also note that -current has moved on from what will be the 5.6 release, you can not easily go back from -current to 5.6.

