Date: Wed, 09 Oct 2002 16:09:58 +0100 From: Mark Murray <mark@grondar.za> To: current@freebsd.org Cc: Mark Murray <mark@grondar.za> Subject: Re: src/games bikeshed time. Message-ID: <200210091509.g99F9whb013460@grimreaper.grondar.org> In-Reply-To: <20021009143005.GA93507@dragon.nuxi.com> ; from "David O'Brien" <dev-null@NUXI.com> "Wed, 09 Oct 2002 07:30:05 PDT." References: <20021009143005.GA93507@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Wed, Oct 09, 2002 at 11:29:08AM +0100, Mark Murray wrote:
> > I would like to make a port out of these and remove them from the base
> > distribution.
>
> I think this is a fine idea. However, patch please so we know exactly
> what we are talking about. Some of the games are used in 'make world'.
Requested diffs below. Not included is a sweep for NOGAMES. Also not
included is a cleanup of mtree.
Here is what happens to src/games/Makefile*:
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/games/Makefile,v
retrieving revision 1.19
diff -u -d -r1.19 Makefile
--- Makefile 9 Oct 2002 01:46:36 -0000 1.19
+++ Makefile 9 Oct 2002 10:01:21 -0000
@@ -1,44 +1,17 @@
# @(#)Makefile 8.2 (Berkeley) 3/31/94
# $FreeBSD: src/games/Makefile,v 1.19 2002/10/09 01:46:36 jmallett Exp $
-SUBDIR= adventure \
- arithmetic \
- atc \
- backgammon \
- battlestar \
+SUBDIR= \
bcd \
- bs \
caesar \
- canfield \
- cribbage \
- dm \
factor \
- fish \
fortune \
grdc \
- hack \
- hangman \
- larn \
- mille \
morse \
number \
- phantasia \
- piano \
- pig \
pom \
ppt \
primes \
- quiz \
- rain \
- random \
- robots \
- rogue \
- sail \
- snake \
- trek \
- wargames \
- worm \
- worms \
- wump
+ random
.include <bsd.subdir.mk>
Index: Makefile.inc
===================================================================
RCS file: /home/ncvs/src/games/Makefile.inc,v
retrieving revision 1.15
diff -u -d -r1.15 Makefile.inc
--- Makefile.inc 17 Dec 2001 15:23:56 -0000 1.15
+++ Makefile.inc 9 Oct 2002 15:01:59 -0000
@@ -3,11 +3,3 @@
BINDIR?= /usr/games
FILESDIR?= ${SHAREDIR}/games
-
-.if defined(HIDEGAME)
-ORIGBINDIR:= ${BINDIR}
-BINDIR:= ${BINDIR}/hide
-ORIGBINGRP:= ${BINGRP}
-BINGRP= games
-BINMODE= 550
-.endif
src/Makefile*:
Index: Makefile.inc1
===================================================================
RCS file: /home/ncvs/src/Makefile.inc1,v
retrieving revision 1.304
diff -u -d -r1.304 Makefile.inc1
--- Makefile.inc1 17 Sep 2002 01:48:47 -0000 1.304
+++ Makefile.inc1 8 Oct 2002 21:40:05 -0000
@@ -601,10 +601,6 @@
#
# build-tools: Build special purpose build tools
#
-.if exists(${.CURDIR}/games) && !defined(NOGAMES)
-_games= games/adventure games/hack games/phantasia
-.endif
-
.if exists(${.CURDIR}/share) && !defined(NOSHARE)
_share= share/syscons/scrnmaps
.endif
src/share/doc/usd/Makefile*:
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/share/doc/usd/Makefile,v
retrieving revision 1.14
diff -u -d -r1.14 Makefile
--- Makefile 20 May 2002 13:54:45 -0000 1.14
+++ Makefile 9 Oct 2002 07:27:02 -0000
@@ -7,8 +7,4 @@
SUBDIR= title contents 04.csh 07.mail 10.exref 11.vitut 12.vi 13.viref \
18.msdiffs 19.memacros 20.meref 21.troff 22.trofftut
-.if exists(${.CURDIR}/../../../games) && !defined(NOGAMES)
-SUBDIR+=30.rogue 31.trek
-.endif
-
.include <bsd.subdir.mk>
--
o Mark Murray
\_
O.\_ Warning: this .sig is umop ap!sdn
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210091509.g99F9whb013460>
