Looks like the packages for Weblizer on AMD64 is corrupted.
One three different systems, it all show thew same errors.
If I am not mistaken it is here:
freetype.13.1
Freetype is version 1.3.1, not 13.1 as below.
# pkg_add webalizer
Error from ftp://ftp.openbsd.org/pub/OpenBSD/3.9/packages/amd64/:
Unknown command.
webalizer-2.01.10p3:jpeg-6bp3: complete
webalizer-2.01.10p3:png-1.2.8: complete
Can't install gd-2.0.33p2: lib not found fontconfig.3.0
Even by looking in the dependency tree:
jpeg-6bp3, libiconv-1.9.2p1, png-1.2.8
Maybe it's in a dependent package, but not tagged with @lib ?
(check with pkg_info -K -L)
If you are still running 3.6 packages, update them.
Can't install gd-2.0.33p2: lib not found freetype.13.1
Can't install webalizer-2.01.10p3: can't resolve gd-2.0.33p2
So, the dependency of this is wrong in the packages.
Then if I install the freetype, I do get the file:
# pkg_add freetype
Error from ftp://ftp.openbsd.org/pub/OpenBSD/3.9/packages/amd64/:
Unknown command.
freetype-1.3.1p2: complete
But still can do the rest either:
# pkg_add webalizer
Error from ftp://ftp.openbsd.org/pub/OpenBSD/3.9/packages/amd64/:
Unknown command.
Can't install gd-2.0.33p2: lib not found fontconfig.3.0
Even by looking in the dependency tree:
jpeg-6bp3, libiconv-1.9.2p1, png-1.2.8
Maybe it's in a dependent package, but not tagged with @lib ?
(check with pkg_info -K -L)
If you are still running 3.6 packages, update them.
Can't install gd-2.0.33p2: lib not found freetype.13.1
Can't install webalizer-2.01.10p3: can't resolve gd-2.0.33p2
Then more corruptions happen in the DB after that trying to remove them,
etc.