On 2006/05/22 14:42, steven mestdagh wrote:
> Clearly, this no_x11 stuff has a low priority.
The error message could use work though;
Can't install gd-2.0.33p2: lib not found fontconfig.3.0
Even by looking in the dependency tree:
jpeg-6bp3, png-1.2.8, libiconv-1.9.2p3
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.
This far on, the notice about 3.6 packages is becoming obsolete;
however people without the necessary base sets installed, and
especially people who don't know enough not to mix -current
packages with a release or -stable are more likely to ask for
help than to work out the problem themselves; how about this?
Index: usr.sbin/pkg_add/pkg_add
===================================================================
RCS file: /mnt/cvsroot/OpenBSD/src/usr.sbin/pkg_add/pkg_add,v
retrieving revision 1.217
diff -u -r1.217 pkg_add
--- usr.sbin/pkg_add/pkg_add 4 Mar 2006 11:31:18 -0000 1.217
+++ usr.sbin/pkg_add/pkg_add 22 May 2006 13:23:22 -0000
@@ -477,6 +477,7 @@
Warn "Maybe it's in a dependent package, but not tagged with [EMAIL
PROTECTED] ?\n";
Warn "(check with pkg_info -K -L)\n";
Warn "If you are still running 3.6 packages, update them.\n";
+ Warn "Do you have the correct OS file sets and versions to install this
package ?\n";
}