aboutsummaryrefslogtreecommitdiffstats
path: root/devel/wftk
Commit message (Collapse)AuthorAgeFilesLines
* fix buildoliver2004-08-152-3/+3
| | | | Noted By: bento
* fix build with gcc 3.4oliver2004-08-132-7/+34
| | | | Bump PORTREVISION
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Trim whitespace.trevor2004-04-111-1/+0
|
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Properly use SDL everywhere:edwin2004-03-081-2/+4
| | | | | | | | | | | | 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>
* Fix linking against -lc_r and -lpthreadoliver2004-02-201-6/+6
| | | | Bump PORTREVISION
* FORBIDDEN on 5.x: links against libc_r and libpthreadkris2004-02-171-0/+4
|
* fix build on amd64 - let's hope sooliver2004-02-021-1/+2
| | | | Noted By: bento via kris
* use OPTIONS macrooliver2004-01-241-8/+3
| | | | | | | use USE_SDL macro [1] PR: ports/61807 [1] Submitted By: edwin [1]
* - Use new knobs from bsd.sdl.mkkrion2004-01-211-1/+1
| | | | Approved by: portmgr
* add INSTALLS_SHLIBoliver2003-07-311-1/+1
|
* utilize USE_SDLoliver2003-07-311-4/+3
|
* fix build on CURRENToliver2003-07-262-6/+24
|
* silence the patch stageoliver2003-05-181-3/+3
| | | | freebsd -> FreeBSD
* Fix build on non ix86 systems with gcc 3 (e.g. FreeBSD 5 on alpha).oliver2003-05-141-0/+11
| | | | | Submitted by: bento Approved by: alex (mentor)
* redefine the MAINTAINER field with my FreeBSD addressoliver2003-05-071-1/+1
| | | | Approved By: alex (mentor)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* Upgrade to 0.4.4.obraun2002-11-013-5/+3
| | | | | PR: 44766 Submitted by: maintainer
* Fix freetype header locationpat2002-07-241-0/+3
| | | | | PR: ports/40921 Submitted by: maintainer
* upgrade to 0.4.1ijliao2002-07-0221-355/+41
| | | | | PR: 40083 Submitted by: maintainer
* Chase increase of libSDL version number.sobomax2002-04-171-1/+1
|
* Adjust in accordance with the new location of freetype1 includessobomax2002-03-142-20/+13
| | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
* LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yessobomax2002-03-141-2/+2
|
* Bump png majorache2001-09-111-1/+1
|
* Fix libname.alex2001-08-181-1/+1
| | | | Submitted by: MAINTAINER
* upgrade to 0.3.38ijliao2001-05-203-4/+51
| | | | | PR: 27426 Submitted by: maintainer
* Make it unbrokenkevlo2001-04-241-1/+1
| | | | | PR: 26731 Submitted by: MAINTAINER
* Fix breakage of 'make index' caused by the sdl ports being moved tosteve2001-04-101-1/+1
| | | | | | different directories. Submitted by: beta
* Add libuta 0.3.36, a Graphical User Interface library for C++.alex2001-04-0623-0/+395
PR: 26250 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>