Yes, I did this before: cd /usr/src cvs -d anon...@anoncvs.ca.openbsd.org:/cvs -q up -Pd ...
But I still had this issue until: mkdir -m 0755 -p /usr/X11R6/include/freetype2/freetype/config Thank you :) Heiko Am 22.10.2015 um 12:40 schrieb David Coppa: > On Thu, Oct 22, 2015 at 12:36 PM, Heiko Zimmermann > <open...@heiko-zimmermann.com> wrote: >> mkdir -m 0755 -p /usr/X11R6/include/freetype2/freetype/config >> >> solved the issue. >> >> cat /usr/src/etc/mtree/BSD.x11.dist > /etc/mtree/BSD.x11.dist >> was not working. > > For "up-to-date src tree" I meant: > > cd /usr/src > cvs -d anon...@anoncvs.ca.openbsd.org:/cvs -q up -Pd > > See: > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc/mtree/BSD.x11.dist?rev=1.41&content-type=text/x-cvsweb-markup > > >> Thank you David. >> >> Cheers, >> Heiko > > You're welcome. > David