Looking again, I think I see another problem ...
On Tue, 1 May 2007, Siju George wrote:
> I was trying to Install modular-xorg-drivers from pkgsrc-2007Q1 on a
> DragonFly 1.8.1-RELEASE and get the following error ( detailed at the
> end of mail ).
> => Required installed package kbproto>=1.0.2: kbproto-1.0.3 found
> => Required installed package xorg-libs>=6.9.0nb2: xorg-libs-6.9.0nb10 found
> => Required installed package modular-xorg-server>=1.1.1: NOT found
Notice above "xorg-libs-6.9.0nb10" found. That is not modular X.org.
In your mk.conf set:
X11_TYPE=modular
And also do a "bmake clean-depends clean".
X11_TYPE defaults to "xorg" on DragonFly.
Probably there should be some good error message when you attempt to
mix-and-match old monolithic Xorg with newer modular Xorg. Or maybe the
builtin.mk or buildlink3.mk files should be setup to not allow old,
not-good-enough, dependencies to be used.