aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdlmm
Commit message (Collapse)AuthorAgeFilesLines
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+1
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Conversion to a single libtool environment.ade2006-02-232-2/+2
| | | | Approved by: portmgr (kris)
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* Remove some patches in favour of USE_LIBTOOL_VER=15vs2005-03-022-28/+1
|
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-0/+1
| | | | on sdl12-1.2.5
* SIZEify.trevor2004-01-291-0/+1
|
* Let ports use the USE_SDL macro.edwin2004-01-241-4/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Chase increase of libSDL version number.sobomax2002-04-171-1/+1
|
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17
|
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-3/+13
| | | | Submitted by: Ports Fury
* - Update to 0.1.8;sobomax2001-09-036-9/+121
| | | | | - get rid of useless .la file; - don't hardcode package version number into library name - it's bogus.
* add sdlmmijliao2001-06-215-0/+63
A C++ Wrapper for the SDL (Simple DirectMedia Layer)