History log of /netbsd-src/games/fortune/datfiles/Makefile (Results 1 – 25 of 38)
Revision Date Author Comments
# 520cbbf8 26-Sep-2008 apb <apb@NetBSD.org>

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 bu

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.

show more ...


# b89951ff 21-Mar-2008 reed <reed@NetBSD.org>

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 sugges

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.

show more ...


# 130ab733 21-Oct-2003 lukem <lukem@NetBSD.org>

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. Id

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.

show more ...


# ddff99b7 19-Oct-2003 lukem <lukem@NetBSD.org>

rework to use the newer _MKMSGCREATE (et al) macros


# 2b8c8463 19-Oct-2003 lukem <lukem@NetBSD.org>

Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)


# d8d514fb 22-Oct-2002 drochner <drochner@NetBSD.org>

fix duplicate limerick-o in CLEANFILES


# 5061395b 30-Jan-2002 tv <tv@NetBSD.org>

Don't put [] around the strings passed to tr -- those can be interpreted
by shells. Just quote 'em.


# 1c37cc59 20-Oct-2001 proff <proff@NetBSD.org>

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

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.

show more ...


# 83454472 30-Dec-2000 sommerfeld <sommerfeld@NetBSD.org>

${PRINTOBJDIR}ify


# 90a84d24 17-Aug-2000 abs <abs@NetBSD.org>

If we install limerick-o.dat, we should also install limerick-o to make it
usable.


# 5b783e3f 17-Aug-2000 abs <abs@NetBSD.org>

Split netbsd fortunes into offensive and non offensive.
Split could be considered somewhat arbitrary.


# 022eb906 06-Feb-2000 pooka <pooka@NetBSD.org>

Add NetBSD slogans for fortune database.


# 615ac255 23-Jan-2000 mycroft <mycroft@NetBSD.org>

More .mk file fallout. *sigh*


# b137d2d6 21-Sep-1999 tron <tron@NetBSD.org>

Remove generated file "limerick-o" in "clean" target.


# 435463f6 12-Sep-1999 hwr <hwr@NetBSD.org>

Split limericks into "normal" and "offensive" ones.
Fixes PR 6202 by Matthias Grutzeck <grut@teco.edu>.


# a451d973 04-Aug-1999 thorpej <thorpej@NetBSD.org>

Fortunes from those Unamerican Activities bumper stickers you see on
mountain bikes owned by Gen-X'ers.


# dcab0210 13-Feb-1999 lukem <lukem@NetBSD.org>

convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.


# b569ddab 29-Sep-1998 lukem <lukem@NetBSD.org>

don't install in /usr/share if NOSHARE is defined


# 3c70a27d 10-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify


# fd8daf98 07-May-1997 mycroft <mycroft@NetBSD.org>

Add .MAKE to the .OBJDIR hacks, so they work with `make -n'.


# d59123b3 24-Mar-1997 christos <christos@NetBSD.org>

- Makefile cleanups


# 4f6d05e9 23-Dec-1996 cgd <cgd@NetBSD.org>

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

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.

show more ...


# 871c9c08 18-Oct-1996 thorpej <thorpej@NetBSD.org>

Use ${INSTALL}.


# c8ddd8b9 29-Feb-1996 jtc <jtc@NetBSD.org>

Use tr instead of caesar to generate fortunes-o


# 99fc0f40 22-Oct-1995 christos <christos@NetBSD.org>

Parallel make fixes


12