the problem was TAB/space related. i've attached the working patch. cheers. Giorgos Keramidas schrieb am 2009-06-24: > On Wed, 24 Jun 2009 01:21:02 +0200 (CEST), Alexander Best > <alexbestms_at_math.uni-muenster.de> wrote: > > sure: > > *************** > > *** 265,270 **** > > .if ${MK_SENDMAIL} != "no" > > mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f > > ${.CURDIR}/mtree/BSD.sendmail.dist -p ${DESTDIR}/ > > .endif > > cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys > > sys > > cd ${DESTDIR}/usr/share/man/en.ISO8859-1; ln -sf ../man* . > > cd ${DESTDIR}/usr/share/man/en.UTF-8; ln -sf ../man* . > > --- 268,276 ---- > > .if ${MK_SENDMAIL} != "no" > > mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f > > ${.CURDIR}/mtree/BSD.sendmail.dist -p ${DESTDIR}/ > > .endif > > + .if ${MK_GAMES} != "no" > > + mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f > > ${.CURDIR}/mtree/BSD.games.dist -p ${DESTDIR}/ > > + .endif > > cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys > > sys > > cd ${DESTDIR}/usr/share/man/en.ISO8859-1; ln -sf ../man* . > > cd ${DESTDIR}/usr/share/man/en.UTF-8; ln -sf ../man* . > > md5 of src/etc/makefile is 607b7b5c8e5f608abc81211bf379de1a btw. > This seems to be an old (or somehow different) copy of > head/etc/Makefile. Mine is revision 193635 from: > r193635 | edwin | 2009-06-07 16:26:57 +0300 (Sun, 07 Jun 2009) | 16 > lines > and its md5 is: > keramida_at_kobe:/home/keramida/svn/head-etc$ md5 Makefile > MD5 (Makefile) = c215b19264934bbdcd4bd19f285e10fb > Can you check that your head/etc/Makefile is the same as this one? > $ ident head-etc/Makefile > head-etc/Makefile: > $FreeBSD: head/etc/Makefile 193635 2009-06-07 13:26:57Z edwin $
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:50 UTC