1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Kirill Ponomarev
c8e8d32ae9 - Update to version 0.3.7
PR:		ports/69116
Submitted by:	Ports Fury
2004-07-15 16:46:14 +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
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +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
Tilman Keskinoz
a31fc71009 Rearrange USE_GNOME
Don't install .la file

PR:		63499
Submitted by:	KATO Tsuguru
2004-02-28 16:07:28 +00:00
Tilman Keskinoz
d58786f72c Update to 0.3.5
Drop Maintainership
2004-02-28 10:15:58 +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
Pav Lucistnik
c4d19306b6 - Chase raptor shlib version raise. 2004-01-03 00:06:00 +00:00
Tilman Keskinoz
c9918985e5 Update to 0.3.2 2003-10-31 10:01:43 +00:00
Tilman Keskinoz
cb72517df4 Chase shlib version of raptor
Forgotten by:	krion
2003-10-20 19:50:48 +00:00
Tilman Keskinoz
c792ca0c11 Update to 0.3.1 2003-07-27 23:24:12 +00:00
Tilman Keskinoz
14fe821bde Add build dependency on LADSPA
Submitted by:	bento
2003-05-04 17:45:36 +00:00
Tilman Keskinoz
c725ada3ec Add ${PTHREAD_LIBS}
Submitted by:	 ydg <ydg@cox.net>
2003-05-02 10:18:10 +00:00
Tilman Keskinoz
843926595c Add liblrdf, a library for manipulating RDF files describing LADSPA plugins. 2003-04-27 14:27:54 +00:00