[x11/nvidia-driver] didn't install vdpau header files with NOPORTDOCS

Anonymous swell.k at gmail.com
Fri Sep 17 15:35:53 UTC 2010


Olivier Cochard-Labbé <olivier at cochard.me> writes:

> Hi,
>
> I've just meet a problem with x11/nvidia-driver by installing it with:
> make install -DNOPORTDOCS
>
> The vdpau include files were not installed (vdpau.h and vdpau_x11.h):
> ls /usr/local/include/vdpau/
> vdpau*.h
>
> I believe their is a problem in the Makefile on this line:
> "@${LN} -sf ${DOCSDIR}/vdpau*.h ${PREFIX}/include/vdpau"
>
> The vdpau files are links to docs file.
>
> How can I fix it ?

Try to replace the line with

  @${INSTALL_DATA} ${WRKSRC}/doc/vdpau*.h ${PREFIX}/include/vdpau

Alternatively you can install libvdpau port.

  http://www.freebsd.org/cgi/query-pr-summary.cgi?text=vdpau


More information about the freebsd-ports mailing list