Commit graph

9 commits

Author SHA1 Message Date
Adam Weinberger
1bdb2dd885 Update to 2.3.3. 2004-08-10 15:22:31 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Adam Weinberger
5b8fedbd1c Update to 2.3.2. 2004-06-28 02:10:57 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Adam Weinberger
d2539fcc46 Update to 2.3.1. 2004-01-07 07:28:23 +00:00
Adam Weinberger
af02eeac3e Update to 2.2.
Also, given how inane this program is, set myself as MAINTAINER.
2003-12-04 21:26:45 +00:00
Kirill Ponomarev
68fcc26712 - Update to version 2.1
PR:		57095
Submitted by:	Ports Fury
2003-09-24 11:22:50 +00:00
Adam Weinberger
3dc02a89dd Add talkfilters.
From the website:

The GNU Talk Filters are filter programs that convert ordinary English text
into text that mimics a stereotyped or otherwise humorous dialect. These
filters have been in the public domain for many years, but now for the first
time they are provided as a single integrated package. The filters include
b1ff, brooklyn, chef, cockney, drawl, fudd, funetak, jethro, jive, kraut,
pansy, postmodern, redneck, valspeak, and warez. Each program reads from
standard input and writes to standard output. This version of the package also
provides the filters as a C library, so they can be easily embedded in other
programs.
2003-07-04 03:17:37 +00:00