Commit graph

15 commits

Author SHA1 Message Date
Adam Weinberger
5c5c5a72a3 Bump PORTREVISION on all ports that received the imlib2 shlib chase. 2005-03-07 16:41:04 +00:00
Vanilla I. Shu
a9beb3d4b2 1: Upgrade imlib2 to 1.2.0
2: chase shared library version to 3.

PR:		ports/78347
Submitted by:	Russell Jackson <raj at cserv62.csub.edu>
Somepart by:	me
2005-03-07 15:10:20 +00:00
Sergey Matveychuk
abf8724347 - Fix recent python conflict
PR:		ports/75437
Submitted by:	maintainer
2004-12-29 22:58:29 +00:00
Kirill Ponomarev
f305aa3238 Fix pkg-plist and mark BROKEN on alpha
PR:		ports/74969
Submitted by:	maintainer
2004-12-12 09:56:00 +00:00
Kris Kennaway
efcaabf05d BROKEN: Broken by python 2.4 update 2004-12-11 21:18:58 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Tilman Keskinoz
6096c0a131 This now compiles on amd64. 2004-08-21 19:06:59 +00:00
Pav Lucistnik
abe67dbda0 - Fix build with gcc 3.4
- Please portlint

PR:		ports/70439
Submitted by:	Greg J. <xcas@cox.net> (maintainer)
2004-08-21 18:58: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
Volker Stolz
d7d1415cbc Note that development ceased by setting DEPRECATED.
It can be removed once the original site dies.

PR:		ports/67835
Submitted by:	maintainer
2004-06-14 21:31:01 +00:00
Pav Lucistnik
62cbde7cec - Mark BROKEN on amd64: runaway cc
PR:		ports/66174
Submitted by:	Greg J. <xcas@cox.net> (maintainer)
2004-05-03 15:23:06 +00:00
Joe Marcus Clarke
61b3a6bec8 Chase the new location of libXft. 2004-03-16 22:54:05 +00:00
Kirill Ponomarev
c0bee32ef7 - Utilize USE_GCC=3.3
PR:		ports/64253
Submitted by:	maintainer
2004-03-14 17:03:28 +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
Trevor Johnson
b43ae84ecc new port of kahakai, a scriptable window manager based on waimea
PR:		64094
Submitted by:	Greg J.
2004-03-11 15:18:48 +00:00