Skip site navigation (1)Skip section navigation (2)
Date:      10 Dec 1997 13:08:35 +0100
From:      Eivind Eklund <perhaps@yes.no>
To:        "Christopher L. Mikkelson" <chris@x115-105.reshalls.umn.edu>
Cc:        Joseph Moran <josephm@charon.pha.jhu.edu>, freebsd-chat@FreeBSD.ORG
Subject:   Re: the old bsd games (/usr/games)
Message-ID:  <864t4hxuws.fsf@bitbox.follo.net>
In-Reply-To: "Christopher L. Mikkelson"'s message of Tue, 9 Dec 1997 17:53:29 -0600 (CST)
References:  <Pine.GSO.3.96.971209171129.3517A-100000@ceres> <199712092353.RAA06088@x115-105.reshalls.umn.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
"Christopher L. Mikkelson" <chris@x115-105.reshalls.umn.edu> writes:

> In article <Pine.GSO.3.96.971209171129.3517A-100000@ceres> Joseph Moran <josephm@charon.pha.jhu.edu> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864t4hxuws.fsf>