Subject: New value for "X11_TYPE"
To: None <tech-pkg@NetBSD.org>
From: Matthias Scheler <tron@zhadum.org.uk>
List: tech-pkg
Date: 11/27/2007 11:18:29
Hello,
at the moment "pkgsrc" supports to values for "X11_TYPE":
native system using XFree86 or even older native X11
modular system using X.org from "pkgsrc"
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.
Kind regards
--
Matthias Scheler http://zhadum.org.uk/