Subject: Re: CVS commit: pkgsrc/x11/qt4
To: Geert Hendrickx <ghen@netbsd.org>
From: Ian Zagorskih <ianzag@megasignal.com>
List: tech-pkg
Date: 02/21/2006 18:31:18
> Thanks for your work on Qt4.  All x11/qt4-* packages built fine for me, but
> the include files they install appear to be broken.  They all look like:
>
> cat /usr/pkg/qt4/include/Qt/qapplication.h
> #include "../../src/gui/kernel/qapplication.h"
>
> pointing to a file which does not exist.

Same for me. According to makefile header files are installed with ${CP} and 
AFAIU Qt4 expect/does it with its own mechanism so probably it should be 
used. Real files are located in a bunch of sub-dirs of src tree and it should 
be quite hard to install all of them manually with ${CP} by hands.

// wbr