Home | History | Annotate | Download | only in sail
History log of /src/games/sail/Makefile
RevisionDateAuthorComments
 1.18  25-Aug-2011  joerg Uses non-literal format strings
 1.17  06-Feb-2010  he When using -lcurses, you also need -lterminfo.
This fixes the build for sun2, and also builds with LDSTATIC=-static,
since archive libraries don't record inter-library dependencies.
 1.16  15-Mar-2009  dholland Rework curses handling.

The most visible change is that the scrolling buffer of messages now
actually scrolls and keeps history, and you type on the bottom line only.
For now you can page through the history with ^P/^N; that's not ideal but
one can't fix everything all at once.

Use resizeable array code (roughly the same that I floated a while ago
in connection with make) to hold the scroll.
 1.15  28-Jan-2008  dholland branches: 1.15.12;
Make the default WARNS for games 4. The only game that needs to set WARNS
to anything else now is rogue, so clear WARNS from the other makefiles.
 1.14  28-Jan-2008  dholland Build with WARNS=4. Sort out the game's shadowing of its own variables,
which fixes at least one bug.
 1.13  11-Jun-2000  mycroft Don't make /var/games/sail here.
 1.12  12-Feb-2000  itojun avoid failure on "make install" when /var/games/sail already exists.
 1.11  09-Feb-2000  jsm Fix insecure /tmp usage in sail.

Essentially concludes the merge into NetBSD of those changes in the
Linux port of the NetBSD games which it is fairly clear to me should
be so merged.
 1.10  18-Feb-1998  jtc Simply include -lcurses instead of -lcurses -ltermcap
 1.9  05-Feb-1998  christos Use -ltermcap instead of -ltermlib.
 1.8  20-Nov-1997  mrg install games that need it setgid.
 1.7  13-Oct-1997  christos branches: 1.7.2;
Warns fixes:
use varargs properly
use unsigned chars where appropriate
fix typos
eliminate gcc warnings
 1.6  12-Oct-1997  lukem enable WARNS?=1 by default, & temporarily disable for the few unclean programs
 1.5  22-Apr-1995  cgd clean up import, NetBSD RCS IDs
 1.4  22-Dec-1994  cgd specify man pages the new way.
 1.3  01-Aug-1993  mycroft Add RCS identifiers.
 1.2  23-Mar-1993  cgd got rid of unnecessary -lcompat and associated dependency
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  22-Apr-1995  cgd src/games/sail from Lite
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.7.2.1  20-Nov-1997  mrg pull up from trunk:
- install games files with the correct permissions.
- install games that need it setgid.
 1.15.12.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed