Home | History | Annotate | Download | only in datfiles
History log of /src/games/fortune/datfiles/Makefile
RevisionDateAuthorComments
 1.38  26-Sep-2008  apb Build strfile both as a host tool and as an installed program:
* in games/fortune/strfile/Makefile, build strfile as a
regular program instead of as a host tool;
* add tools/strfile directory to build strfile as a host tool;
* in tools/Makefile, add strfile to SUBDIR list;
* in BSD.*.mk, define TOOL_STRFILE variable;
* in games/fortune/datfiles/Makefile, use TOOL_STRFILE when creating
databases at build time;
* in distrib/sets/lists/games/mi, mention usr/games/strfile.
 1.37  21-Mar-2008  reed Add "netbsd-tips" fortune database with 23 initial fortunes --
actually hints or suggestions or tips on using NetBSD.
Please share your brief NetBSD usage tips.
If you want to discuss or share suggestions, have a look
at http://wiki.netbsd.se/netbsd-tips wiki page.
 1.36  21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.35  19-Oct-2003  lukem rework to use the newer _MKMSGCREATE (et al) macros
 1.34  19-Oct-2003  lukem Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)
 1.33  22-Oct-2002  drochner fix duplicate limerick-o in CLEANFILES
 1.32  30-Jan-2002  tv Don't put [] around the strings passed to tr -- those can be interpreted
by shells. Just quote 'em.
 1.31  20-Oct-2001  proff Fortune is not moribund.

Add Farberisms from Prof. Dave Farber.

From: David Farber <dave@farber.net>
To: proff@iq.org (Julian Assange)
Date: Sat, 20 Oct 2001 03:29:08 -0400
Subject: Re: farberisms

Fine with me

At 02:27 PM 10/20/2001 +1000, you wrote:


>Hi Dave,
>
>I've just come accross your list of `Farberisms', which had me in
>stiches. As these are deliciously `fortune'esqe, I'd like to add
>them to the NetBSD distribution. Do you have any objections?
>
>Cheers,
>Julian.
 1.30  30-Dec-2000  sommerfeld ${PRINTOBJDIR}ify
 1.29  17-Aug-2000  abs If we install limerick-o.dat, we should also install limerick-o to make it
usable.
 1.28  17-Aug-2000  abs Split netbsd fortunes into offensive and non offensive.
Split could be considered somewhat arbitrary.
 1.27  06-Feb-2000  pooka branches: 1.27.4;
Add NetBSD slogans for fortune database.
 1.26  23-Jan-2000  mycroft More .mk file fallout. *sigh*
 1.25  21-Sep-1999  tron Remove generated file "limerick-o" in "clean" target.
 1.24  12-Sep-1999  hwr Split limericks into "normal" and "offensive" ones.
Fixes PR 6202 by Matthias Grutzeck <grut@teco.edu>.
 1.23  04-Aug-1999  thorpej Fortunes from those Unamerican Activities bumper stickers you see on
mountain bikes owned by Gen-X'ers.
 1.22  13-Feb-1999  lukem convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
 1.21  29-Sep-1998  lukem don't install in /usr/share if NOSHARE is defined
 1.20  10-Oct-1997  lukem WARNSify
 1.19  07-May-1997  mycroft Add .MAKE to the .OBJDIR hacks, so they work with `make -n'.
 1.18  24-Mar-1997  christos - Makefile cleanups
 1.17  23-Dec-1996  cgd Clean this up, and be more consistent:
* Have 'fake' options for all offensive fortune files (fortunes2-o and
limerick moved to fortunes2-o.real and limerick.real via repository copy).
* build all offensive fortune data files, etc., in the same way.
* Have installation of offensive fortunes controlled by one make variable.
To disable build/install of offensive fortunes, set
INSTALL_OFFENSIVE_FORTUNES to anything other than "YES" on the make
command line, in bsd.own.mk, or in /etc/mk.conf or your ${MAKECONF} file.
(If changing the setting, you should 'make clean' here and rebuild
the fortunes before installing.)
* Don't use variables that bsd.prog.mk thinks have certain meanings.
 1.16  18-Oct-1996  thorpej Use ${INSTALL}.
 1.15  29-Feb-1996  jtc Use tr instead of caesar to generate fortunes-o
 1.14  22-Oct-1995  christos Parallel make fixes
 1.13  26-Jun-1995  pk Use `install -c'.
 1.12  22-Apr-1995  cgd clean more cruft; fix up to build the way CSRG now intends
 1.11  23-Mar-1995  cgd merge with Lite, new RCS id conventions, etc.
 1.10  10-Feb-1994  cgd kiil bogus install -d's
 1.9  24-Jan-1994  cgd fix 'make' biff. from Roland McGrath
 1.8  04-Jan-1994  pk Use .OBJDIR for auxiliary programs.
 1.7  30-Sep-1993  jtc Always use `install -d' to make sure destination directory exists & has
correct ownership and permissions.
 1.6  01-Aug-1993  mycroft Add RCS identifiers.
 1.5  18-Jul-1993  mycroft Use ${COPY}, not -c for install.
 1.4  30-Apr-1993  cgd build datfiles at make time, not at install time
 1.3  09-Apr-1993  cgd fix various install problems.
 1.2  04-Apr-1993  cgd fixed makefile so it doesn't need to write to dir on install and doesn't
need symlink
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  21-Mar-1995  cgd from Lite
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.27.4.1  17-Aug-2000  abs Fix offensive limerick fortune install, and split offensive netbsd
fortunes into appropriate netbsd-o file, pullup:
basedir/games/fortune/datfiles/Makefile 1.28-1.29
basedir/games/fortune/datfiles/netbsd 1.8-1.10
basedir/games/fortune/datfiles/netbsd-o.real new
basedir/games/fortune/datfiles/netbsd-o.real new
basesrc/distrib/sets/lists/games/mi 1.23

RSS XML Feed