Hello together,
I did like expected in current.html:
2015/10/19 - [xenocara] freetype update
Freetype was updated to version 2.6.1, which causes header files to be
moved around. As a result, some old files needs to be removed manually:
cd /usr/X11R6/include/freetype2
rm -rf config
rm -f freetype.h ftadvanc.h ftbbox.h ftbdf.h ftbitmap.h ftbzip2.h \
ftcache.h ftcffdrv.h ftchapters.h ftcid.h fterrdef.h \
fterrors.h ftfntfmt.h ftgasp.h ftglyph.h ftgxval.h ftgzip.h \
ftimage.h ftincrem.h ftlcdfil.h ftlist.h ftlzw.h ftmac.h \
ftmm.h ftmodapi.h ftmoderr.h ftotval.h ftoutln.h ftpfr.h \
ftrender.h ftsizes.h ftsnames.h ftstroke.h ftsynth.h \
ftsystem.h fttrigon.h fttypes.h ftwinfnt.h t1tables.h \
ttnameid.h tttables.h tttags.h ttunpat.h
Then:
cd /usr/xenocara
cvs -d [email protected]:/cvs -q up -Pd
rm -rf /usr/xobj/*
make bootstrap
make obj
make build
But I get always this error:
===> lib/freetype
install: /usr/X11R6/include/freetype2/freetype/config/ftconfig.h: No
such file or directory
*** Error 71 in lib/freetype (Makefile:42 'includes': @cmp -s
/usr/X11R6/include/freetype2/freetype/config/ftconfig.h
/usr/xenocara/lib/fre...)
*** Error 1 in lib (<bsd.subdir.mk>:48 'includes')
*** Error 1 in . (<bsd.subdir.mk>:48 'includes')
*** Error 1 in . (Makefile:57 'beforebuild')
*** Error 1 in /usr/xenocara (Makefile:40 'build')
It is on amd64, current snapshot from today.
How can I fix this?
Thank you in advance.
Heiko