summaryrefslogtreecommitdiffstats
path: root/games/phantasia
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.markm2002-10-2121-9532/+0
|
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-252-3/+3
|
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* Remove __Pimp2002-02-182-2/+2
| | | | | | Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype
* Remove whitespace at EOL.dd2001-07-151-7/+7
|
* Eliminate troff(1) warnings.ru2001-07-121-1/+0
|
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for games/ to 6.ru2001-03-201-1/+0
|
* Remove unneded -ltermcap or -lmytinfoache2000-09-161-2/+2
|
* 1. Don't overwrite scorefiles if they already exist.billf1999-12-101-1/+6
| | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around.
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-167-34/+34
|
* Add $FreeBSD$billf1999-11-167-0/+14
|
* Avoid ambigious if() if() else().billf1999-09-072-2/+6
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Forgot to remove these files with the NetBSD games cleanups.steve1999-04-202-264/+0
|
* Merge a bunch of cleanups from NetBSD.steve1999-04-191-0/+3
| | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs
* Don't do anything special to prevent access to created files - honourbde1998-09-051-1/+3
| | | | the default umask. World unreadable files broke installing over nfs.
* Keep build-tools objects separate from `all' objects so that mybde1998-09-021-3/+6
| | | | cross-builds work.
* Make the build tools static to avoid trying to use the shared loaderjb1998-08-201-2/+2
| | | | | | | | | before it is installed. This upsets Bruce because the host boostrap build forces tools to be static anyway. He says I'm abusing NOTOOLS in src/Makefile by using it to do a aout->elf transition build. One day I'll find a place to install host tools like these to allow a true cross build.
* Added a `build-tools' target for internal tools.bde1998-07-071-1/+3
| | | | Honor LDFLAGS for building internal tools.
* Add #include string.h to get prototypes.jb1998-05-091-0/+1
|
* Add #include string.h to get prototypes and change variables from longjb1998-05-092-3/+5
| | | | to time_t where they are passed to time() and localtime() by reference.
* Remove bogus time() prototype and let the one in time.h rule.jb1998-05-091-1/+0
|
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
|
* Wargh! Who went and changed all the getopt() comparisons from -1 tojkh1998-03-011-1/+1
| | | | | | | EOF? The getopt(3) manpage clearly states that the return value is *-1*, not EOF! Besides, getopt(3) isn't reading from a file. :) Noticed-while: merging to 2.2 (where this is correct).
* Fixed long lines in install rule. Fixed other bogons while I was here:bde1998-01-161-19/+12
| | | | | | | | | | | | - removed vestigal rule for a Lite1 `.0' manpage. - don't duplicate defaults in the `all' dependencies. - removed bogus dependency of `setup' on monsters.asc. - compile `setup' with the usual CFLAGS. - create monster files at build time, not at install time. - don't be so repetitive in the install rule. - fixed too-global replacement of `install' by ${INSTALL}. Long lines made disgustingly longer by: previous commit.
* Avoid fclose(NULL).imp1998-01-071-4/+16
| | | | Submitted by: OpenBSD (Theo de Raadt)
* Fix phantasia.eivind1998-01-051-8/+8
| | | | Noticed by: max
* Use srandomdevache1997-09-244-4/+4
|
* Merge from Lite2 so that it compilespeter1997-03-122-3/+8
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Use ${COPY} instead of -c for installing non-source files.bde1997-01-011-8/+8
|
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+3
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-10/+10
| | | | specified in the top level Makefiles.
* Remove trailing whitespace.rgrimes1995-05-309-104/+104
|
* Fix nested comments for -Wcomment warnings.rgrimes1995-05-097-72/+72
|
* Add the files: characs, gold, lastdead, mess, monsters, motd, scoreboard, voidats1994-11-281-0/+1
| | | | that are created from a setup program to the CLEANFILES list.
* Change setup.c so that game files are generated into obj dir,swallace1994-09-193-17/+32
| | | | then Makefile installs into ${DESTDIR}/var/games/phantasia
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-2/+2
|
* Remove the conditional mkdir of /var/games/phantasia - done by mtree now.jkh1994-09-081-3/+0
| | | | Submitted by: jkh
* Woo, naughty! It just occurred to me that this guy wasn't usingjkh1994-09-081-3/+3
| | | | | ${DESTDIR} - fixed. Submitted by: jkh
* More preventive medicine on making directories before installation.jkh1994-09-081-0/+3
| | | | Submitted by: jkh
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-0423-0/+9731
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
OpenPOWER on IntegriCloud