Subject: Re: Adding fontconfig path to CHECK_FILES_SKIP?
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 09/17/2006 20:18:31
On Sun, Sep 17, 2006 at 08:14:04PM +0200, Julio M. Merino Vidal wrote:
> You can probably avoid these:
>
> +MKDIR="@MKDIR@"
> +PREFIX="@PREFIX@"
I'll remove those two.
> +VARBASE="@VARBASE@"
Nope, this isn't currently part of the heeder.
> >What about checking if ${PREFIX}/bin/fc-cache exists in
> >mk/pkginstall/fonts and call it if it is present?
>
> That sounds like a good idea and a simple way to achieve it, but it is
> not the cleanest. I think it was you who proposed adding "triggers",
> and this is where they could be useful. But that is a long term
> solution so your idea seems fine.
Just my thought :-)
> Also... what if fc-cache is also provided by the native X11? Isn't
> this the case in NetBSD?
I don't know how to best handle that, I'm afraid.
Joerg