Commit graph

23 commits

Author SHA1 Message Date
Joe Marcus Clarke
c7c7858635 Update to 0.17.1. 2004-08-31 05:26:36 +00:00
Joe Marcus Clarke
6a1b9aa1e9 Update to 0.17.
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-08-27 04:40:12 +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
Joe Marcus Clarke
d3702246bb Chase the gnutls shared lib version.
Pointy hat to:	sergei
2004-06-06 01:44:39 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
46492838ae Chase the gnutls shared lib version. 2004-03-19 03:48:13 +00:00
Pav Lucistnik
4cf011b0b7 - Update to 0.16 2004-03-18 15:21:49 +00:00
Pav Lucistnik
b7fdd6598d - Add/update WWW lines for Imendio.com projects 2004-03-18 14:57:57 +00:00
Pav Lucistnik
db249059e4 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:33:42 +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
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
b1e55969ee Update to 0.15.1. 2004-01-24 23:11:40 +00:00
Joe Marcus Clarke
27ff960a81 Update to 0.15. 2004-01-22 07:46:43 +00:00
Adam Weinberger
ee9a273d32 Update to 0.14.1. 2003-10-13 13:10:29 +00:00
Adam Weinberger
cb6e668406 Update to 0.14. 2003-10-03 00:43:08 +00:00
Kirill Ponomarev
c2bfd109fc - Chase library to new gnutls version
PR:		57246
Submitted by:	Herbert J. Skuhra <herbert@bugat.at>
2003-09-26 14:10:14 +00:00
Joe Marcus Clarke
7a21fe86cd Update to 0.13.2. 2003-08-15 14:32:13 +00:00
Joe Marcus Clarke
3abcb00ae3 Update to 0.13.1. 2003-08-05 15:59:49 +00:00
Joe Marcus Clarke
15c49c24cf Update to 0.13. 2003-08-05 01:56:23 +00:00
Adam Weinberger
9cd052d3d9 Update to 0.12. 2003-07-17 22:35:20 +00:00
Joe Marcus Clarke
5f091f6edd Advertize the new configurable WITH_GNUTLS option. 2003-07-14 02:59:52 +00:00
Joe Marcus Clarke
d527a6677a * Update to 0.11
* Add optional Gnutls support
2003-07-14 02:57:56 +00:00
Adam Weinberger
0905523e9c Add loudmouth.
Loudmouth is a lightweight and easy-to-use C library for programming with the
Jabber protocol. It's designed to be easy to get started with and yet
extensible to let you do anything the Jabber protocol allows.
2003-07-08 09:07:10 +00:00