Subject: Modular Xorg support and buildlink3.mk files
To: None <tech-pkg@netbsd.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: tech-pkg
Date: 01/24/2007 11:11:07
Hi,

I want to add "modular Xorg support" for all Xfce 4.4.0 packages (currently in
pkgsrc-wip). Reading some of the CVS commit mails I saw that it basically means
adding these lines to Makefile:


BUILDLINK_DEPMETHOD.libXt?=    build

.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"


And now my question: what harm would it cause if I regenerate the buildlink3.mk
files so that they will also contain these settings? Sooner or later I need to
regenerate the buildlink3.mk files and I might forget to remove these lines...

PS. The pkgsrc guide (in pkgsrc/doc) says nothing about this.

Martti