1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
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
7b556cc7d2 Avoid GnuTLS support at all costs. 2004-04-07 00:08:36 +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
e14820891e Ensure we do not build against GnuTLS. 2004-03-15 18:10:32 +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
c80d808359 Update to 1.99.28. 2004-03-12 19:51:55 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
4162c5786c Update to 1.99.26. 2003-09-25 03:09:24 +00:00
Dirk Meyer
8768671836 - don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Approved by:	marcus
2003-09-01 13:47:54 +00:00
Joe Marcus Clarke
775a16610a Update to 1.99.23. 2003-06-11 04:37:27 +00:00
Joe Marcus Clarke
885198ade7 Update to 1.99.22. 2003-06-01 00:41:05 +00:00
Joe Marcus Clarke
e03d9deb14 Add libsoup after a repo copy from soup. Libsoup is a SOAP API written in C
and based on Glib-2.0.
2003-05-07 05:56:58 +00:00
Joe Marcus Clarke
e28f0247c9 Remove USE_GNOMENG. 2003-04-20 03:03:05 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Joe Marcus Clarke
eee432afb1 Update to 0.7.11. 2003-02-08 06:34:04 +00:00
Joe Marcus Clarke
8241712514 Update to 0.7.10. 2003-01-19 19:15:45 +00:00
Joe Marcus Clarke
0407087089 Fix a problem with soup causing Evolution to segfault when trying to get
RDF newsfeeds.  This is an attempt to solve both this crash as well as
get it building on 64-bot architectures.
2002-11-12 07:53:46 +00:00
Joe Marcus Clarke
59deb69012 GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
2002-09-20 17:07:51 +00:00
Maxim Sobolev
1dc07f416e Update to 0.7.4. 2002-07-20 12:18:49 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Maxim Sobolev
69fa60727b Update to 0.5.1. 2001-09-28 09:23:02 +00:00
Jimmy Olgeni
7a7d1e590a Fix typos: INSTALL_SHLIBS -> INSTALLS_SHLIB 2001-06-01 20:08:36 +00:00
Maxim Sobolev
f9cb37cd5e Add soup 0.2, a SOAP (Simple Object Access Protocol) implementation
in C.
2001-05-28 14:54:40 +00:00