WITHOUT_GAMES=true and /usr/games

Giorgos Keramidas keramida at freebsd.org
Tue Jun 23 23:29:27 UTC 2009


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 $


More information about the freebsd-current mailing list