matt
568a487125
Make this produce local objects with .lo suffix.
2000-06-20 16:07:04 +00:00
scw
eaeb39f657
NetBSD: Ports to * boards.
2000-06-14 08:10:06 +00:00
mycroft
72e0a45036
Don't make /var/games/sail here.
2000-06-11 15:37:51 +00:00
jwise
7e7d991f01
Remove one of mine that really wasn't very good, and add:
...
NetBSD: abandon all hype, oh ye who enter here.
2000-06-07 14:04:45 +00:00
blymn
99bf72c6bb
Fix core dump.
2000-05-24 14:43:00 +00:00
blymn
51164fe56a
Fix coredump on start.
2000-05-24 14:20:29 +00:00
blymn
494e4c93a6
Converted games to use the new termcap interface.
2000-05-22 12:42:46 +00:00
blymn
cd583077db
* Fix termcap handling to use the new interface to avoid buffer
...
overflows with extended termcap entries.
* Made delay_output use usleep instead of the grungy tgoto hack it had.
2000-05-20 14:01:42 +00:00
hubertf
010dad14ae
Fix typo, pointed out by seebs@plethora.net in PR bin/10131.
2000-05-17 02:30:25 +00:00
mycroft
f9eca6973d
Use setgid(), not setregid().
2000-05-08 07:55:59 +00:00
pooka
c528cb8edd
NetBSD - because Unix isn't just #include <linux.h>, i386, ELF, ...!
2000-05-02 11:41:24 +00:00
thorpej
64d8df2f33
Cast pointer diffs to long for printing with %ld.
2000-04-27 19:31:23 +00:00
thorpej
29eeaf21f2
Cast pointer difference to long when printing w/ %ld.
2000-04-27 17:49:15 +00:00
jdc
54db2fd199
Clear to end of line on the correct window.
2000-04-27 00:33:49 +00:00
jdc
d6d7f0531f
Fix arguments to *printw().
2000-04-27 00:30:51 +00:00
simonb
47bb19e7b2
While everyone's beating up on rot13 - use 'exec' to loose the shell
...
process.
2000-04-24 15:42:40 +00:00
perry
29e1592111
$* -> "$@", not that it does anything. yet.
2000-04-24 15:37:32 +00:00
perry
bd513ae4a9
keep it simple.
2000-04-24 15:30:34 +00:00
pk
b63c26a995
HOST_CC -> HOST_LINK.c
2000-04-24 15:15:05 +00:00
hubertf
6afb31ba03
Don't rely upon /usr/games being in PATH, include it explicitly.
...
Fixes PR 9968 by yyrkoo@imrryr.org .
2000-04-24 13:21:26 +00:00
simonb
48a5c3efa9
Don't declare 'extern opt*' getopt variables.
2000-04-14 05:58:01 +00:00
simonb
915c06c281
Greatly simplify these by using <bsd.hostprog.mk>. Should do the same
...
for games/hack and games/monop and a few other places, but that requires
making subdirs for the tools. One day...
2000-04-14 04:12:18 +00:00
simonb
924021df91
Curses works - define USE_CURSES for BSD44 and don't try to do our own
...
thing (using curses internal data structures anyway!).
2000-04-13 06:07:06 +00:00
soren
7e6625d720
Missing word. From Paul Janzen.
2000-04-11 03:45:40 +00:00
mycroft
1f8979f4f7
Don't insert leading 0s in the score display. (HI CHRISTOS!)
2000-04-09 23:02:52 +00:00
jsm
aec3f4964a
Correct capital of the Philippines, allow usual spelling of Jakarta
...
and prefer the usual name of Cambodia to Khmer.
Problems reported by Robert Vollmert <rvollmert@gmx.net>.
2000-04-09 22:37:40 +00:00
jwise
b0cbfed510
Tyop fix.
2000-04-06 02:19:23 +00:00
jdolecek
8c9b24b9ca
Fix two ubiquitous operator precedence error of type
...
bar = foo + (cond) ? x : y.
Patch sent by John Darrow in bin/9698.
2000-03-30 11:01:13 +00:00
tron
d344de0b31
Use an equal probability single draw algorithm to get card from deck.
...
Patch supplied by John Darrow in PR bin/9651.
2000-03-28 19:37:54 +00:00
soren
67d5a84c5a
Fix doubled 'the'.
2000-03-13 23:57:23 +00:00
soren
89c5a767f8
Fix doubled 'the's.
2000-03-13 22:55:05 +00:00
soren
3872dc30f7
Fix doubled 'the'.
2000-03-13 22:53:22 +00:00
soren
1594850f00
Fix doubled 'the' in comment.
2000-03-13 22:46:59 +00:00
kleink
76073cb333
Include <sys/param.h> for MAXHOSTNAMELEN.
2000-03-02 18:22:31 +00:00
kleink
f48d30b904
POSIX.2: Ignore a null PAGER as well.
2000-03-02 18:19:06 +00:00
enami
0c23f966e9
Fix .Nm usage.
2000-03-02 13:27:53 +00:00
hubertf
4de7a614c7
Fix wrong reference to trek documentation
...
Submitted in PR bin/9514 by Thilo.Manske@HEH.Uni-Oldenburg.DE
2000-03-01 23:38:51 +00:00
jwise
3626a95b76
fix tyop
2000-02-27 05:40:36 +00:00
pooka
8ef8262b5d
NetBSD: We come in peace. We offer reliability.
...
+ correct a typo
2000-02-15 13:56:02 +00:00
pooka
e287a2d6fa
NetBSD: We don't negotiate with terrorists.
2000-02-12 10:12:58 +00:00
itojun
687e7b9dbd
avoid failure on "make install" when /var/games/sail already exists.
2000-02-12 10:03:30 +00:00
pooka
e74bc9575e
Add Chris Baird's email address per his request
2000-02-10 13:10:43 +00:00
jsm
01be126759
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.
2000-02-09 22:27:55 +00:00
pooka
022eb906f9
Add NetBSD slogans for fortune database.
2000-02-06 11:59:29 +00:00
jsm
e788ff0231
Don't initialise curses until after the initial non-curses setup (the
...
choice of scenario uses puts() rather than curses functions).
2000-01-31 11:08:53 +00:00
drochner
32e3df96e2
need an ${.OBJDIR} now
2000-01-25 21:41:18 +00:00
mycroft
615ac255bd
More .mk file fallout. *sigh*
2000-01-23 22:10:52 +00:00
mycroft
58b54f196f
Get the build ordering right for dependall.
2000-01-23 22:10:22 +00:00
mycroft
a73ccc591a
More .mk file fallout. *sigh*
2000-01-23 21:55:44 +00:00
jsm
abf77ff779
Add manpage wargames(6), contributed by Joey Hess <joeyh@kitenet.net>.
...
No special formatting used for the movie name for now, following
discussion on tech-userlevel suggesting that at present there's
nothing really appropriate.
2000-01-23 21:04:55 +00:00