WITHOUT_GAMES=true and /usr/games
Alexander Best
alexbestms at math.uni-muenster.de
Wed Jun 24 09:35:08 UTC 2009
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 $
-------------- next part --------------
A non-text attachment was scrubbed...
Name: games.patch
Type: application/octet-stream
Size: 1901 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20090624/235c23ca/games.obj
More information about the freebsd-current
mailing list