From owner-freebsd-current Wed Oct 9 8:10:13 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F7DB37B404 for ; Wed, 9 Oct 2002 08:10:09 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7259D43E6A for ; Wed, 9 Oct 2002 08:10:08 -0700 (PDT) (envelope-from mark@grimreaper.grondar.org) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id g99FA7W1046534 for ; Wed, 9 Oct 2002 16:10:07 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id g99FA7xs046533 for current@freebsd.org; Wed, 9 Oct 2002 16:10:07 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.5) with ESMTP id g99F9whb013460; Wed, 9 Oct 2002 16:09:58 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200210091509.g99F9whb013460@grimreaper.grondar.org> To: current@freebsd.org Cc: Mark Murray Subject: Re: src/games bikeshed time. References: <20021009143005.GA93507@dragon.nuxi.com> In-Reply-To: <20021009143005.GA93507@dragon.nuxi.com> ; from "David O'Brien" "Wed, 09 Oct 2002 07:30:05 PDT." Date: Wed, 09 Oct 2002 16:09:58 +0100 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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 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 -- 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