Date: Wed, 24 Jun 2009 01:50:15 +0200 (CEST) From: Alexander Best <alexbestms@math.uni-muenster.de> To: Giorgos Keramidas <keramida@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: WITHOUT_GAMES=true and /usr/games Message-ID: <permail-20090623235015f7e55a9d0000473f-a_best01@message-id.uni-muenster.de> In-Reply-To: <87d48ufs17.fsf@kobe.laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
i just downloaded the following file: http://svn.freebsd.org/base/head/etc/Makefile. it doesn't differ with the file i have in /usr/src/etc. might your version of etc/Makefile be different from the one in svn? is the output of `svn diff src/etc/Makefile` null? cheers. Giorgos Keramidas schrieb am 2009-06-24: > On Wed, 24 Jun 2009 01:21:02 +0200 (CEST), Alexander Best > <alexbestms@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@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 $
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?permail-20090623235015f7e55a9d0000473f-a_best01>