summaryrefslogtreecommitdiffstats
path: root/games/fortune
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo (if it's not a typo, then it doesn't make sense IMHO)peter1998-11-092-2/+2
|
* Allow building games w/o an existing /usr/games.obrien1998-10-181-3/+6
|
* Allow ``make BINDIR=/foo/games'' to work.obrien1998-10-181-0/+3
|
* 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.
* Teruillian --> Tertullianalex1998-03-063-3/+2
| | | | | PR: 5928 Submitted by: Doug <Studded@dal.net>
* Be sure to set the value of Tbl.str_numstr before any call tosteve1998-02-201-1/+2
| | | | | | do_order or randomize so that they actually work. PR: 5791
* spelling error.phk1998-01-151-1/+1
|
* Use srandomdevache1997-09-241-1/+1
|
* minor fortune fixes:jmg1997-08-232-6/+6
| | | | | | o convert a ' to " o remove a stray " o format some attributations properly
* Typo fix.max1997-06-141-1/+1
| | | | | PR: 3662 Submitted by: Matthew Hunt <mph@pobox.com>
* Remove srandomdev fallback codeache1997-06-141-2/+1
|
* Remove some duplicated and incomplete entriesache1997-06-052-27/+1
|
* a bunch of formatting (\t -> \t\t) changes... so I was board one night.. :)jmg1997-05-233-139/+139
|
* Use srandomdev() to initialize generatorache1997-03-241-38/+8
|
* Typo police.mpp1997-03-241-1/+1
|
* Fix srandom arg type according to Lite2ache1997-03-111-1/+1
|
* Make /dev/urandom fd static, or it pick up random descriptorache1997-03-081-1/+1
| | | | | | (stack garbadge) and read from it Should go into 2.2
* Allow fortune to use /dev/urandom if available to obtain its randommpp1997-02-231-6/+37
| | | | | | | | | | | numbers. If /dev/urandom is unavailable, it will fall back to using the random() function. I did this because I'm sick of seeing the same handful of fortunes over and over, and I've seen the exact same fortune one too many times when starting up two login shells at the same time. 2.2 safe.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* 444 -> ${NOBINMODE}wosch1997-02-091-4/+4
| | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR}
* The fact that people can't put the proper source on Kierkegaardsphk1997-02-032-3/+4
| | | | | | | most famous insult to humanity can be forgiven, afterall, it almost underlines the quote with irony, if one knows the context. But to misspell the name of Alfred E. Neuman ...
* Correct some grammar. Closes PR# 2520.mpp1997-01-261-2/+2
| | | | Submitted by: John-Mark Gurney <gurney_j@efn.org>
* 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.
* Fix some typos and remove a couple of duplicatempp1997-01-082-24/+2
| | | | | | fortunes. Closes PR#s 2358 and 2402. Submitted by: John-Mark Gurney <gurney_j@efn.org>
* comma police for section SEE ALSOwosch1996-12-221-1/+2
| | | | Sponsored by: Vin de Pays de l'Aude
* Fix minor typo/grammatical errorgpalmer1996-11-221-1/+1
| | | | Submitted by: John-Mark Gurney <jmg@nike.efn.org> in PR 2085
* Uncomment static from collate_range_cmp, no more in locale.hache1996-10-311-1/+1
|
* Replace collate_range_cmp call with its codeache1996-10-311-0/+17
|
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-6/+2
| | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones.
* 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.
* Fixed DPADD.bde1996-09-051-1/+1
|
* Convert to newly aded collate compare functionache1996-08-121-32/+3
|
* Pick collate info tooache1996-08-121-1/+1
|
* 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.
* Handle sorting in better wayache1996-06-091-16/+34
|
* Activate collateache1996-06-051-1/+1
|
* Fix -f modeache1996-05-281-14/+27
| | | | Fix freeing of wrong pointer
* Localize it.ache1996-05-279-130/+130
| | | | | | | off_t -> long. Install strfile & unstr -Wall cleanup Fix matching bug with offensive database
* Find caesar and strfile properly.ache1996-05-272-12/+23
| | | | Generate .dat files on build state
* Correct some man page cross references and file location references.mpp1996-04-071-1/+1
|
* Spell a German fortune correctly.joerg1995-12-273-9/+9
|
* Change `install' to `${INSTALL}' as usual.bde1995-07-241-2/+2
| | | | Install the `built' files with flag ${COPY}.
* Use correct spelling of ``knew''.rgrimes1995-07-171-1/+1
| | | | Obtained from: netbsd-bugs@NetBSD.ORG, Peter Seebach <seebs@solon.com>
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* If possible, pick up the caesar program inside in the compilation tree.phk1995-03-261-1/+1
|
OpenPOWER on IntegriCloud