Subject: Re: New value for "X11_TYPE"
To: Matthias Scheler <tron@zhadum.org.uk>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 11/27/2007 10:57:55
On Tue, 27 Nov 2007, Matthias Scheler wrote:

> I think we need a third value for system which use modular X.org as their
> native X11 distribution e.g. Mac OS X Leopard. Otherwise checks like
> this one in "pkgsrc/x11/libXcursor/buildlink3.mk" ...
> 
> .if ${X11_TYPE} != "modular"
> .include "../../x11/xcursor/buildlink3.mk"
> .else
> 
> ... do the wrong thing.

Another suggestion is to remove all of x11/xcursor.

And change the above to include ../../mk/x11.buildlink3.mk instead.

And make sure that x11-links is good enough.