From owner-freebsd-chat Wed Dec 10 04:09:26 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA09034 for chat-outgoing; Wed, 10 Dec 1997 04:09:26 -0800 (PST) (envelope-from owner-freebsd-chat@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA09030 for ; Wed, 10 Dec 1997 04:09:19 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id MAA15555; Wed, 10 Dec 1997 12:09:06 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id NAA04467; Wed, 10 Dec 1997 13:08:37 +0100 (MET) To: "Christopher L. Mikkelson" Cc: Joseph Moran , freebsd-chat@FreeBSD.ORG Subject: Re: the old bsd games (/usr/games) References: <199712092353.RAA06088@x115-105.reshalls.umn.edu> From: Eivind Eklund Date: 10 Dec 1997 13:08:35 +0100 In-Reply-To: "Christopher L. Mikkelson"'s message of Tue, 9 Dec 1997 17:53:29 -0600 (CST) Message-ID: <864t4hxuws.fsf@bitbox.follo.net> Lines: 36 X-Mailer: Gnus v5.4.52/XEmacs 20.2 Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Christopher L. Mikkelson" writes: > In article Joseph Moran writes: > So, does anyone still play with this code? When was the last time > "sail" actually worked on a FreeBSD system? I'd be surprised if I > actually get a response, but what the hell, I'm just passing some time > between projects. :) I was thinking I might port it to my minix box at > home, but if it's dead under FreeBSD, is it worth the effort.... > > It seems to run on my 2.2.2 system.... The only change that I can find that might be of any significance is my change to Makefile.inc that went from 1.4 to 1.4.6.1. The relevant diff is below. Everything else are just cleanup-changes, nothing that should have even a remote chance of making a difference. Index: Makefile.inc =================================================================== RCS file: /home/ncvs/src/games/Makefile.inc,v retrieving revision 1.4 retrieving revision 1.4.6.1 diff -u -r1.4 -r1.4.6.1 --- Makefile.inc 1994/11/20 01:53:09 1.4 +++ Makefile.inc 1997/09/16 00:36:38 1.4.6.1 @@ -1,9 +1,9 @@ # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 -BINOWN= games .if defined(HIDEGAME) +BINOWN= games BINDIR= /usr/games/hide -BINMODE= 4700 +BINMODE= 4500 .else BINDIR= /usr/games .endif