summaryrefslogtreecommitdiffstats
path: root/games/fortune/datfiles/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-171-7/+2
| | | | Stolen from: NetBSD
* Add a new category of fortunes, 'freebsd-tips'. Useful hints, advice, andnik2001-06-151-3/+3
| | | | | pointers to areas of the system that might not be apparent on first inspection.
* Games ownership cleanup.ru2001-06-131-4/+4
| | | | Urged by: bde
* Quoting submitter:hoek2000-05-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a recent conversion of an old IBM Mainframe application to the fortune datafile format. The "laws" were extracted from a S/370 Assembler program on a SHARE tape. The comments in the program: *---------------------------------------------------------------------* * 'MURPHY' THE OLE PHILOSOPHER 18 AUGUST 1988 * * * * MURPHY WAS FOUND ON A JES2 TAPE OF ALL PLACES WITH ABOUT * * 500 OR SO SAYINGS. GOT ANOTHER 250 FROM AN UNKNOWN SOURCE * * AND HAVE ADDED ABOUT 100 OR SO MYSELF. * * * [list of changes omitted] * * * JIM MARSHALL, CAPT, USAF * * (301) 688-6829 * * * *---------------------------------------------------------------------* Fortunes that a sufficiently twisted mind could perceive as offensive have been moved to murphy-o. Thanks to the submitter for reviewing these fortunes. The copyright issues were considered before approval. PR: misc/8519 Submitted by: Cy Schubert (misc/8519) Approved by: The Fortune Teller
* Use tr(1) instead of caesar(6) to perform the rotation. This removesmarcel1999-12-231-2/+1
| | | | | | | | the dependency on caesar which therefore doesn't need to be built by bootstrap-tools. Suggested by: des Previously mentioned by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* *blush* Instead of undoing my own change, i clobbered dcs's rev 1.21joerg1999-11-051-1/+1
| | | | | | change. I'll never touch this again...
* Back out rev 1.21. bde and dcs convinced me that all this is messed upjoerg1999-11-051-1/+1
| | | | | | anyway, and there can't be any solution that will universally work in any case (make world, cross-compilation, simple `make' without `make world' after incompatible options have been added to strfile, ...)
* Revert to 1.19. ${.OBJDIR}/../strfile must be taken out, since itdcs1999-11-041-1/+1
| | | | | | | | | | | | breaks the cross-compilation case, but I'm not the one doing it. $$PATH *will* have a new strfile in /usr/bin built at build-tools time, unless you defined NOTOOLS. If you defined NOTOOLS and it breaks for you, don't do that. If you did not define NOTOOLS but things are not working, the error is elsewhere. See logs for src/Makefine.inc1, particularly rev 1.36, and revision 1.14 of this file.
* Reverse the way $PATH is extended, so if the person building that areajoerg1999-11-021-1/+1
| | | | | | has /usr/games in its $PATH, where /usr/games/strfile doesn't grok an option that the newly built one inside /usr/obj would grok, the build process would be able to complete.
* Notice the -C flag got dropped when I reverted to version 1.15, and put itdcs1999-10-281-2/+2
| | | | back.
* I'll take the MAINTAINER line. I have been accused of knowing humorjkh1999-10-271-0/+5
| | | | when I at least see it. :)
* Revert to 1.15, since, as pointed out by bde, 1.16 is wrong and evil.dcs1999-10-031-5/+5
| | | | Add $FreeBSD$.
* Change path order in makefile so newer fortune files will be built withdcs1999-10-021-5/+6
| | | | | | | | the latest fortune (strfile/caesar) sources. Correct a separator type in fortunes2. Add Unix geeks dating instructions (reference card style).
* Allow building games w/o an existing /usr/games.obrien1998-10-181-3/+6
|
* Fixed building without /usr/games in $PATH. Just add /usr/gamesbde1998-10-171-11/+13
| | | | | | | | | | | | | | | | | | | | to the _end_ of $PATH before using tools that are normally in /usr/games. I broke this in rev.1.9 by assuming that these tools are in $PATH (as they are for `make world' unless NOTOOLS is set). Revs.1.10-1.13 of this file had various wrong fixes. Rev.1.18 of src/Makefile.inc1 has an incomplete fix. PR: 7936 Fixed comments about what to comment out to [not] install the potentially offensive fortunes. This should be configured using an ifdef. Fixed missing dependencies of fortunes.dat on fortunes, etc. Removed bogus dependency of `all' on source files. Fixed some style bugs.
* Back out the last two hacks. I've added games to the (correct) buildjb1998-09-211-16/+3
| | | | | | | path in src/Makefile.inc. The code that I'm backing out didn't work anyway since exists() checks for a file in .PATH (and /usr/games/strfile doesn't exist there), so the test was always defaulting to ../strfile/strfile which breaks cross-compiled builds.
* Remove bogus dependencies.phk1998-09-191-3/+3
| | | | Submitted by: bde
* Reverse the sense of the test looking for caesar & strfile.phk1998-09-191-6/+6
|
* Don't expect /usr/games in the path.phk1998-09-171-6/+19
| | | | | | | | Avoid using /usr/games versions if we can find what we need (caesar & strfile) in the buildtree. PR: 7936 Submitted by: Achim Patzner <ap@noses.com>
* Use the installed versions of caesar and strfile. They are nowbde1998-07-071-19/+3
| | | | | | bootstrapped by `make world', and the installed versions are just as likely to work as the installed version of cc if `make' is run directly.
* 444 -> ${NOBINMODE}wosch1997-02-091-4/+4
| | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR}
* Fixed annoying non-null output for `make depend'. SRCS should onlybde1996-09-221-4/+4
| | | | | | | | be used for C, C++ and assembler sources if <bsd.prog.mk> is included. It was used for general files. This caused the __depend_* lists in <bsd.dep.mk> to be empty, so mkdep was never run, so .depend never existed, so it was always out of date, so `rm -f .depend' was always executed to update it.
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-4/+4
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Localize it.ache1996-05-271-1/+3
| | | | | | | off_t -> long. Install strfile & unstr -Wall cleanup Fix matching bug with offensive database
* Find caesar and strfile properly.ache1996-05-271-5/+20
| | | | Generate .dat files on build state
* Change `install' to `${INSTALL}' as usual.bde1995-07-241-2/+2
| | | | Install the `built' files with flag ${COPY}.
* If possible, pick up the caesar program inside in the compilation tree.phk1995-03-261-1/+1
|
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-041-0/+36
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