found three occurances of KERN_PROC, which is now deprecated in favor of KERN_PROC2. (http://marc.info/?l=openbsd-cvs&m=126350804608096&w=2) Error messages are similar to this one:
usr/ports/pobj/kdebase-3.5.10/kdebase-3.5.10/kcontrol/kfontinst/kfontinst/GetPi d.c:188: error: `KERN_PROC' undeclared (first use in this function) KERN_PROC is used here: usr/ports/pobj/kdebase-3.5.10/kdebase-3.5.10/kicker/applets/naughty/NaughtyProc essMonitor.cpp in line 395 /usr/ports/pobj/kdebase-3.5.10/kdebase-3.5.10/kcontrol/kfontinst/kfontinst/GetPi d.c in lines 188, 200 manually changing them to KERN_PROC2 let at least finish the compilation run. Kind regards, Dorian -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
