Commit graph

34 commits

Author SHA1 Message Date
Oliver Lehmann
7b7743fcb7 update physfs to 1.0.1
adjust LIB_DEPENDS from all affected ports and bump PORTREVISION there
2005-07-24 13:02:43 +00:00
Oliver Lehmann
6bb41db8de change the libtool version to use from 1.3 to 1.5 2005-06-03 20:18:13 +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
Kris Kennaway
bf7d9bd3d7 BROKEN on amd64: Does not compile 2004-03-19 11:16:32 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +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
Jun Kuriyama
4a868f8a2a o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
2004-03-14 07:58:26 +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
Oliver Lehmann
5c4a2950e1 Update physfs to 1.0.0 2004-02-21 12:11:43 +00:00
Edwin Groothuis
ee1faa5ae2 Let ports use the USE_SDL macro. 2004-01-23 22:24:30 +00:00
Mark Linimon
b98025d324 Update website name. 2003-10-20 22:22:58 +00:00
Edwin Groothuis
07f1d50cbc Chase up new MASTER_SITE_SAVANNAH.
PR:		ports/56970
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-10-03 11:04:59 +00:00
Tilman Keskinoz
aa157e5ae1 Mark paragui broken for everything but i386 and amd64
portlint
Update pkg-descr

PR:		57332
Submitted by:	Mark Linimon <linimon@lonesome.com>

USE_SDL while I am here
2003-10-02 17:29:47 +00:00
Oliver Lehmann
76d4548c8e physfslibrary got updated from .8 to .9 - sync DEPENDS 2003-09-29 18:10:49 +00:00
Oliver Lehmann
ef6a13a247 Add PREFIX as include and lib path during configure 2003-07-29 03:38:22 +00:00
Oliver Lehmann
0c5f847b14 update paragui to 1.0.4 2003-07-26 18:40:03 +00:00
Akinori MUSHA
cb07270bfe De-pkg-comment. 2003-02-20 19:21:36 +00:00
Maxim Sobolev
5c160ac5bd Update version number of SDL shared library. 2003-01-02 15:06:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Jun Kuriyama
0120547e6d Bump PORTREVISION and expat shlib. 2002-09-17 07:41:05 +00:00
Jun Kuriyama
a52ee364a9 Bump portrevision (textproc/expat2 shlib bump). 2002-07-21 02:17:49 +00:00
Maxim Sobolev
4803463633 Add USE_REINPLACE where appropriate. 2002-06-19 08:18:10 +00:00
Patrick Li
837e8ef30f Update to 1.0.2
PR:		ports/39485
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-06-18 23:04:31 +00:00
Maxim Sobolev
1b3c0d7d6c Chase increase of libSDL version number. 2002-04-17 12:38:02 +00:00
Patrick Li
a6157ad4ec Update to 1.0.1
PR:		36896
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-04-08 20:27:21 +00:00
Patrick Li
7e40c3002b Update to 1.0.0
PR:		35501
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-03-03 07:24:56 +00:00
Dirk Froemberg
e5c205169e portlint:
- begin with a capital
- don't end with '.'
- remove port name
- don't exceed 70 characters
2001-12-25 16:59:04 +00:00
Ying-Chieh Liao
df6a6ed658 upgrade to 0.7.2
drop maintainership
2001-10-12 05:27:06 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Maxim Sobolev
4693c97e6a Update version number of sdl_ttf shared library. 2001-06-26 10:18:52 +00:00
Ying-Chieh Liao
579f7f1a82 upgrade to 0.7.0
- remove docs and man pages
- api change
2001-04-26 18:44:30 +00:00
Maxim Sobolev
8ed8aafc20 Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12

Repo-copy by:	asami
2001-04-09 11:55:04 +00:00
Ying-Chieh Liao
de5f3ad69d add paragui
ParaGUI is a cross-platform high-level application framework and GUI library
2001-03-28 15:35:42 +00:00