Commit graph

13 commits

Author SHA1 Message Date
Kris Kennaway
99a34eb395 BROKEN on 4.x: Does not compile 2004-07-11 21:44:43 +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
Michael Nottebrock
8ded2e569f This patch updates PixiePlus to 0.5.4.1, a rerolled distfile
that responds correctly to $PTHREAD_LIBS and includes
the patches for working with ImageMagick 6.0.0 and 64-bit
compilation.

Makefile.kde include removed from the port Makefile by
request of the kde-freebsd team.

PR: ports/67072
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
2004-05-23 19:14:27 +00:00
Kirill Ponomarev
a205fecd19 - Fix build with new ImageMagick version
PR:		ports/66991
Submitted by:	maintainer
Reported by:	bento via kris
2004-05-21 14:14:19 +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
Kirill Ponomarev
2171508166 - Include x11/kde3/Makefile.kde 2004-03-03 14:05:35 +00:00
Kirill Ponomarev
6c469d4c86 - Fix build on all 64 bit systems
- SIZEify
- Respect PTHREAD_LIBS[CFLAGS]

PR:		ports/63653
Submitted by:	maintainer
2004-03-03 13:53:08 +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
Norikatsu Shigemura
8c426a761b Chase lib version change of graphics/ImageMagick.
Bump PORTREVISION acordingly.
2003-10-04 16:36:18 +00:00
Will Andrews
f92c9b2fa8 Temporarily host this distfile somewhere else.
PR:		57063
Submitted by:	MAINTAINER
2003-09-21 18:48:21 +00:00
Tilman Keskinoz
ecb2c587a4 Add dependency on libungif
Submitted by:	maintainer
Reported by:	bento
2003-04-23 12:32:53 +00:00
Tilman Keskinoz
4e08e8ed48 Add pixieplus, a fast image browser for KDE by Mosfet
PR:		48888
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
2003-04-16 12:38:16 +00:00