Commit Graph

23 Commits

Author SHA1 Message Date
Volker Stolz
2dc759cb34 - Update to 0.7.8
- Respect CPPFLAGS and LDFLAGS
- Use USE_GL instead of USE_MESA (which is deprecated)
- Use PKGNAMESUFFIX
- Assign maintainership to submitter

PR:		ports/68827
Submitted by:	Roman Bogorodskiy
2004-07-12 18:35:35 +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
Edwin Groothuis
c9ea361463 Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
2004-03-16 04:23:56 +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
Edwin Groothuis
672c044e2e Properly use SDL everywhere:
USE_SDL=yes	-> USE_SDL=sdl	(good examles everywhere)
	WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.

PR:		follow-ups of ports/55494, ports/61877
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2004-03-08 01:01:31 +00:00
Kris Kennaway
c3b76a8c77 BROKEN on !i386: Does not compile 2004-02-26 08:15:37 +00:00
Kris Kennaway
66bac6930d The pkg-plist now seems to be correct, remove BROKEN tag. 2004-02-18 03:52:03 +00:00
Kris Kennaway
f510394ab0 BROKEN on 5.x: broken pkg-plist 2004-02-09 01:55:41 +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
Kris Kennaway
f59f201496 Rename LATEST_LINK to avoid link stomping 2004-01-29 12:00:19 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Pav Lucistnik
f37d83109d - Hook up after repocopy from clanlib
- Add conflicts against devel/clanlib

PR:		ports/59964
Submitted by:	Simon Barner <barner@in.tum.de>
2004-01-24 14:30:59 +00:00
Christian Weisgerber
63d96de22f Catch up with libogg/libvorbis version bump. 2003-12-20 16:37:57 +00:00
Trevor Johnson
00e692203d USE_REINPLACE must be defined before REINPLACE_CMD may be used. 2003-11-17 12:03:17 +00:00
Kirill Ponomarev
a7861559af - Update to version 0.7.5.2
PR:		58380
Submitted by:	Ports Fury
2003-10-24 15:17:18 +00:00
Eric Anholt
ec1bb1b407 Fix pre-everything targets.
PR:		ports/58148
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-16 22:51:31 +00:00
Kirill Ponomarev
35b0871342 - Update to version 0.7.4-1
PR:		57092
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-24 13:01:39 +00:00
Maxim Sobolev
10588346d3 Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
2003-07-29 09:12:37 +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
Andrey A. Chernov
d2a574cd84 Bump png major 2001-09-11 02:50:07 +00:00
Maxim Sobolev
8166e86e11 Add SUSv2 compatible fcvt() function ripped from glibc. fcvt() is required by
some internal Clanlib's function (fortunately rarely used, which allowed several
clanlib-based ports live w/o it).

Prompted by:	alex (quite some time ago)
2001-01-09 23:08:59 +00:00
Satoshi Asami
e3946f2ecb Rename PLIST.glx to pkg-plist.glx. 2000-10-08 00:07:44 +00:00
Maxim Sobolev
78d89936e2 Add clanlib - a cross-platform game SDK (yes, it works with svgalib :-> ). 2000-09-25 06:58:43 +00:00