Well trying to go backwards is always a bit of a risk.
To be sure things are as intended you're best off starting
with a 5.3 install and updating src/xenocara to a point
before the commit with an eye on current.html
I took an empty harddrive, installed 5.3 on it, then
# cd /usr
# cvs -d [email protected]:/cvs checkout -D 2013-06-05 -P
src ports xenocara
Tried to compile, but got an error:
In file included from
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_locl.h:52,
from
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_cmp.c:34:
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/libasn1.h:45:18:
error: asn1.h: No such file or directory
In file included from
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_locl.h:52,
from
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_get.c:34:
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/libasn1.h:45:18:
error: asn1.h: No such file or directory
In file included from
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_locl.h:52,
from
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_put.c:34:
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/libasn1.h:45:18:
error: asn1.h: No such file or directory
In file included from
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_locl.h:52,
from
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_free.c:34:
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/libasn1.h:45:18:
error: asn1.h: No such file or directory
In file included from
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_locl.h:52,
from
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_length.c:34:
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/libasn1.h:45:18:
error: asn1.h: No such file or directory
In file included from
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_locl.h:52,
from
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_copy.c:34:
/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/libasn1.h:45:18:
error: asn1.h: No such file or directory
mkdep: compile failed.
*** Error 1 in lib/libkrb5 (<bsd.dep.mk>:22 '.depend':
@files="/usr/src/lib/libkrb5/../../kerberosV/src/lib/asn1/der_cmp.c
/usr/src/lib/libk...)
*** Error 1 in lib (<bsd.subdir.mk>:48 'depend')
*** Error 1 in /usr/src (Makefile:82 'build')
How do I get it to compile?