Commit graph

37 commits

Author SHA1 Message Date
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Oliver Lehmann
4c0150cb03 fix build on 4
Noted by:	kris
2005-05-20 20:59:26 +00:00
Pav Lucistnik
a7679d4fab - libdata/pkgconfig is now included in mtree
Approved by:	marcus (portmgr hat)
2005-05-16 21:52:58 +00:00
Oliver Lehmann
91a0fc769c wftk is a fork of the libuta library which is not any longer activly mantained.
PR:		80756
Submitted by:	me
2005-05-11 17:14:31 +00:00
Oliver Lehmann
164f960538 fix build
Noted By:	bento
2004-08-14 18:33:26 +00:00
Oliver Lehmann
5e3b5e684b fix build with gcc 3.4
Bump PORTREVISION
2004-08-12 19:14:08 +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
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +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
Oliver Lehmann
b8bd1b983f Fix linking against -lc_r and -lpthread
Bump PORTREVISION
2004-02-19 20:23:49 +00:00
Kris Kennaway
f6d9f0dd86 FORBIDDEN on 5.x: links against libc_r and libpthread 2004-02-17 08:50:47 +00:00
Oliver Lehmann
812fff0e40 fix build on amd64 - let's hope so
Noted By:	bento via kris
2004-02-01 22:37:17 +00:00
Oliver Lehmann
1479df9960 use OPTIONS macro
use USE_SDL macro [1]

PR:		ports/61807 [1]
Submitted By:	edwin [1]
2004-01-24 06:42:16 +00:00
Kirill Ponomarev
73d891fa45 - Use new knobs from bsd.sdl.mk
Approved by:	portmgr
2004-01-20 21:44:21 +00:00
Oliver Lehmann
703a191e7c add INSTALLS_SHLIB 2003-07-30 18:06:18 +00:00
Oliver Lehmann
a965f1cfc2 utilize USE_SDL 2003-07-30 17:24:56 +00:00
Oliver Lehmann
f41f5ae9e6 fix build on CURRENT 2003-07-25 23:45:06 +00:00
Oliver Lehmann
1112fa5505 silence the patch stage
freebsd -> FreeBSD
2003-05-17 22:07:22 +00:00
Oliver Lehmann
2371db3019 Fix build on non ix86 systems with gcc 3 (e.g. FreeBSD 5 on alpha).
Submitted by:	bento
Approved by:	alex (mentor)
2003-05-14 14:34:22 +00:00
Oliver Lehmann
bfb01afeba redefine the MAINTAINER field with my FreeBSD address
Approved By:	alex (mentor)
2003-05-06 16:58:45 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Maxim Sobolev
5c160ac5bd Update version number of SDL shared library. 2003-01-02 15:06:10 +00:00
Oliver Braun
8408f9344e Upgrade to 0.4.4.
PR:		44766
Submitted by:	maintainer
2002-10-31 21:14:52 +00:00
Patrick Li
cccf7a2172 Fix freetype header location
PR:		ports/40921
Submitted by:	maintainer
2002-07-23 16:53:14 +00:00
Ying-Chieh Liao
187fe28d37 upgrade to 0.4.1
PR:		40083
Submitted by:	maintainer
2002-07-02 13:47:31 +00:00
Maxim Sobolev
1b3c0d7d6c Chase increase of libSDL version number. 2002-04-17 12:38:02 +00:00
Maxim Sobolev
d8543839e6 Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
2002-03-14 11:16:45 +00:00
Maxim Sobolev
eb17ecf3a7 LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes 2002-03-14 07:30:37 +00:00
Andrey A. Chernov
d2a574cd84 Bump png major 2001-09-11 02:50:07 +00:00
Alexander Langer
4b31a03978 Fix libname.
Submitted by:	MAINTAINER
2001-08-18 12:27:33 +00:00
Ying-Chieh Liao
effca3d417 upgrade to 0.3.38
PR:		27426
Submitted by:	maintainer
2001-05-19 20:06:24 +00:00
Kevin Lo
644341e9dd Make it unbroken
PR: 26731
Submitted by: MAINTAINER
2001-04-24 14:19:40 +00:00
Steve Price
63a8532469 Fix breakage of 'make index' caused by the sdl ports being moved to
different directories.

Submitted by:	beta
2001-04-09 21:55:04 +00:00
Alexander Langer
22d8d01d04 Add libuta 0.3.36, a Graphical User Interface library for C++.
PR:		26250
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2001-04-05 19:01:48 +00:00